Lines Matching defs:AluOp
136 const MCOperand AluOp = Inst.getOperand(3);
137 unsigned AluCode = AluOp.getImm();
189 const MCOperand AluOp = Inst.getOperand(OpNo + 2);
194 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) &&
204 if (LPAC::isPreOp(AluOp.getImm()))
206 if (LPAC::isPostOp(AluOp.getImm()))
230 unsigned AluOp = AluMCOp.getImm();
231 Encoding |= LPAC::encodeLanaiAluCode(AluOp) << 5;
233 if (LPAC::isPreOp(AluOp))
235 if (LPAC::isPostOp(AluOp))
238 switch (LPAC::getAluOp(AluOp)) {
260 const MCOperand AluOp = Inst.getOperand(OpNo + 2);
265 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) &&
275 if (LPAC::isPreOp(AluOp.getImm()))
277 if (LPAC::isPostOp(AluOp.getImm()))