Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h65 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
270 LoadU64(dst, liftoff::GetInstanceOperand(), r0); in LoadInstanceFromFrame()
298 StoreU64(instance, liftoff::GetInstanceOperand(), r0); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h88 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
467 lw(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
493 sw(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h79 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
333 Ld_d(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
362 St_d(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h78 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
429 Ldr(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
466 Str(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h93 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
246 LoadU64(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
275 StoreU64(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h79 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
449 Ld(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
478 Sd(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h79 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
441 Ld(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
471 Sd(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h75 inline Operand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
332 movq(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
370 movq(liftoff::GetInstanceOperand(), instance); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h89 inline MemOperand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
607 ldr(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
634 str(instance, liftoff::GetInstanceOperand()); in SpillInstance()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h66 inline Operand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function
354 mov(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
381 mov(liftoff::GetInstanceOperand(), instance); in SpillInstance()