Home | History | Annotate | Download | only in optimizing

Lines Matching refs:InputOperandAt

53 using helpers::InputOperandAt;
1517 __ Cmp(InputRegisterAt(condition, 0), InputOperandAt(condition, 1));
1735 operand = InputOperandAt(cond, 0);
1738 operand = InputOperandAt(cond, 1);
2567 const Operand right = InputOperandAt(cond, 1);
3779 __ Add(OutputRegister(add), InputRegisterAt(add, 0), InputOperandAt(add, 1));
3841 __ Sub(OutputRegister(sub), InputRegisterAt(sub, 0), InputOperandAt(sub, 1));
6562 __ Cmp(RegisterFrom(length_loc), InputOperandAt(instruction, 0));