Lines Matching refs:formatDec
62 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()
67 O << formatDec(MI->getOperand(OpNo).getImm() & 0xff); in printU8ImmDecOperand()
72 O << formatDec(MI->getOperand(OpNo).getImm() & 0xffff); in printU16ImmDecOperand()
77 O << formatDec(SignExtend32<13>(MI->getOperand(OpNo).getImm())); in printS13ImmDecOperand()
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()
1140 O << formatDec(OrMask); in printSwizzle()