Searched refs:SupportsWasmSimd128 (Results 1 – 10 of 10) sorted by relevance
50 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function
51 bool CpuFeatures::SupportsWasmSimd128() { return false; } in SupportsWasmSimd128() function
51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function
51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(SSE4_1); } in SupportsWasmSimd128() function
388 static inline bool SupportsWasmSimd128();
51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128() function
20 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(SSE4_1); } in SupportsWasmSimd128() function
18 bool CpuFeatures::SupportsWasmSimd128() { return true; } in SupportsWasmSimd128() function
5083 (!CpuFeatures::SupportsWasmSimd128() || wasm_unit_->env_->lower_simd)) { in BuildGraphForWasmFunction()