Lines Matching refs:getImm
49 unsigned AluCode = MI->getOperand(3).getImm(); in usesGivenOffset()
51 (MI->getOperand(2).getImm() == AddOffset || in usesGivenOffset()
52 MI->getOperand(2).getImm() == -AddOffset); in usesGivenOffset()
56 unsigned AluCode = MI->getOperand(3).getImm(); in isPreIncrementForm()
61 unsigned AluCode = MI->getOperand(3).getImm(); in isPostIncrementForm()
66 if (MI->getOperand(2).getImm() < 0) in decIncOperator()
156 OS << formatHex(Op.getImm()); in printOperand()
167 OS << '[' << formatHex(Op.getImm()) << ']'; in printMemImmOperand()
181 OS << formatHex(Op.getImm() << 16); in printHi16ImmOperand()
193 OS << formatHex((Op.getImm() << 16) | 0xffff); in printHi16AndImmOperand()
205 OS << formatHex(0xffff0000 | Op.getImm()); in printLo16AndImmOperand()
231 assert(isInt<SizeInBits>(OffsetOp.getImm()) && "Constant value truncated"); in printMemoryImmediateOffset()
232 OS << OffsetOp.getImm(); in printMemoryImmediateOffset()
243 const unsigned AluCode = AluOp.getImm(); in printMemRiOperand()
258 const unsigned AluCode = AluOp.getImm(); in printMemRrOperand()
279 const unsigned AluCode = AluOp.getImm(); in printMemSplsOperand()
291 static_cast<LPCC::CondCode>(MI->getOperand(OpNo).getImm()); in printCCOperand()
302 static_cast<LPCC::CondCode>(MI->getOperand(OpNo).getImm()); in printPredicateOperand()