Home
last modified time | relevance | path

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

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