Home
last modified time | relevance | path

Searched refs:formatImm (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp59 O << formatImm((int32_t)Op.getImm()); in printOperand()
79 O << " + " << formatImm(Imm); in printMemOperand()
81 O << " - " << formatImm(-Imm); in printMemOperand()
91 O << formatImm(Op.getImm()); in printImm64Operand()
103 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm); in printBrTargetOperand()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp966 O << "#" << formatImm(Op.getImm()); in printImm()
986 O << "#" << formatImm(Op.getImm()); in printSImm()
1028 O << '#' << formatImm(Val); in printAddSubImm()
1174 O << "#" << formatImm(MO.getImm() * Scale); in printUImm12Offset()
1210 O << '#' << formatImm(prfop); in printPrefetchOp()
1221 O << '#' << formatImm(psbhintop); in printPSBHintOp()
1232 O << '#' << formatImm(btihintop); in printBTIHintOp()
1467 O << "#" << formatImm(Offset); in printAlignedLabel()
1628 O << "#" << formatImm(Val); in printSystemPStateField()
1654 O << '#' << formatImm(Val); in printSVEPattern()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp135 O << formatImm(Op.getImm()); in printOperand()
153 O << formatImm(Op.getImm()); in printJumpOperand()
172 O << formatImm(Op.getImm()); in printBranchOperand()
185 O << formatImm(Imm); in printUImm()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.cpp364 O << formatImm((int64_t)Op.getImm()); in printOperand()
422 O << formatImm(DispVal); in printMemReference()
456 O << formatImm(DispSpec.getImm()); in printMemOffset()
470 O << formatImm(MI->getOperand(Op).getImm() & 0xff); in printU8Imm()
H A DX86ATTInstPrinter.cpp389 O << markup("<imm:") << '$' << formatImm(Imm) << markup(">"); in printOperand()
438 O << formatImm(DispVal); in printMemReference()
499 O << formatImm(DispSpec.getImm()); in printMemOffset()
513 O << markup("<imm:") << '$' << formatImm(MI->getOperand(Op).getImm() & 0xff) in printU8Imm()
H A DX86InstPrinterCommon.cpp329 O << formatImm(Op.getImm()); in printPCRelImm()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp319 O << markup("<imm:") << '#' << formatImm(Op.getImm()) << markup(">"); in printOperand()
363 *CommentStream << "imm = #" << formatImm(Op.getImm()) << '\n'; in printOperand()
384 O << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printThumbLdrLabelOperand()
386 O << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printThumbLdrLabelOperand()
1059 O << markup("<imm:") << "#" << formatImm(MI->getOperand(OpNum).getImm() * 4) in printThumbS4ImmOperand()
1067 O << markup("<imm:") << "#" << formatImm((Imm == 0 ? 32 : Imm)) in printThumbSRImm()
1122 O << ", " << markup("<imm:") << "#" << formatImm(ImmOffs * Scale) in printThumbAddrModeImm5SOperand()
1195 O << ", " << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printAddrModeImm12Operand()
1197 O << ", " << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printAddrModeImm12Operand()
1267 O << ", " << markup("<imm:") << "#" << formatImm(MO2.getImm() * 4) in printT2AddrModeImm0_1020s4Operand()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp73 O << formatImm(Value); in printOperand()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstPrinter.h134 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp134 O << formatImm(Op.getImm()); in printOperand()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp256 O << formatImm((int64_t)Op.getImm()); in printOperand()
258 O << formatImm((double)Op.getDFPImm()); in printOperand()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()