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.cc59 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()
[all …]