Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp60 O << formatImm((int32_t)Op.getImm()); in printOperand()
80 O << " + " << formatImm(Imm); in printMemOperand()
82 O << " - " << formatImm(-Imm); in printMemOperand()
92 O << formatImm(Op.getImm()); in printImm64Operand()
104 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm); in printBrTargetOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp302 << formatImm(SignExtend64(Value, RegWidth)) << markup(">"); in printInst()
319 << formatImm(SignExtend64(Value, RegWidth)) << markup(">"); in printInst()
335 << formatImm(SignExtend64(Value, RegWidth)) << markup(">"); in printInst()
864 O << "#" << formatImm(RPRFOp) << ", "; in printRangePrefetchAlias()
1138 O << markup("<imm:") << "#" << formatImm(Op.getImm()) << markup(">"); in printImm()
1154 O << markup("<imm:") << "#" << formatImm((signed char)Op.getImm()) in printSImm()
1157 O << markup("<imm:") << "#" << formatImm((signed short)Op.getImm()) in printSImm()
1160 O << markup("<imm:") << "#" << formatImm(Op.getImm()) << markup(">"); in printSImm()
1202 O << markup("<imm:") << '#' << formatImm(Val) << markup(">"); in printAddSubImm()
1206 *CommentStream << '=' << formatImm(Val << Shift) << '\n'; in printAddSubImm()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp136 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()
154 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printJumpOperand()
173 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printBranchOperand()
186 O << markup("<imm:") << formatImm(Imm) << markup(">"); in printUImm()
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86IntelInstPrinter.cpp364 O << markup("<imm:") << formatImm((int64_t)Op.getImm()) << markup(">"); in printOperand()
422 O << markup("<imm:") << formatImm(DispVal) << markup(">"); in printMemReference()
456 O << markup("<imm:") << formatImm(DispSpec.getImm()) << markup(">"); in printMemOffset()
470 O << markup("<imm:") << 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.cpp332 O << formatImm(Op.getImm()); in printPCRelImm()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp266 O << formatImm((int64_t)Op.getImm()); in printOperand()
268 O << formatImm((double)Op.getDFPImm()); in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp73 O << formatImm(Value); in printOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstPrinter.h135 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp134 O << formatImm(Op.getImm()); in printOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()