Lines Matching refs:getImm
115 return static_cast<unsigned>(MCOp.getImm()); in getMachineOpValue()
138 unsigned AluCode = AluOp.getImm(); in adjustPqBits()
145 ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
153 if (LPAC::modifiesOp(AluCode) && ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
196 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) && in getRiMemoryOpValue()
201 assert(isInt<16>(Op2.getImm()) && in getRiMemoryOpValue()
204 Encoding |= (Op2.getImm() & 0xffff); in getRiMemoryOpValue()
205 if (Op2.getImm() != 0) { in getRiMemoryOpValue()
206 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()
208 if (LPAC::isPostOp(AluOp.getImm())) in getRiMemoryOpValue()
232 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue()
267 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) && in getSplsOpValue()
272 assert(isInt<10>(Op2.getImm()) && in getSplsOpValue()
275 Encoding |= (Op2.getImm() & 0x3ff); in getSplsOpValue()
276 if (Op2.getImm() != 0) { in getSplsOpValue()
277 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
279 if (LPAC::isPostOp(AluOp.getImm())) in getSplsOpValue()