Searched refs:formatDec (Results 1 – 4 of 4) sorted by relevance
108 O << formatDec(SignExtend32<24>(Imm)); in printOffset()811 O << formatDec(Op.getImm()); in printRegularOperand()992 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()1012 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()1013 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()1563 O << formatDec(Imm & LANE_MASK); in printSwizzle()1578 O << formatDec(XorMask); in printSwizzle()1586 O << formatDec(XorMask + 1); in printSwizzle()1599 O << formatDec(GroupSize); in printSwizzle()1601 O << formatDec(OrMask); in printSwizzle()[all …]
171 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()175 format_object<int64_t> formatDec(int64_t Value) const;
186 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
309 *CommentStream << '=' << formatDec(SExtVal) << '\n'; in printInst()2024 markup(O, Markup::Immediate) << '#' << formatDec(Value); in printImmSVE()2029 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()