Searched refs:AluMCOp (Results 1 – 2 of 2) sorted by relevance
226 const MCOperand AluMCOp = Inst.getOperand(OpNo + 2); in getRrMemoryOpValue() local233 assert(AluMCOp.isImm() && "Third operator is not immediate."); in getRrMemoryOpValue()235 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue()
224 const MCOperand AluMCOp = Inst.getOperand(OpNo + 2); in getRrMemoryOpValue() local231 assert(AluMCOp.isImm() && "Third operator is not immediate."); in getRrMemoryOpValue()233 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue()