Searched refs:formatDec (Results 1 – 4 of 4) sorted by relevance
729 O << formatDec(Op.getImm()); in printRegularOperand()886 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()910 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()911 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()912 O << formatDec((Imm & 0x30) >> 4) << ','; in printDPPCtrl()1423 O << formatDec(Imm & LANE_MASK); in printSwizzle()1440 O << formatDec(XorMask); in printSwizzle()1449 O << formatDec(XorMask + 1); in printSwizzle()1462 O << formatDec(GroupSize); in printSwizzle()1464 O << formatDec(OrMask); in printSwizzle()[all …]
135 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()139 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
1685 O << '#' << formatDec(Value); in printImmSVE()1690 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()