Lines Matching refs:InputOperand2
59 Operand InputOperand2(int first_index) { in InputOperand2() function in v8::internal::compiler::ArmOperandConverter
185 __ add(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
189 __ and_(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
193 __ bic(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
224 __ Move(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit()); in AssembleArchInstruction()
227 __ mvn(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit()); in AssembleArchInstruction()
230 __ orr(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
234 __ eor(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
238 __ sub(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
242 __ rsb(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
259 __ cmp(i.InputRegister(0), i.InputOperand2(1)); in AssembleArchInstruction()
263 __ cmn(i.InputRegister(0), i.InputOperand2(1)); in AssembleArchInstruction()
267 __ tst(i.InputRegister(0), i.InputOperand2(1)); in AssembleArchInstruction()
271 __ teq(i.InputRegister(0), i.InputOperand2(1)); in AssembleArchInstruction()