Home
last modified time | relevance | path

Searched refs:InputOperand2 (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/arm/
Dcode-generator-arm.cc64 Operand InputOperand2(size_t first_index) { in InputOperand2() function in v8::internal::compiler::ArmOperandConverter
717 __ add(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
721 __ and_(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
725 __ bic(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
769 __ Move(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit()); in AssembleArchInstruction()
772 __ mvn(i.OutputRegister(), i.InputOperand2(0), i.OutputSBit()); in AssembleArchInstruction()
775 __ orr(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
779 __ eor(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
783 __ sub(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
787 __ rsb(i.OutputRegister(), i.InputRegister(0), i.InputOperand2(1), in AssembleArchInstruction()
[all …]