/third_party/node/deps/v8/src/codegen/ |
D | cpu-features.h | 117 static bool SupportsWasmSimd128();
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390.cc | 162 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures 258 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
D | macro-assembler-s390.cc | 736 if (CpuFeatures::SupportsWasmSimd128()) { in MultiPushF64OrV128() 768 if (CpuFeatures::SupportsWasmSimd128()) { in MultiPopF64OrV128()
|
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder.cc | 87 bool CheckHardwareSupportsSimd() { return CpuFeatures::SupportsWasmSimd128(); } in CheckHardwareSupportsSimd()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 57 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures 110 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
D | macro-assembler-ppc.cc | 494 if (CpuFeatures::SupportsWasmSimd128()) { in MultiPushF64AndV128() 523 if (CpuFeatures::SupportsWasmSimd128()) { in MultiPopF64AndV128()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 582 if (CpuFeatures::SupportsWasmSimd128()) supported_types_.Add(kS128); in MaybeBailoutForUnsupportedType() 3514 if (!CpuFeatures::SupportsWasmSimd128()) { in SimdOp() 4064 if (!CpuFeatures::SupportsWasmSimd128()) { in SimdLaneOp() 4108 if (!CpuFeatures::SupportsWasmSimd128()) { in S128Const() 4132 if (!CpuFeatures::SupportsWasmSimd128()) { in Simd8x16ShuffleOp() 6356 DCHECK(CpuFeatures::SupportsWasmSimd128()); in SetDefaultValue()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | assembler-loong64.cc | 20 bool CpuFeatures::SupportsWasmSimd128() { return false; } in SupportsWasmSimd128() function in v8::internal::CpuFeatures 38 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 125 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures 177 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.cc | 78 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures 133 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | assembler-mips.cc | 70 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures 125 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64.cc | 66 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(RISCV_SIMD); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures 80 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 70 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures 101 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | assembler-arm64.cc | 86 bool CpuFeatures::SupportsWasmSimd128() { return true; } in SupportsWasmSimd128() function in v8::internal::CpuFeatures 120 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | assembler-arm.cc | 201 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures 258 CpuFeatures::supports_wasm_simd_128_ = CpuFeatures::SupportsWasmSimd128(); in ProbeImpl()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 8492 if (ContainsSimd(func_body.sig) && !CpuFeatures::SupportsWasmSimd128()) { in ExecuteTurbofanWasmCompilation()
|