Searched refs:InputOffset (Results 1 – 1 of 1) sorted by relevance
91 MemOperand InputOffset(int* first_index) { in InputOffset() function in v8::internal::compiler::ArmOperandConverter117 MemOperand InputOffset() { in InputOffset() function in v8::internal::compiler::ArmOperandConverter119 return InputOffset(&index); in InputOffset()358 __ ldrb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()362 __ ldrsb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()367 MemOperand operand = i.InputOffset(&index); in AssembleArchInstruction()373 __ ldrh(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()376 __ ldrsh(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()380 MemOperand operand = i.InputOffset(&index); in AssembleArchInstruction()386 __ ldr(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()[all …]