Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc86 MemOperand InputOffset(size_t* first_index) { in InputOffset() function in v8::internal::compiler::final
117 MemOperand InputOffset(size_t first_index = 0) { in InputOffset() function in v8::internal::compiler::final
118 return InputOffset(&first_index); in InputOffset()
337 __ asm_instr(i.InputRegister(0), i.InputOffset(1)); \
1597 __ ldrb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()
1601 __ ldrsb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()
1605 __ strb(i.InputRegister(0), i.InputOffset(1)); in AssembleArchInstruction()
1609 __ ldrh(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()
1612 __ ldrsh(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()
1615 __ strh(i.InputRegister(0), i.InputOffset( in AssembleArchInstruction()
[all...]

Completed in 3 milliseconds