/external/libaom/libaom/test/ |
D | warp_filter_test.cc | 34 SSE4_1, AV1WarpFilterTest, 44 INSTANTIATE_TEST_CASE_P(SSE4_1, AV1HighbdWarpFilterTest,
|
D | intra_edge_test.cc | 104 SSE4_1, UpsampleTest8B, 156 SSE4_1, UpsampleTestHB, 227 SSE4_1, FilterEdgeTest8B, 271 INSTANTIATE_TEST_CASE_P(SSE4_1, FilterEdgeTestHB,
|
D | cdef_test.cc | 321 SSE4_1, CDEFBlockTest, 327 INSTANTIATE_TEST_CASE_P(SSE4_1, CDEFFindDirTest, 387 SSE4_1, CDEFSpeedTest, 393 INSTANTIATE_TEST_CASE_P(SSE4_1, CDEFFindDirSpeedTest,
|
D | blend_a64_mask_test.cc | 249 INSTANTIATE_TEST_CASE_P(SSE4_1, BlendA64MaskTest8B, 346 SSE4_1, BlendA64MaskTest8B_d16, 461 SSE4_1, BlendA64MaskTestHBD, 598 SSE4_1, BlendA64MaskTestHBD_d16, 614 SSE4_1, BlendA64MaskTestHBD,
|
D | simd_cmp_sse4.cc | 14 #define ARCH SSE4_1
|
D | simd_sse4_test.cc | 14 #define ARCH SSE4_1
|
D | obmc_sad_test.cc | 107 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcSadTest, 210 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcSadHBDTest,
|
D | reconinter_test.cc | 237 INSTANTIATE_TEST_CASE_P(SSE4_1, BuildCompDiffwtdMaskTest, 241 SSE4_1, BuildCompDiffwtdMaskD16Test,
|
D | av1_highbd_iht_test.cc | 170 INSTANTIATE_TEST_CASE_P(SSE4_1, AV1HighbdInvHTNxN, 307 INSTANTIATE_TEST_CASE_P(SSE4_1, AV1HighbdInvTxfm2d,
|
D | obmc_variance_test.cc | 153 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcVarianceTest, 342 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcVarianceHBDTest,
|
D | av1_horz_only_frame_superres_test.cc | 300 INSTANTIATE_TEST_CASE_P(SSE4_1, LowBDConvolveHorizRSTest, 358 SSE4_1, HighBDConvolveHorizRSTest,
|
/external/swiftshader/src/Reactor/ |
D | CPUID.hpp | 55 static bool SSE4_1; member in rr::CPUID 114 return SSE4_1 && enableSSE4_1; in supportsSSE4_1()
|
D | CPUID.cpp | 38 bool CPUID::SSE4_1 = detectSSE4_1(); member in rr::CPUID 225 return SSE4_1 = (registers[2] & 0x00080000) != 0; in detectSSE4_1()
|
/external/swiftshader/src/System/ |
D | CPUID.hpp | 60 static bool SSE4_1; member in sw::CPUID 123 return SSE4_1 && enableSSE4_1; in supportsSSE4_1()
|
D | CPUID.cpp | 38 bool CPUID::SSE4_1 = detectSSE4_1(); member in sw::CPUID 227 return SSE4_1 = (registers[2] & 0x00080000) != 0; in detectSSE4_1()
|
/external/swiftshader/src/Common/ |
D | CPUID.hpp | 60 static bool SSE4_1; member in sw::CPUID 123 return SSE4_1 && enableSSE4_1; in supportsSSE4_1()
|
D | CPUID.cpp | 38 bool CPUID::SSE4_1 = detectSSE4_1(); member in sw::CPUID 227 return SSE4_1 = (registers[2] & 0x00080000) != 0; in detectSSE4_1()
|
/external/tensorflow/tensorflow/core/platform/ |
D | cpu_feature_guard.cc | 72 CheckFeatureOrDie(CPUFeature::SSE4_1, "SSE4.1"); in CPUFeatureGuard() 122 CheckIfFeatureUnused(CPUFeature::SSE4_1, "SSE4.1", missing_instructions); in InfoAboutUnusedCPUFeatures()
|
D | cpu_info.h | 63 SSE4_1 = 5, enumerator
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1261 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 1468 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2130 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2136 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2237 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2242 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2286 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2291 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2296 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2315 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() [all …]
|
/external/clang/test/Index/ |
D | retain-target-options.c | 7 #error SSE4_1 used
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 911 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_ceil() 916 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_floor() 921 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_trunc() 927 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_nearest_int() 1026 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_ceil() 1032 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_floor() 1038 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_trunc() 1045 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_nearest_int() 1095 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitTruncateFloatToInt() 1099 CpuFeatureScope feature(assm, SSE4_1); in EmitTruncateFloatToInt() [all …]
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1322 } else if (CpuFeatures::IsSupported(SSE4_1)) { in Move() 1323 CpuFeatureScope scope(this, SSE4_1); in Move() 1448 if (CpuFeatures::IsSupported(SSE4_1)) { in Pblendw() 1449 CpuFeatureScope sse_scope(this, SSE4_1); in Pblendw() 1476 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrb() 1477 CpuFeatureScope sse_scope(this, SSE4_1); in Pextrb() 1490 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrw() 1491 CpuFeatureScope sse_scope(this, SSE4_1); in Pextrw() 1508 if (CpuFeatures::IsSupported(SSE4_1)) { in Pextrd() 1509 CpuFeatureScope sse_scope(this, SSE4_1); in Pextrd() [all …]
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1038 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_ceil() 1043 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_floor() 1048 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_trunc() 1054 REQUIRE_CPU_FEATURE(SSE4_1); in emit_f32_nearest_int() 1153 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_ceil() 1159 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_floor() 1165 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_trunc() 1172 REQUIRE_CPU_FEATURE(SSE4_1, true); in emit_f64_nearest_int() 1212 if (!CpuFeatures::IsSupported(SSE4_1)) { in EmitTruncateFloatToInt() 1216 CpuFeatureScope feature(assm, SSE4_1); in EmitTruncateFloatToInt()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1236 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 1414 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 1821 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 1838 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2041 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2167 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2179 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2191 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2241 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() 2258 CpuFeatureScope sse_scope(tasm(), SSE4_1); in AssembleArchInstruction() [all …]
|