/external/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 58 O << formatImm((int32_t)Op.getImm()); in printOperand() 78 O << " + " << formatImm(Imm); in printMemOperand() 80 O << " - " << formatImm(-Imm); in printMemOperand() 90 O << formatImm(Op.getImm()); in printImm64Operand() 102 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm); in printBrTargetOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFInstPrinter.cpp | 58 O << formatImm((int32_t)Op.getImm()); in printOperand() 78 O << " + " << formatImm(Imm); in printMemOperand() 80 O << " - " << formatImm(-Imm); in printMemOperand() 90 O << formatImm(Op.getImm()); in printImm64Operand() 102 O << ((Imm >= 0) ? "+" : "") << formatImm(Imm); in printBrTargetOperand()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.cpp | 127 O << formatImm(Op.getImm()); in printPCRelImm() 150 O << formatImm((int64_t)Op.getImm()); in printOperand() 202 O << formatImm(DispVal); in printMemReference() 245 O << formatImm(DispSpec.getImm()); in printMemOffset() 256 O << formatImm(MI->getOperand(Op).getImm() & 0xff); in printU8Imm()
|
D | X86ATTInstPrinter.cpp | 146 O << formatImm(Op.getImm()); in printPCRelImm() 170 O << markup("<imm:") << '$' << formatImm(Imm) << markup(">"); in printOperand() 213 O << formatImm(DispVal); in printMemReference() 283 O << formatImm(DispSpec.getImm()); in printMemOffset() 294 O << markup("<imm:") << '$' << formatImm(MI->getOperand(Op).getImm() & 0xff) in printU8Imm()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.cpp | 99 O << formatImm(Value); in printOperand() 135 O << formatImm(Imm/64); in prints3_6ImmOperand() 145 O << formatImm(Imm/128); in prints3_7ImmOperand() 155 O << formatImm(Imm/64); in prints4_6ImmOperand() 165 O << formatImm(Imm/128); in prints4_7ImmOperand()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 245 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 260 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 274 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 894 O << "#" << formatImm(Op.getImm()); in printImm() 910 O << "#" << formatImm((signed char)Op.getImm()); in printSImm() 912 O << "#" << formatImm((signed short)Op.getImm()); in printSImm() 914 O << "#" << formatImm(Op.getImm()); in printSImm() 956 O << '#' << formatImm(Val); in printAddSubImm() 961 *CommentStream << '=' << formatImm(Val << Shift) << '\n'; in printAddSubImm() 1095 O << '#' << formatImm(Scale * MI->getOperand(OpNum).getImm()); in printImmScale() [all …]
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 236 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 251 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 265 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 990 O << "#" << formatImm(Op.getImm()); in printImm() 1039 O << '#' << formatImm(Val); in printAddSubImm() 1044 *CommentStream << '=' << formatImm(Val << Shift) << '\n'; in printAddSubImm() 1162 O << '#' << formatImm(Scale * MI->getOperand(OpNum).getImm()); in printImmScale() 1169 O << "#" << formatImm(MO.getImm() * Scale); in printUImm12Offset() 1181 O << ", #" << formatImm(MO1.getImm() * Scale); in printAMIndexedWB() 1198 O << '#' << formatImm(prfop); in printPrefetchOp() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 245 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 260 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 274 << formatImm(SignExtend64(Value, RegWidth)); in printInst() 893 O << "#" << formatImm(Op.getImm()); in printImm() 942 O << '#' << formatImm(Val); in printAddSubImm() 947 *CommentStream << '=' << formatImm(Val << Shift) << '\n'; in printAddSubImm() 1081 O << '#' << formatImm(Scale * MI->getOperand(OpNum).getImm()); in printImmScale() 1088 O << "#" << formatImm(MO.getImm() * Scale); in printUImm12Offset() 1100 O << ", #" << formatImm(MO1.getImm() * Scale); in printAMIndexedWB() 1124 O << '#' << formatImm(prfop); in printPrefetchOp() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.cpp | 361 O << markup("<imm:") << '$' << formatImm(Imm) << markup(">"); in printOperand() 400 O << formatImm(DispVal); in printMemReference() 461 O << formatImm(DispSpec.getImm()); in printMemOffset() 475 O << markup("<imm:") << '$' << formatImm(MI->getOperand(Op).getImm() & 0xff) in printU8Imm()
|
D | X86IntelInstPrinter.cpp | 336 O << formatImm((int64_t)Op.getImm()); in printOperand() 385 O << formatImm(DispVal); in printMemReference() 419 O << formatImm(DispSpec.getImm()); in printMemOffset() 433 O << formatImm(MI->getOperand(Op).getImm() & 0xff); in printU8Imm()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86IntelInstPrinter.cpp | 336 O << formatImm((int64_t)Op.getImm()); in printOperand() 394 O << formatImm(DispVal); in printMemReference() 428 O << formatImm(DispSpec.getImm()); in printMemOffset() 442 O << formatImm(MI->getOperand(Op).getImm() & 0xff); in printU8Imm()
|
D | X86ATTInstPrinter.cpp | 361 O << markup("<imm:") << '$' << formatImm(Imm) << markup(">"); in printOperand() 410 O << formatImm(DispVal); in printMemReference() 471 O << formatImm(DispSpec.getImm()); in printMemOffset() 485 O << markup("<imm:") << '$' << formatImm(MI->getOperand(Op).getImm() & 0xff) in printU8Imm()
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 279 O << markup("<imm:") << '#' << formatImm(Op.getImm()) << markup(">"); in printOperand() 330 O << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printThumbLdrLabelOperand() 332 O << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printThumbLdrLabelOperand() 1096 O << markup("<imm:") << "#" << formatImm(MI->getOperand(OpNum).getImm() * 4) in printThumbS4ImmOperand() 1104 O << markup("<imm:") << "#" << formatImm((Imm == 0 ? 32 : Imm)) in printThumbSRImm() 1162 O << ", " << markup("<imm:") << "#" << formatImm(ImmOffs * Scale) in printThumbAddrModeImm5SOperand() 1235 O << ", " << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printAddrModeImm12Operand() 1237 O << ", " << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printAddrModeImm12Operand() 1307 O << ", " << markup("<imm:") << "#" << formatImm(MO2.getImm() * 4) in printT2AddrModeImm0_1020s4Operand() 1392 O << markup("<imm:") << "#" << formatImm(Imm + 1) << markup(">"); in printImmPlusOneOperand()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsInstPrinter.cpp | 134 O << formatImm(Op.getImm()); in printOperand() 150 O << formatImm(Imm); in printUImm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsInstPrinter.cpp | 134 O << formatImm(Op.getImm()); in printOperand() 150 O << formatImm(Imm); in printUImm()
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMInstPrinter.cpp | 318 O << markup("<imm:") << '#' << formatImm(Op.getImm()) << markup(">"); in printOperand() 369 O << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printThumbLdrLabelOperand() 371 O << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printThumbLdrLabelOperand() 1060 O << markup("<imm:") << "#" << formatImm(MI->getOperand(OpNum).getImm() * 4) in printThumbS4ImmOperand() 1068 O << markup("<imm:") << "#" << formatImm((Imm == 0 ? 32 : Imm)) in printThumbSRImm() 1123 O << ", " << markup("<imm:") << "#" << formatImm(ImmOffs * Scale) in printThumbAddrModeImm5SOperand() 1196 O << ", " << markup("<imm:") << "#-" << formatImm(-OffImm) << markup(">"); in printAddrModeImm12Operand() 1198 O << ", " << markup("<imm:") << "#" << formatImm(OffImm) << markup(">"); in printAddrModeImm12Operand() 1268 O << ", " << markup("<imm:") << "#" << formatImm(MO2.getImm() * 4) in printT2AddrModeImm0_1020s4Operand() 1353 O << markup("<imm:") << "#" << formatImm(Imm + 1) << markup(">"); in printImmPlusOneOperand()
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.cpp | 134 O << formatImm(Op.getImm()); in printOperand() 150 O << formatImm(Imm); in printUImm()
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 96 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.cpp | 73 O << formatImm(Value); in printOperand()
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.cpp | 73 O << formatImm(Value); in printOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 104 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 131 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
|
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRInstPrinter.cpp | 134 O << formatImm(Op.getImm()); in printOperand()
|
/external/llvm/lib/Target/NVPTX/InstPrinter/ |
D | NVPTXInstPrinter.cpp | 85 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXInstPrinter.cpp | 91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()
|