Searched refs:SSE4_1 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Index/
H A Dretain-target-options.c5 // CHECK: error: SSE4_1 used
7 #error SSE4_1 used
/external/libvpx/libvpx/test/
H A Dquantize_test.cc185 SSE4_1, QuantizeTest,
/external/v8/src/ia32/
H A Dassembler-ia32.cc115 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 Dmacro-assembler-ia32.cc2421 } 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 Dassembler-x64.cc81 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 Dmacro-assembler-x64.cc3158 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 Dglobals.h696 SSE4_1, enumerator in enum:v8::internal::CpuFeature
/external/v8/test/cctest/
H A Dtest-disasm-ia32.cc492 if (CpuFeatures::IsSupported(SSE4_1)) {
493 CpuFeatureScope scope(&assm, SSE4_1);
H A Dtest-disasm-x64.cc485 if (CpuFeatures::IsSupported(SSE4_1)) {
486 CpuFeatureScope scope(&assm, SSE4_1);
H A Dtest-assembler-ia32.cc531 if (!CpuFeatures::IsSupported(SSE4_1)) return;
538 { CpuFeatureScope fscope41(&assm, SSE4_1);
H A Dtest-assembler-x64.cc686 if (!CpuFeatures::IsSupported(SSE4_1)) return;
692 { CpuFeatureScope fscope2(&assm, SSE4_1);
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc657 CpuFeatureScope sse_scope(masm(), SSE4_1); local
730 CpuFeatureScope sse_scope(masm(), SSE4_1); local
H A Dinstruction-selector-ia32.cc1320 if (CpuFeatures::IsSupported(SSE4_1)) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1631 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 Dcode-generator-x64.cc944 CpuFeatureScope sse_scope(masm(), SSE4_1); local
1024 CpuFeatureScope sse_scope(masm(), SSE4_1); local
H A Dinstruction-selector-x64.cc1795 if (CpuFeatures::IsSupported(SSE4_1)) {
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc3475 if (CpuFeatures::IsSupported(SSE4_1)) {
3476 CpuFeatureScope scope(masm(), SSE4_1); local
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp6180 SSE4_1, enumerator in enum:X86Features
6201 .Case("sse4.1", X86Features::SSE4_1)

Completed in 1551 milliseconds