Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dcode-generator-arm.cc91 MemOperand InputOffset(int* first_index) { in InputOffset() function in v8::internal::compiler::ArmOperandConverter
117 MemOperand InputOffset() { in InputOffset() function in v8::internal::compiler::ArmOperandConverter
119 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 …]