| /src/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFInstPrinter.cpp | 63 O << formatImm((int32_t)Op.getImm()); in printOperand() 83 O << " + " << formatImm(Imm); in printMemOperand() 85 O << " - " << formatImm(-Imm); in printMemOperand() 95 O << formatImm(Op.getImm()); in printImm64Operand() 108 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm); in printBrTargetOperand() 111 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm); in printBrTargetOperand()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVInstPrinter.cpp | 94 markup(O, Markup::Immediate) << formatImm(MO.getImm()); in printOperand() 116 markup(O, Markup::Target) << formatImm(MO.getImm()); in printBranchOperand() 131 markup(O, Markup::Register) << formatImm(Imm); in printCSRSystemRegister() 215 O << formatImm(Imm); in printVTypeI()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 305 markup(O, Markup::Immediate) << "#" << formatImm(SExtVal); in printInst() 886 O << "#" << formatImm(RPRFOp) << ", "; in printRangePrefetchAlias() 1160 markup(O, Markup::Immediate) << "#" << formatImm(Op.getImm()); in printImm() 1176 markup(O, Markup::Immediate) << "#" << formatImm((signed char)Op.getImm()); in printSImm() 1178 markup(O, Markup::Immediate) << "#" << formatImm((signed short)Op.getImm()); in printSImm() 1180 markup(O, Markup::Immediate) << "#" << formatImm(Op.getImm()); in printSImm() 1222 markup(O, Markup::Immediate) << '#' << formatImm(Val); in printAddSubImm() 1226 *CommentStream << '=' << formatImm(Val << Shift) << '\n'; in printAddSubImm() 1402 << '#' << formatImm(Scale * MI->getOperand(OpNum).getImm()); in printImmScale() 1410 O << formatImm(FirstImm); in printImmRangeScale() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsInstPrinter.cpp | 137 markup(O, Markup::Immediate) << formatImm(Op.getImm()); in printOperand() 155 markup(O, Markup::Immediate) << formatImm(Op.getImm()); in printJumpOperand() 174 markup(O, Markup::Immediate) << formatImm(Op.getImm()); in printBranchOperand() 187 markup(O, Markup::Immediate) << formatImm(Imm); in printUImm()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMInstPrinter.cpp | 348 markup(O, Markup::Immediate) << '#' << formatImm(Op.getImm()); in printOperand() 392 *CommentStream << "imm = #" << formatImm(Op.getImm()) << '\n'; in printOperand() 414 markup(O, Markup::Immediate) << "#-" << formatImm(-OffImm); in printThumbLdrLabelOperand() 416 markup(O, Markup::Immediate) << "#" << formatImm(OffImm); in printThumbLdrLabelOperand() 1105 << "#" << formatImm(MI->getOperand(OpNum).getImm() * 4); in printThumbS4ImmOperand() 1112 markup(O, Markup::Immediate) << "#" << formatImm((Imm == 0 ? 32 : Imm)); in printThumbSRImm() 1169 markup(O, Markup::Immediate) << "#" << formatImm(ImmOffs * Scale); in printThumbAddrModeImm5SOperand() 1243 markup(O, Markup::Immediate) << "#-" << formatImm(-OffImm); in printAddrModeImm12Operand() 1246 markup(O, Markup::Immediate) << "#" << formatImm(OffImm); in printAddrModeImm12Operand() 1324 markup(O, Markup::Immediate) << "#" << formatImm(MO2.getImm() * 4); in printT2AddrModeImm0_1020s4Operand() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ATTInstPrinter.cpp | 389 markup(O, Markup::Immediate) << '$' << formatImm(Imm); in printOperand() 438 O << formatImm(DispVal); in printMemReference() 493 O << formatImm(DispSpec.getImm()); in printMemOffset() 506 << '$' << formatImm(MI->getOperand(Op).getImm() & 0xff); in printU8Imm()
|
| H A D | X86IntelInstPrinter.cpp | 364 markup(O, Markup::Immediate) << formatImm((int64_t)Op.getImm()); in printOperand() 423 markup(O, Markup::Immediate) << formatImm(DispVal); in printMemReference() 463 markup(O, Markup::Immediate) << formatImm(DispSpec.getImm()); in printMemOffset() 477 markup(O, Markup::Immediate) << formatImm(MI->getOperand(Op).getImm() & 0xff); in printU8Imm()
|
| H A D | X86InstPrinterCommon.cpp | 356 markup(O, Markup::Immediate) << formatImm(Op.getImm()); in printPCRelImm()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonInstPrinter.cpp | 73 O << formatImm(Value); in printOperand()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 313 O << formatImm((int64_t)Op.getImm()); in printOperand() 315 O << formatImm((double)Op.getDFPImm()); in printOperand()
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRInstPrinter.cpp | 134 O << formatImm(Op.getImm()); in printOperand()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 170 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXInstPrinter.cpp | 88 markup(O, Markup::Immediate) << formatImm(Op.getImm()); in printOperand()
|