Searched refs:formatDec (Results 1 – 4 of 4) sorted by relevance
62 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()543 O << formatDec(Op.getImm()); in printOperand()633 O << formatDec(Imm & 0x3) << ','; in printDPPCtrl()634 O << formatDec((Imm & 0xc) >> 2) << ','; in printDPPCtrl()635 O << formatDec((Imm & 0x30) >> 4) << ','; in printDPPCtrl()636 O << formatDec((Imm & 0xc0) >> 6) << ']'; in printDPPCtrl()1099 O << formatDec(Imm & LANE_MASK); in printSwizzle()1116 O << formatDec(XorMask); in printSwizzle()1125 O << formatDec(XorMask + 1); in printSwizzle()1138 O << formatDec(GroupSize); in printSwizzle()[all …]
97 return PrintImmHex ? formatHex(Value) : formatDec(Value); in formatImm()101 format_object<int64_t> formatDec(int64_t Value) const;
84 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec() function in MCInstPrinter
1494 O << '#' << formatDec(Value); in printImmSVE()1499 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()