Home
last modified time | relevance | path

Searched defs:ImmR (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4159 unsigned ImmR = RegSize - Shift; emitLSL_ri() local
4276 unsigned ImmR = std::min<unsigned>(SrcBits - 1, Shift); emitLSR_ri() local
4381 unsigned ImmR = std::min<unsigned>(SrcBits - 1, Shift); emitASR_ri() local
H A DAArch64ISelDAGToDAG.cpp3198 unsigned ImmR = (BitWidth - LSB) % BitWidth; tryBitfieldInsertOpFromOrAndImm() local
3448 unsigned ImmR, ImmS; tryBitfieldInsertOpFromOr() local
3570 unsigned ImmR = (BitWidth - LSB) % BitWidth; tryBitfieldInsertOpFromOr() local
3622 unsigned ImmR = (VT.getSizeInBits() - DstLSB) % VT.getSizeInBits(); tryBitfieldInsertInZeroOp() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp215 int ImmR = MI->getOperand(3).getImm(); printInst() local
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6276 uint64_t ImmR = 0; MatchAndEmitInstruction() local