Searched defs:ImmS (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64FastISel.cpp | 4161 unsigned ImmS = std::min<unsigned>(SrcBits - 1, DstBits - 1 - Shift); emitLSL_ri() local |
H A D | AArch64ISelDAGToDAG.cpp | 3624 ImmS = Width - 1; in tryBitfieldInsertInZeroOp() local |
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ | ||
H A D | AArch64InstPrinter.cpp | 216 int ImmS = MI->getOperand(4).getImm(); printInst() local |
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ | ||
H A D | AArch64AsmParser.cpp | 6282 uint64_t ImmS = Width - 1; MatchAndEmitInstruction() local |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 21311 APInt ImmS = Imm.ashr(Imm.countr_zero()); decomposeMulByConstant() local |