Home
last modified time | relevance | path

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

123

/external/libaom/libaom/test/
Dwarp_filter_test.cc34 SSE4_1, AV1WarpFilterTest,
44 INSTANTIATE_TEST_CASE_P(SSE4_1, AV1HighbdWarpFilterTest,
Dintra_edge_test.cc104 SSE4_1, UpsampleTest8B,
156 SSE4_1, UpsampleTestHB,
227 SSE4_1, FilterEdgeTest8B,
271 INSTANTIATE_TEST_CASE_P(SSE4_1, FilterEdgeTestHB,
Dcdef_test.cc321 SSE4_1, CDEFBlockTest,
327 INSTANTIATE_TEST_CASE_P(SSE4_1, CDEFFindDirTest,
387 SSE4_1, CDEFSpeedTest,
393 INSTANTIATE_TEST_CASE_P(SSE4_1, CDEFFindDirSpeedTest,
Dblend_a64_mask_test.cc249 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,
Dsimd_cmp_sse4.cc14 #define ARCH SSE4_1
Dsimd_sse4_test.cc14 #define ARCH SSE4_1
Dobmc_sad_test.cc107 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcSadTest,
210 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcSadHBDTest,
Dreconinter_test.cc237 INSTANTIATE_TEST_CASE_P(SSE4_1, BuildCompDiffwtdMaskTest,
241 SSE4_1, BuildCompDiffwtdMaskD16Test,
Dav1_highbd_iht_test.cc170 INSTANTIATE_TEST_CASE_P(SSE4_1, AV1HighbdInvHTNxN,
307 INSTANTIATE_TEST_CASE_P(SSE4_1, AV1HighbdInvTxfm2d,
Dobmc_variance_test.cc153 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcVarianceTest,
342 INSTANTIATE_TEST_CASE_P(SSE4_1, ObmcVarianceHBDTest,
Dav1_horz_only_frame_superres_test.cc300 INSTANTIATE_TEST_CASE_P(SSE4_1, LowBDConvolveHorizRSTest,
358 SSE4_1, HighBDConvolveHorizRSTest,
/external/swiftshader/src/Reactor/
DCPUID.hpp55 static bool SSE4_1; member in rr::CPUID
114 return SSE4_1 && enableSSE4_1; in supportsSSE4_1()
DCPUID.cpp38 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/
DCPUID.hpp60 static bool SSE4_1; member in sw::CPUID
123 return SSE4_1 && enableSSE4_1; in supportsSSE4_1()
DCPUID.cpp38 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/
DCPUID.hpp60 static bool SSE4_1; member in sw::CPUID
123 return SSE4_1 && enableSSE4_1; in supportsSSE4_1()
DCPUID.cpp38 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/
Dcpu_feature_guard.cc72 CheckFeatureOrDie(CPUFeature::SSE4_1, "SSE4.1"); in CPUFeatureGuard()
122 CheckIfFeatureUnused(CPUFeature::SSE4_1, "SSE4.1", missing_instructions); in InfoAboutUnusedCPUFeatures()
Dcpu_info.h63 SSE4_1 = 5, enumerator
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1261 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/
Dretain-target-options.c7 #error SSE4_1 used
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h911 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/
Dmacro-assembler-ia32.cc1322 } 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/
Dliftoff-assembler-ia32.h1038 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/
Dcode-generator-ia32.cc1236 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 …]

123