Lines Matching refs:getImm
47 unsigned AluCode = MI->getOperand(3).getImm(); in usesGivenOffset()
49 (MI->getOperand(2).getImm() == AddOffset || in usesGivenOffset()
50 MI->getOperand(2).getImm() == -AddOffset); in usesGivenOffset()
54 unsigned AluCode = MI->getOperand(3).getImm(); in isPreIncrementForm()
59 unsigned AluCode = MI->getOperand(3).getImm(); in isPostIncrementForm()
64 if (MI->getOperand(2).getImm() < 0) in decIncOperator()
153 OS << formatHex(Op.getImm()); in printOperand()
164 OS << '[' << formatHex(Op.getImm()) << ']'; in printMemImmOperand()
178 OS << formatHex(Op.getImm() << 16); in printHi16ImmOperand()
190 OS << formatHex((Op.getImm() << 16) | 0xffff); in printHi16AndImmOperand()
202 OS << formatHex(0xffff0000 | Op.getImm()); in printLo16AndImmOperand()
228 assert(isInt<SizeInBits>(OffsetOp.getImm()) && "Constant value truncated"); in printMemoryImmediateOffset()
229 OS << OffsetOp.getImm(); in printMemoryImmediateOffset()
240 const unsigned AluCode = AluOp.getImm(); in printMemRiOperand()
255 const unsigned AluCode = AluOp.getImm(); in printMemRrOperand()
276 const unsigned AluCode = AluOp.getImm(); in printMemSplsOperand()
288 static_cast<LPCC::CondCode>(MI->getOperand(OpNo).getImm()); in printCCOperand()
299 static_cast<LPCC::CondCode>(MI->getOperand(OpNo).getImm()); in printPredicateOperand()