Lines Matching refs:getImm
118 return static_cast<unsigned>(MCOp.getImm()); in getMachineOpValue()
141 unsigned AluCode = AluOp.getImm(); in adjustPqBits()
148 ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
156 if (LPAC::modifiesOp(AluCode) && ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
199 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) && in getRiMemoryOpValue()
204 assert(isInt<16>(Op2.getImm()) && in getRiMemoryOpValue()
207 Encoding |= (Op2.getImm() & 0xffff); in getRiMemoryOpValue()
208 if (Op2.getImm() != 0) { in getRiMemoryOpValue()
209 if (LPAC::isPreOp(AluOp.getImm())) in getRiMemoryOpValue()
211 if (LPAC::isPostOp(AluOp.getImm())) in getRiMemoryOpValue()
235 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue()
270 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) && in getSplsOpValue()
275 assert(isInt<10>(Op2.getImm()) && in getSplsOpValue()
278 Encoding |= (Op2.getImm() & 0x3ff); in getSplsOpValue()
279 if (Op2.getImm() != 0) { in getSplsOpValue()
280 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
282 if (LPAC::isPostOp(AluOp.getImm())) in getSplsOpValue()