Home
last modified time | relevance | path

Searched refs:kPushedFpRegs (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
Dframe-constants-riscv64.h51 static constexpr DoubleRegList kPushedFpRegs = variable
55 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
72 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
74 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/s390/
Dframe-constants-s390.h51 static constexpr DoubleRegList kPushedFpRegs = {d0, d1, d2, d3, d4, d5, d6, variable
55 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
73 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
75 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/mips64/
Dframe-constants-mips64.h48 static constexpr DoubleRegList kPushedFpRegs = { variable
52 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
69 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
71 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/mips/
Dframe-constants-mips.h52 static constexpr DoubleRegList kPushedFpRegs = { variable
56 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
73 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
75 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/ia32/
Dframe-constants-ia32.h59 static constexpr DoubleRegList kPushedFpRegs = {xmm0, xmm1, xmm2, xmm3, variable
63 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
80 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
82 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/x64/
Dframe-constants-x64.h66 static constexpr DoubleRegList kPushedFpRegs = {xmm0, xmm1, xmm2, xmm3, variable
70 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
87 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
89 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/ppc/
Dframe-constants-ppc.h49 static constexpr DoubleRegList kPushedFpRegs = {d0, d1, d2, d3, d4, d5, d6, variable
56 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
74 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
76 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/arm/
Dframe-constants-arm.h84 static constexpr DoubleRegList kPushedFpRegs = {d0, d1, d2, d3, d4, d5, d6, variable
88 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
106 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
108 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/loong64/
Dframe-constants-loong64.h48 static constexpr DoubleRegList kPushedFpRegs = { variable
53 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
70 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
72 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/execution/arm64/
Dframe-constants-arm64.h106 static constexpr DoubleRegList kPushedFpRegs = { variable
114 static constexpr int kNumPushedFpRegisters = kPushedFpRegs.Count();
133 DCHECK_NE(0, kPushedFpRegs.bits() & (1 << reg_code)); in GetPushedFpRegisterOffset()
135 kPushedFpRegs.bits() & ((uint32_t{1} << reg_code) - 1); in GetPushedFpRegisterOffset()
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc2680 WasmDebugBreakFrameConstants::kPushedFpRegs.last(); in Generate_WasmDebugBreak()
2682 WasmDebugBreakFrameConstants::kPushedFpRegs.first(); in Generate_WasmDebugBreak()
2684 WasmDebugBreakFrameConstants::kPushedFpRegs.Count() == in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2912 __ MultiPushF64AndV128(WasmDebugBreakFrameConstants::kPushedFpRegs, in Generate_WasmDebugBreak()
2921 __ MultiPopF64AndV128(WasmDebugBreakFrameConstants::kPushedFpRegs, in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc2949 __ MultiPushF64OrV128(WasmDebugBreakFrameConstants::kPushedFpRegs, ip); in Generate_WasmDebugBreak()
2957 __ MultiPopF64OrV128(WasmDebugBreakFrameConstants::kPushedFpRegs, ip); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc2734 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2742 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc3102 __ PushQRegList(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
3110 __ PopQRegList(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2757 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2765 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc2824 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2832 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2937 base::Reversed(WasmDebugBreakFrameConstants::kPushedFpRegs)) { in Generate_WasmDebugBreak()
2948 for (DoubleRegister reg : WasmDebugBreakFrameConstants::kPushedFpRegs) { in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc2869 base::Reversed(WasmDebugBreakFrameConstants::kPushedFpRegs)) { in Generate_WasmDebugBreak()
2880 for (DoubleRegister reg : WasmDebugBreakFrameConstants::kPushedFpRegs) { in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc2672 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2680 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()