Lines Matching refs:AluOp
138 const MCOperand AluOp = Inst.getOperand(3);
139 unsigned AluCode = AluOp.getImm();
191 const MCOperand AluOp = Inst.getOperand(OpNo + 2);
196 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) &&
206 if (LPAC::isPreOp(AluOp.getImm()))
208 if (LPAC::isPostOp(AluOp.getImm()))
232 unsigned AluOp = AluMCOp.getImm();
233 Encoding |= LPAC::encodeLanaiAluCode(AluOp) << 5;
235 if (LPAC::isPreOp(AluOp))
237 if (LPAC::isPostOp(AluOp))
240 switch (LPAC::getAluOp(AluOp)) {
262 const MCOperand AluOp = Inst.getOperand(OpNo + 2);
267 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) &&
277 if (LPAC::isPreOp(AluOp.getImm()))
279 if (LPAC::isPostOp(AluOp.getImm()))