/external/clang/test/Index/ |
D | retain-target-options.c | 7 #error SSE4_1 used
|
/external/libvpx/libvpx/test/ |
D | quantize_test.cc | 185 SSE4_1, QuantizeTest,
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 115 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl() 142 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1), in PrintFeatures() 2168 DCHECK(IsEnabled(SSE4_1)); in roundss() 2181 DCHECK(IsEnabled(SSE4_1)); in roundsd() 2385 DCHECK(IsEnabled(SSE4_1)); in extractps() 2425 DCHECK(IsEnabled(SSE4_1)); in ptest() 2504 DCHECK(IsEnabled(SSE4_1)); in pextrd() 2516 DCHECK(IsEnabled(SSE4_1)); in pinsrd()
|
D | macro-assembler-ia32.cc | 2421 } else if (CpuFeatures::IsSupported(SSE4_1)) { in Move() 2422 CpuFeatureScope scope(this, SSE4_1); in Move() 2445 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrd() 2446 CpuFeatureScope sse_scope(this, SSE4_1); in Pextrd() 2457 if (CpuFeatures::IsSupported(SSE4_1)) { in Pinsrd() 2458 CpuFeatureScope sse_scope(this, SSE4_1); in Pinsrd()
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 81 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl() 110 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1), in PrintFeatures() 2699 DCHECK(IsEnabled(SSE4_1)); in extractps() 2713 DCHECK(IsEnabled(SSE4_1)); in pextrd() 2726 DCHECK(IsEnabled(SSE4_1)); in pinsrd() 2739 DCHECK(IsEnabled(SSE4_1)); in pinsrd() 3510 DCHECK(IsEnabled(SSE4_1)); in roundss() 3525 DCHECK(IsEnabled(SSE4_1)); in roundsd()
|
D | macro-assembler-x64.cc | 3158 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrd() 3159 CpuFeatureScope sse_scope(this, SSE4_1); in Pextrd() 3169 if (CpuFeatures::IsSupported(SSE4_1)) { in Pinsrd() 3170 CpuFeatureScope sse_scope(this, SSE4_1); in Pinsrd() 3186 if (CpuFeatures::IsSupported(SSE4_1)) { in Pinsrd() 3187 CpuFeatureScope sse_scope(this, SSE4_1); in Pinsrd()
|
/external/eigen/test/ |
D | testsuite.cmake | 214 elseif(EIGEN_EXPLICIT_VECTORIZATION MATCHES SSE4_1)
|
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 492 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST() 493 CpuFeatureScope scope(&assm, SSE4_1); in TEST()
|
D | test-disasm-x64.cc | 485 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST() 486 CpuFeatureScope scope(&assm, SSE4_1); in TEST()
|
D | test-assembler-ia32.cc | 531 if (!CpuFeatures::IsSupported(SSE4_1)) return; in TEST() 538 { CpuFeatureScope fscope41(&assm, SSE4_1); in TEST()
|
D | test-assembler-x64.cc | 686 if (!CpuFeatures::IsSupported(SSE4_1)) return; in TEST() 692 { CpuFeatureScope fscope2(&assm, SSE4_1); in TEST()
|
/external/v8/src/ |
D | globals.h | 696 SSE4_1, enumerator
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1631 if (CpuFeatures::IsSupported(SSE4_1)) { in DoConstantD() 1632 CpuFeatureScope scope2(masm(), SSE4_1); in DoConstantD() 3388 if (CpuFeatures::IsSupported(SSE4_1)) { in DoMathFloor() 3389 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloor() 4960 if (CpuFeatures::IsSupported(SSE4_1)) { in DoDoubleBits() 4961 CpuFeatureScope scope2(masm(), SSE4_1); in DoDoubleBits() 4979 if (CpuFeatures::IsSupported(SSE4_1)) { in DoConstructDouble() 4980 CpuFeatureScope scope2(masm(), SSE4_1); in DoConstructDouble()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 657 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction() 730 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction()
|
D | instruction-selector-ia32.cc | 1320 if (CpuFeatures::IsSupported(SSE4_1)) { in SupportedMachineOperatorFlags()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 944 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction() 1024 CpuFeatureScope sse_scope(masm(), SSE4_1); in AssembleArchInstruction()
|
D | instruction-selector-x64.cc | 1795 if (CpuFeatures::IsSupported(SSE4_1)) { in SupportedMachineOperatorFlags()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 3475 if (CpuFeatures::IsSupported(SSE4_1)) { in DoMathFloor() 3476 CpuFeatureScope scope(masm(), SSE4_1); in DoMathFloor()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 6180 SSE4_1, in EmitX86BuiltinExpr() enumerator 6201 .Case("sse4.1", X86Features::SSE4_1) in EmitX86BuiltinExpr()
|