Home
last modified time | relevance | path

Searched refs:SSE4_1 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Index/
Dretain-target-options.c7 #error SSE4_1 used
/external/v8/src/ia32/
Dassembler-ia32.cc61 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()
2146 DCHECK(IsEnabled(SSE4_1)); in roundsd()
2249 DCHECK(IsEnabled(SSE4_1)); in movntdqa()
2334 DCHECK(IsEnabled(SSE4_1)); in extractps()
2374 DCHECK(IsEnabled(SSE4_1)); in ptest()
2433 DCHECK(IsEnabled(SSE4_1)); in pextrd()
2445 DCHECK(IsEnabled(SSE4_1)); in pinsrd()
Dlithium-codegen-ia32.cc1723 if (CpuFeatures::IsSupported(SSE4_1)) { in DoConstantD()
1724 CpuFeatureScope scope2(masm(), SSE4_1); in DoConstantD()
3620 if (CpuFeatures::IsSupported(SSE4_1)) { in DoMathFloor()
3621 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloor()
5089 if (CpuFeatures::IsSupported(SSE4_1)) { in DoDoubleBits()
5090 CpuFeatureScope scope2(masm(), SSE4_1); in DoDoubleBits()
5108 if (CpuFeatures::IsSupported(SSE4_1)) { in DoConstructDouble()
5109 CpuFeatureScope scope2(masm(), SSE4_1); in DoConstructDouble()
/external/v8/test/cctest/
Dtest-disasm-x64.cc418 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST()
419 CpuFeatureScope scope(&assm, SSE4_1); in TEST()
Dtest-disasm-ia32.cc453 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST()
454 CpuFeatureScope scope(&assm, SSE4_1); in TEST()
Dtest-assembler-ia32.cc533 if (!CpuFeatures::IsSupported(SSE4_1)) return; in TEST()
539 { CpuFeatureScope fscope41(&assm, SSE4_1); in TEST()
Dtest-assembler-x64.cc677 if (!CpuFeatures::IsSupported(SSE4_1)) return; in TEST()
683 { CpuFeatureScope fscope2(&assm, SSE4_1); in TEST()
/external/v8/src/
Dglobals.h613 SSE4_1, enumerator
/external/eigen/test/
Dtestsuite.cmake214 elseif(EIGEN_EXPLICIT_VECTORIZATION MATCHES SSE4_1)
/external/v8/src/x64/
Dassembler-x64.cc27 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()
2462 DCHECK(IsEnabled(SSE4_1)); in extractps()
2875 DCHECK(IsEnabled(SSE4_1)); in roundsd()
Dlithium-codegen-x64.cc3721 if (CpuFeatures::IsSupported(SSE4_1)) { in DoMathFloor()
3722 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloor()