/external/clang/test/Index/ |
H A D | retain-target-options.c | 5 // CHECK: error: SSE4_1 used 7 #error SSE4_1 used
|
/external/libvpx/libvpx/test/ |
H A D | quantize_test.cc | 185 SSE4_1, QuantizeTest,
|
/external/v8/src/ia32/ |
H A D | assembler-ia32.cc | 115 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; 140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d " 142 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1), 2168 DCHECK(IsEnabled(SSE4_1)); 2181 DCHECK(IsEnabled(SSE4_1)); 2385 DCHECK(IsEnabled(SSE4_1)); 2425 DCHECK(IsEnabled(SSE4_1)); 2504 DCHECK(IsEnabled(SSE4_1)); 2516 DCHECK(IsEnabled(SSE4_1));
|
H A D | macro-assembler-ia32.cc | 2421 } else if (CpuFeatures::IsSupported(SSE4_1)) { 2422 CpuFeatureScope scope(this, SSE4_1); 2445 if (CpuFeatures::IsSupported(SSE4_1)) { 2446 CpuFeatureScope sse_scope(this, SSE4_1); 2457 if (CpuFeatures::IsSupported(SSE4_1)) { 2458 CpuFeatureScope sse_scope(this, SSE4_1);
|
/external/v8/src/x64/ |
H A D | assembler-x64.cc | 81 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; 108 "SSE3=%d SSE4_1=%d SAHF=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d " 110 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1), 2699 DCHECK(IsEnabled(SSE4_1)); 2713 DCHECK(IsEnabled(SSE4_1)); 2726 DCHECK(IsEnabled(SSE4_1)); 2739 DCHECK(IsEnabled(SSE4_1)); 3510 DCHECK(IsEnabled(SSE4_1)); 3525 DCHECK(IsEnabled(SSE4_1));
|
H A D | macro-assembler-x64.cc | 3158 if (CpuFeatures::IsSupported(SSE4_1)) { 3159 CpuFeatureScope sse_scope(this, SSE4_1); 3169 if (CpuFeatures::IsSupported(SSE4_1)) { 3170 CpuFeatureScope sse_scope(this, SSE4_1); 3186 if (CpuFeatures::IsSupported(SSE4_1)) { 3187 CpuFeatureScope sse_scope(this, SSE4_1);
|
/external/v8/src/ |
H A D | globals.h | 696 SSE4_1, enumerator in enum:v8::internal::CpuFeature
|
/external/v8/test/cctest/ |
H A D | test-disasm-ia32.cc | 492 if (CpuFeatures::IsSupported(SSE4_1)) { 493 CpuFeatureScope scope(&assm, SSE4_1);
|
H A D | test-disasm-x64.cc | 485 if (CpuFeatures::IsSupported(SSE4_1)) { 486 CpuFeatureScope scope(&assm, SSE4_1);
|
H A D | test-assembler-ia32.cc | 531 if (!CpuFeatures::IsSupported(SSE4_1)) return; 538 { CpuFeatureScope fscope41(&assm, SSE4_1);
|
H A D | test-assembler-x64.cc | 686 if (!CpuFeatures::IsSupported(SSE4_1)) return; 692 { CpuFeatureScope fscope2(&assm, SSE4_1);
|
/external/v8/src/compiler/ia32/ |
H A D | code-generator-ia32.cc | 657 CpuFeatureScope sse_scope(masm(), SSE4_1); local 730 CpuFeatureScope sse_scope(masm(), SSE4_1); local
|
H A D | instruction-selector-ia32.cc | 1320 if (CpuFeatures::IsSupported(SSE4_1)) {
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-codegen-ia32.cc | 1631 if (CpuFeatures::IsSupported(SSE4_1)) { 1632 CpuFeatureScope scope2(masm(), SSE4_1); local 3388 if (CpuFeatures::IsSupported(SSE4_1)) { 3389 CpuFeatureScope scope(masm(), SSE4_1); local 4960 if (CpuFeatures::IsSupported(SSE4_1)) { 4961 CpuFeatureScope scope2(masm(), SSE4_1); local 4979 if (CpuFeatures::IsSupported(SSE4_1)) { 4980 CpuFeatureScope scope2(masm(), SSE4_1); local
|
/external/v8/src/compiler/x64/ |
H A D | code-generator-x64.cc | 944 CpuFeatureScope sse_scope(masm(), SSE4_1); local 1024 CpuFeatureScope sse_scope(masm(), SSE4_1); local
|
H A D | instruction-selector-x64.cc | 1795 if (CpuFeatures::IsSupported(SSE4_1)) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-codegen-x64.cc | 3475 if (CpuFeatures::IsSupported(SSE4_1)) { 3476 CpuFeatureScope scope(masm(), SSE4_1); local
|
/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6180 SSE4_1, enumerator in enum:X86Features 6201 .Case("sse4.1", X86Features::SSE4_1)
|