Home
last modified time | relevance | path

Searched refs:SupportsWasmSimd128 (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/mips64/
Dassembler-mips64-inl.h50 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function
/external/v8/src/s390/
Dassembler-s390-inl.h51 bool CpuFeatures::SupportsWasmSimd128() { return false; } in SupportsWasmSimd128() function
/external/v8/src/mips/
Dassembler-mips-inl.h51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function
/external/v8/src/ia32/
Dassembler-ia32-inl.h51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(SSE4_1); } in SupportsWasmSimd128() function
/external/v8/src/
Dassembler.h388 static inline bool SupportsWasmSimd128();
/external/v8/src/ppc/
Dassembler-ppc-inl.h51 bool CpuFeatures::SupportsWasmSimd128() { return false; } in SupportsWasmSimd128() function
/external/v8/src/arm/
Dassembler-arm-inl.h51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128() function
/external/v8/src/x64/
Dassembler-x64-inl.h20 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(SSE4_1); } in SupportsWasmSimd128() function
/external/v8/src/arm64/
Dassembler-arm64-inl.h18 bool CpuFeatures::SupportsWasmSimd128() { return true; } in SupportsWasmSimd128() function
/external/v8/src/compiler/
Dwasm-compiler.cc5083 (!CpuFeatures::SupportsWasmSimd128() || wasm_unit_->env_->lower_simd)) { in BuildGraphForWasmFunction()