Searched refs:SSE4_1 (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/Index/ |
D | retain-target-options.c | 7 #error SSE4_1 used
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 61 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()
|
D | lithium-codegen-ia32.cc | 1723 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/ |
D | test-disasm-x64.cc | 418 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST() 419 CpuFeatureScope scope(&assm, SSE4_1); in TEST()
|
D | test-disasm-ia32.cc | 453 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST() 454 CpuFeatureScope scope(&assm, SSE4_1); in TEST()
|
D | test-assembler-ia32.cc | 533 if (!CpuFeatures::IsSupported(SSE4_1)) return; in TEST() 539 { CpuFeatureScope fscope41(&assm, SSE4_1); in TEST()
|
D | test-assembler-x64.cc | 677 if (!CpuFeatures::IsSupported(SSE4_1)) return; in TEST() 683 { CpuFeatureScope fscope2(&assm, SSE4_1); in TEST()
|
/external/v8/src/ |
D | globals.h | 613 SSE4_1, enumerator
|
/external/eigen/test/ |
D | testsuite.cmake | 214 elseif(EIGEN_EXPLICIT_VECTORIZATION MATCHES SSE4_1)
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 27 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()
|
D | lithium-codegen-x64.cc | 3721 if (CpuFeatures::IsSupported(SSE4_1)) { in DoMathFloor() 3722 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloor()
|