Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/ppc/
H A Dframe-constants-ppc.h27 static constexpr int kNumberOfSavedFpParamRegs = 8; member in v8::internal::WasmCompileLazyFrameConstants
37 kNumberOfSavedFpParamRegs * kDoubleSize +
38 kNumberOfSavedFpParamRegs * kSimd128Size;
/third_party/node/deps/v8/src/execution/s390/
H A Dframe-constants-s390.h28 static constexpr int kNumberOfSavedFpParamRegs = 4; member in v8::internal::WasmCompileLazyFrameConstants
30 static constexpr int kNumberOfSavedFpParamRegs = 2; member in v8::internal::WasmCompileLazyFrameConstants
41 kNumberOfSavedFpParamRegs * kSimd128Size;
/third_party/node/deps/v8/src/execution/riscv64/
H A Dframe-constants-riscv64.h28 static constexpr int kNumberOfSavedFpParamRegs = member in v8::internal::WasmCompileLazyFrameConstants
31 kNumberOfSavedGpParamRegs + kNumberOfSavedFpParamRegs;
41 kNumberOfSavedFpParamRegs * kDoubleSize;
/third_party/node/deps/v8/src/execution/arm/
H A Dframe-constants-arm.h61 static constexpr int kNumberOfSavedFpParamRegs = 8; member in v8::internal::WasmCompileLazyFrameConstants
71 kNumberOfSavedFpParamRegs * kDoubleSize;
/third_party/node/deps/v8/src/execution/loong64/
H A Dframe-constants-loong64.h26 static constexpr int kNumberOfSavedFpParamRegs = 8; member in v8::internal::WasmCompileLazyFrameConstants
35 kNumberOfSavedFpParamRegs * kDoubleSize;
/third_party/node/deps/v8/src/execution/mips/
H A Dframe-constants-mips.h30 static constexpr int kNumberOfSavedFpParamRegs = 7; member in v8::internal::WasmCompileLazyFrameConstants
40 kNumberOfSavedFpParamRegs * kDoubleSize;
/third_party/node/deps/v8/src/execution/mips64/
H A Dframe-constants-mips64.h26 static constexpr int kNumberOfSavedFpParamRegs = 7; member in v8::internal::WasmCompileLazyFrameConstants
36 kNumberOfSavedFpParamRegs * kSimd128Size;
/third_party/node/deps/v8/src/execution/x64/
H A Dframe-constants-x64.h49 static constexpr int kNumberOfSavedFpParamRegs = 6; member in v8::internal::WasmCompileLazyFrameConstants
56 kNumberOfSavedFpParamRegs * kSimd128Size;
/third_party/node/deps/v8/src/execution/ia32/
H A Dframe-constants-ia32.h40 static constexpr int kNumberOfSavedFpParamRegs = 6; member in v8::internal::WasmCompileLazyFrameConstants
47 kNumberOfSavedFpParamRegs * kSimd128Size;
/third_party/node/deps/v8/src/execution/arm64/
H A Dframe-constants-arm64.h78 static constexpr int kNumberOfSavedFpParamRegs = 8; member in v8::internal::WasmCompileLazyFrameConstants
90 kNumberOfSavedFpParamRegs * kSimd128Size;
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc2862 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
2864 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2622 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2673 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc2871 static_assert(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs == in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2678 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2803 static_assert(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs == in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3053 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2637 WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs); in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2777 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc2903 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedFpParamRegs, in Generate_WasmCompileLazy()

Completed in 58 milliseconds