Searched defs:FromIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp74 static uint64_t replicateChunk(uint64_t Imm, unsigned FromIdx, unsigned ToIdx) { argument
75 assert((FromIdx < 4) && (ToIdx < 4) && "Out of range chunk index specified!");
79 const uint64_t Chunk = getChunk(Imm, FromIdx) << ShiftAmt;

Completed in 111 milliseconds