Home | History | Annotate | Download | only in AArch64

Lines Matching defs:getChunk

77 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) {
90 const uint64_t Chunk = getChunk(Imm, FromIdx) << ShiftAmt;
116 const unsigned Imm16 = getChunk(UImm, ChunkIdx);
159 ++Counts[getChunk(UImm, Idx)];
295 int64_t Chunk = getChunk(UImm, Idx);
329 const uint64_t Chunk = getChunk(UImm, Idx);
375 .addImm(getChunk(UImm, FirstMovkIdx))
391 .addImm(getChunk(UImm, SecondMovkIdx))
462 if (getChunk(UImm, 0) == getChunk(UImm, 2)) {
477 } else if (getChunk(UImm, 1) == getChunk(UImm, 3)) {