Home | History | Annotate | Download | only in ia32

Lines Matching refs:SSE2

1915   if (!CpuFeatures::IsSupported(SSE2)) {
1919 CpuFeatures::Scope use_sse2(SSE2);
3579 // processors that don't support SSE2. The code in IntegerConvert
3582 if (CpuFeatures::IsSupported(SSE2)) {
3585 ASSERT(CpuFeatures::IsSupported(SSE2));
3586 CpuFeatures::Scope scope(SSE2);
3620 ASSERT(CpuFeatures::IsSupported(SSE2));
3621 CpuFeatures::Scope scope(SSE2);
3738 if (CpuFeatures::IsSupported(SSE2)) {
3739 CpuFeatures::Scope use_sse2(SSE2);
3747 if (CpuFeatures::IsSupported(SSE2)) {
3748 CpuFeatures::Scope use_sse2(SSE2);
3759 if (!CpuFeatures::IsSupported(SSE2)) {