/third_party/node/deps/v8/src/execution/arm/ |
H A D | frame-constants-arm.h | 80 static constexpr RegList kPushedGpRegs = {r0, r1, r2, r3, r4, member in v8::internal::WasmDebugBreakFrameConstants 87 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 98 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 100 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | frame-constants-loong64.h | 44 static constexpr RegList kPushedGpRegs = {a0, a1, a2, a3, a4, a5, a6, member in v8::internal::WasmDebugBreakFrameConstants 52 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 62 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 64 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | frame-constants-ppc.h | 46 static constexpr RegList kPushedGpRegs = {r3, r4, r5, r6, r7, member in v8::internal::WasmDebugBreakFrameConstants 55 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 66 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 68 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | frame-constants-mips.h | 49 static constexpr RegList kPushedGpRegs = {v0, v1, a0, a1, a2, a3, t0, member in v8::internal::WasmDebugBreakFrameConstants 55 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 65 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 67 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | frame-constants-mips64.h | 45 static constexpr RegList kPushedGpRegs = {v0, v1, a0, a1, a2, a3, a4, member in v8::internal::WasmDebugBreakFrameConstants 51 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 61 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 63 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/x64/ |
H A D | frame-constants-x64.h | 64 static constexpr RegList kPushedGpRegs = {rax, rcx, rdx, rbx, rsi, rdi, r9}; member in v8::internal::WasmDebugBreakFrameConstants 69 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 79 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 81 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/ia32/ |
H A D | frame-constants-ia32.h | 56 static constexpr RegList kPushedGpRegs = {eax, ecx, edx, esi, edi}; member in v8::internal::WasmDebugBreakFrameConstants 62 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 72 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 74 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | frame-constants-s390.h | 49 static constexpr RegList kPushedGpRegs = {r2, r3, r4, r5, r6, r7, r8, cp}; member in v8::internal::WasmDebugBreakFrameConstants 54 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 65 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 67 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | frame-constants-riscv64.h | 49 static constexpr RegList kPushedGpRegs = wasm::kLiftoffAssemblerGpCacheRegs; member in v8::internal::WasmDebugBreakFrameConstants 54 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 64 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 66 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | frame-constants-arm64.h | 100 static constexpr RegList kPushedGpRegs = { member in v8::internal::WasmDebugBreakFrameConstants 110 static constexpr int kNumPushedGpRegisters = kPushedGpRegs.Count(); 125 DCHECK_NE(0, kPushedGpRegs.bits() & (1 << reg_code)); in GetPushedGpRegisterOffset() 127 kPushedGpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedGpRegisterOffset()
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 2671 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2681 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 2756 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2766 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 2911 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2923 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 2928 base::Reversed(WasmDebugBreakFrameConstants::kPushedGpRegs)) { in Generate_WasmDebugBreak() 2953 for (Register reg : WasmDebugBreakFrameConstants::kPushedGpRegs) { in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 2733 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2743 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 2860 base::Reversed(WasmDebugBreakFrameConstants::kPushedGpRegs)) { in Generate_WasmDebugBreak() 2885 for (Register reg : WasmDebugBreakFrameConstants::kPushedGpRegs) { in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 3101 __ PushXRegList(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 3111 __ PopXRegList(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 2694 __ stm(db_w, sp, WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2705 __ ldm(ia_w, sp, WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 2823 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2833 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 2948 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak() 2958 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
|