Searched refs:formatImm (Results 1 – 12 of 12) sorted by relevance
59 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()
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()1467 O << "#" << formatImm(Offset); in printAlignedLabel()1628 O << "#" << formatImm(Val); in printSystemPStateField()1654 O << '#' << formatImm(Val); in printSVEPattern()[all …]
135 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()
364 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()
389 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()
329 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 …]
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()
256 O << formatImm((int64_t)Op.getImm()); in printOperand()258 O << formatImm((double)Op.getDFPImm()); in printOperand()
91 O << markup("<imm:") << formatImm(Op.getImm()) << markup(">"); in printOperand()