Lines Matching refs:getImm
115 unsigned char SH = MI->getOperand(2).getImm(); in printInst()
116 unsigned char MB = MI->getOperand(3).getImm(); in printInst()
117 unsigned char ME = MI->getOperand(4).getImm(); in printInst()
139 unsigned char SH = MI->getOperand(2).getImm(); in printInst()
140 unsigned char ME = MI->getOperand(3).getImm(); in printInst()
162 unsigned char TH = MI->getOperand(0).getImm(); in printInst()
186 unsigned char L = MI->getOperand(0).getImm(); in printInst()
218 unsigned Code = MI->getOperand(OpNo).getImm(); in printPredicateOperand()
314 unsigned Code = MI->getOperand(OpNo).getImm(); in printATBitsAsHint()
323 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU1ImmOperand()
330 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU2ImmOperand()
337 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU3ImmOperand()
344 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU4ImmOperand()
351 int Value = MI->getOperand(OpNo).getImm(); in printS5ImmOperand()
358 unsigned int Value = MI->getOperand(OpNo).getImm(); in printImmZeroOperand()
365 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU5ImmOperand()
372 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU6ImmOperand()
379 unsigned int Value = MI->getOperand(OpNo).getImm(); in printU7ImmOperand()
389 unsigned char Value = MI->getOperand(OpNo).getImm(); in printU8ImmOperand()
395 unsigned short Value = MI->getOperand(OpNo).getImm(); in printU10ImmOperand()
402 unsigned short Value = MI->getOperand(OpNo).getImm(); in printU12ImmOperand()
410 O << (short)MI->getOperand(OpNo).getImm(); in printS16ImmOperand()
418 long long Value = MI->getOperand(OpNo).getImm(); in printS34ImmOperand()
429 O << (unsigned short)MI->getOperand(OpNo).getImm(); in printU16ImmOperand()
438 int32_t Imm = SignExtend32<32>((unsigned)MI->getOperand(OpNo).getImm() << 2); in printBranchOperand()
464 O << SignExtend32<32>((unsigned)MI->getOperand(OpNo).getImm() << 2); in printAbsBranchOperand()
627 O << Op.getImm(); in printOperand()