Home | History | Annotate | Download | only in optimizing

Lines Matching refs:InputOperandAt

69 using helpers::InputOperandAt;
1977 Operand rhs = InputOperandAt(instr, 1);
2056 Operand rhs = InputOperandAt(instr, 1);
2215 Operand(InputOperandAt(instruction, 1)));
2704 __ Cmp(InputRegisterAt(instruction, 0), InputOperandAt(instruction, 1));
2806 Operand right = InputOperandAt(compare, 1);
2860 Operand rhs = InputOperandAt(instruction, 1);
3203 Operand rhs = InputOperandAt(condition, 1);
3367 __ Cmp(InputRegisterAt(cond, 0), InputOperandAt(cond, 1));
3378 InputOperandAt(select, 1),
3379 InputOperandAt(select, 0),
4988 __ Neg(OutputRegister(neg), InputOperandAt(neg, 0));
5042 __ Mvn(OutputRegister(instruction), InputOperandAt(instruction, 0));