Searched refs:formatImm (Results 1 – 12 of 12) sorted by relevance
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()
966 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()1466 O << "#" << formatImm(Offset); in printAlignedLabel()1603 O << "#" << formatImm(Val); in printSystemPStateField()1629 O << '#' << formatImm(Val); in printSVEPattern()[all …]
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()
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()
310 O << formatImm(Op.getImm()); in printPCRelImm()
319 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 …]
90 O << formatImm(MO.getImm()); in printOperand()
134 O << formatImm(Op.getImm()); in printOperand()150 O << formatImm(Imm); in printUImm()
73 O << formatImm(Value); in printOperand()
134 format_object<int64_t> formatImm(int64_t Value) const { in formatImm() function
134 O << formatImm(Op.getImm()); in printOperand()
91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()