Searched refs:formatDec (Results 1 – 4 of 4) sorted by relevance
660 O << formatDec(Op.getImm()); in printOperand()797 O << "dpp8:[" << formatDec(Imm & 0x7); in printDPP8()821 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()822 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()823 O << formatDec((Imm & 0x30) >> 4) << ','; in printDPPCtrl()1333 O << formatDec(Imm & LANE_MASK); in printSwizzle()1350 O << formatDec(XorMask); in printSwizzle()1359 O << formatDec(XorMask + 1); in printSwizzle()1372 O << formatDec(GroupSize); in printSwizzle()1374 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;
193 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
1660 O << '#' << formatDec(Value); in printImmSVE()1665 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()