Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm/
H A Dframe-constants-arm.h80 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 Dframe-constants-loong64.h44 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 Dframe-constants-ppc.h46 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 Dframe-constants-mips.h49 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 Dframe-constants-mips64.h45 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 Dframe-constants-x64.h64 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 Dframe-constants-ia32.h56 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 Dframe-constants-s390.h49 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 Dframe-constants-riscv64.h49 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 Dframe-constants-arm64.h100 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 Dbuiltins-mips.cc2671 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2681 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2756 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2766 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc2911 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2923 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc2928 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 Dbuiltins-loong64.cc2733 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2743 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2860 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 Dbuiltins-arm64.cc3101 __ PushXRegList(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
3111 __ PopXRegList(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2694 __ 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 Dbuiltins-riscv64.cc2823 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2833 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc2948 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2958 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()

Completed in 58 milliseconds