Lines Matching refs:AluOp
140 const MCOperand AluOp = Inst.getOperand(3); in adjustPqBits() local
141 unsigned AluCode = AluOp.getImm(); in adjustPqBits()
194 const MCOperand AluOp = Inst.getOperand(OpNo + 2); in getRiMemoryOpValue() local
199 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) && 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() local
236 Encoding |= LPAC::encodeLanaiAluCode(AluOp) << 5; in getRrMemoryOpValue()
238 if (LPAC::isPreOp(AluOp)) in getRrMemoryOpValue()
240 if (LPAC::isPostOp(AluOp)) in getRrMemoryOpValue()
243 switch (LPAC::getAluOp(AluOp)) { in getRrMemoryOpValue()
265 const MCOperand AluOp = Inst.getOperand(OpNo + 2); in getSplsOpValue() local
270 assert((LPAC::getAluOp(AluOp.getImm()) == LPAC::ADD) && in getSplsOpValue()
280 if (LPAC::isPreOp(AluOp.getImm())) in getSplsOpValue()
282 if (LPAC::isPostOp(AluOp.getImm())) in getSplsOpValue()