Home
last modified time | relevance | path

Searched defs:SupportsWasmSimd128 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc162 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc57 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc125 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc78 bool CpuFeatures::SupportsWasmSimd128() { in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc86 bool CpuFeatures::SupportsWasmSimd128() { return true; } in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc70 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc70 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc20 bool CpuFeatures::SupportsWasmSimd128() { return false; } in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc201 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc66 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(RISCV_SIMD); } in SupportsWasmSimd128() function in v8::internal::CpuFeatures

Completed in 69 milliseconds