Searched refs:SSE4_2 (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | cpu_feature_guard.cc | 76 CheckFeatureOrDie(CPUFeature::SSE4_2, "SSE4.2"); in CPUFeatureGuard() 126 CheckIfFeatureUnused(CPUFeature::SSE4_2, "SSE4.2", missing_instructions); in InfoAboutUnusedCPUFeatures()
|
D | cpu_info.h | 80 SSE4_2 = 6, enumerator
|
D | cpu_info.cc | 244 case SSE4_2: return cpuid->have_sse4_2_; in TestFeature()
|
/external/igt-gpu-tools/lib/ |
D | igt_x86.h | 39 #define SSE4_2 0x40 macro
|
D | igt_x86.c | 125 features |= SSE4_2; in igt_x86_features() 178 if (features & SSE4_2) in igt_x86_features_to_string()
|
/external/compiler-rt/lib/scudo/ |
D | scudo_utils.h | 34 SSE4_2 = 0, enumerator
|
D | scudo_utils.cpp | 94 case SSE4_2: in testCPUFeature()
|
D | scudo_allocator.cpp | 289 CHECK(testCPUFeature(SSE4_2)); // for crc32 in init()
|
/external/libaom/libaom/test/ |
D | hash_test.cc | 129 SSE4_2, AV1Crc32cHashTest,
|
/external/libaom/libaom/build/cmake/ |
D | cpu.cmake | 70 set(X86_FLAVORS "MMX;SSE;SSE2;SSE3;SSSE3;SSE4_1;SSE4_2;AVX;AVX2")
|
D | aom_config_defaults.cmake | 189 "Enables SSE4_2 optimizations on x86/x86_64 targets." ON)
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 111 X86_FEATURE_COMPAT(SSE4_2, "sse4.2")
|
/external/adhd/cras/ |
D | configure.ac | 150 # SSE4_2 support
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 6771 SSE4_2, in EmitX86BuiltinExpr() enumerator 6803 .Case("sse4.2", X86Features::SSE4_2) in EmitX86BuiltinExpr()
|