Lines Matching refs:SSSE3
128 if (FLAG_wasm_simd_ssse3_codegen && IsSupported(SSSE3)) return true;
143 if (cpu.has_ssse3()) SetSupported(SSSE3);
166 if (!FLAG_enable_ssse3 || !IsSupported(SSE3)) SetUnsupported(SSSE3);
167 if (!FLAG_enable_sse4_1 || !IsSupported(SSSE3)) SetUnsupported(SSE4_1);
183 "SSE3=%d SSSE3=%d SSE4_1=%d AVX=%d AVX2=%d FMA3=%d BMI1=%d BMI2=%d "
186 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSSE3),
331 EnableCpuFeature(SSSE3);
333 if (CpuFeatures::IsSupported(SSSE3)) {
2697 DCHECK(IsEnabled(SSSE3));
3185 DCHECK(IsEnabled(SSSE3));