Searched refs:formatDec (Results 1 – 4 of 4) sorted by relevance
82 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()87 O << formatDec(MI->getOperand(OpNo).getImm() & 0xff); in printU8ImmDecOperand()92 O << formatDec(MI->getOperand(OpNo).getImm() & 0xffff); in printU16ImmDecOperand()148 O << formatDec(SignExtend32<12>(MI->getOperand(OpNo).getImm())); in printFlatOffset()150 O << formatDec(SignExtend32<13>(MI->getOperand(OpNo).getImm())); in printFlatOffset()742 O << formatDec(Op.getImm()); in printRegularOperand()910 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()912 O << ',' << formatDec((Imm >> (3 * i)) & 0x7); in printDPP8()934 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()935 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()[all …]
136 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()140 format_object<int64_t> formatDec(int64_t Value) const;
194 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
1998 O << markup("<imm:") << '#' << formatDec(Value) << markup(">"); in printImmSVE()2003 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()