Searched defs:SupportsWasmSimd128 (Results 1 – 8 of 8) sorted by relevance
18 bool CpuFeatures::SupportsWasmSimd128() { return true; } in SupportsWasmSimd128() function
50 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } in SupportsWasmSimd128() function
51 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(SSE4_1); } in SupportsWasmSimd128() function
51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128() function
20 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(SSE4_1); } in SupportsWasmSimd128() function