/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 65 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/ |
D | liftoff-assembler-mips.h | 88 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/ |
D | liftoff-assembler-loong64.h | 79 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/ |
D | liftoff-assembler-arm64.h | 78 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/ |
D | liftoff-assembler-s390.h | 93 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/ |
D | liftoff-assembler-mips64.h | 79 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/ |
D | liftoff-assembler-riscv64.h | 79 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/ |
D | liftoff-assembler-x64.h | 75 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/ |
D | liftoff-assembler-arm.h | 89 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/ |
D | liftoff-assembler-ia32.h | 66 inline Operand GetInstanceOperand() { return GetStackSlot(kInstanceOffset); } in GetInstanceOperand() function 354 mov(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame() 381 mov(liftoff::GetInstanceOperand(), instance); in SpillInstance()
|