Searched refs:ChunkIdx (Results 1 – 2 of 2) sorted by relevance
87 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() argument88 assert(ChunkIdx < 4 && "Out of range chunk index specified!"); in getChunk()90 return (Imm >> (ChunkIdx * 16)) & 0xFFFF; in getChunk()112 const AArch64InstrInfo *TII, unsigned ChunkIdx) { in tryOrrMovk() argument113 assert(ChunkIdx < 4 && "Out of range chunk index specified!"); in tryOrrMovk()114 const unsigned ShiftAmt = ChunkIdx * 16; in tryOrrMovk()126 const unsigned Imm16 = getChunk(UImm, ChunkIdx); in tryOrrMovk()
109 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() argument110 assert(ChunkIdx < 4 && "Out of range chunk index specified!"); in getChunk()112 return (Imm >> (ChunkIdx * 16)) & 0xFFFF; in getChunk()