Home | History | Annotate | Download | only in ARM

Lines Matching refs:Op2

122                                       unsigned Op2, bool Op2IsKill);
332 unsigned Op2, bool Op2IsKill) {
340 .addReg(Op2, Op2IsKill * RegState::Kill));
345 .addReg(Op2, Op2IsKill * RegState::Kill));
1484 unsigned Op2 = getRegForValue(I->getOperand(1));
1485 if (Op2 == 0) return false;
1504 .addReg(Op1).addReg(Op2));