Home
last modified time | relevance | path

Searched refs:has_sse2 (Results 1 – 25 of 28) sorted by relevance

12

/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c363 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */ in util_cpu_detect()
378 (util_cpu_caps.has_sse2 && sse2_has_daz()); in util_cpu_detect()
417 util_cpu_caps.has_sse2 = 0; in util_cpu_detect()
440 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect()
Du_cpu_detect.h60 unsigned has_sse2:1; member
/external/libyuv/files/util/
Dcpuid.c73 int has_sse2 = TestCpuFlag(kCpuHasSSE2); in main() local
83 printf("Has SSE2 %x\n", has_sse2); in main()
/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_x86_gcc.h47 bool has_sse2; // Processor has SSE2. member
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in MemoryBarrier()
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in Acquire_Store()
Datomicops_internals_x86_gcc.cc116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1); in AtomicOps_Internalx86CPUFeaturesInit()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c423 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */ in util_cpu_detect()
439 (util_cpu_caps.has_sse2 && sse2_has_daz()); in util_cpu_detect()
499 util_cpu_caps.has_sse2 = 0; in util_cpu_detect()
526 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect()
Du_cpu_detect.h60 unsigned has_sse2:1; member
/external/speex/
Dconfigure.ac93 has_sse2=yes
96 has_sse2=no
99 AC_MSG_RESULT($has_sse2)
154 has_sse2=yes
158 has_sse2=no
192 if test "$has_sse2" = yes; then
Dconfigure12559 has_sse2=yes
12563 has_sse2=no
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_sse2" >&5
12570 $as_echo "$has_sse2" >&6; }
12812 has_sse2=yes
12816 has_sse2=no
12870 if test "$has_sse2" = yes; then
/external/libyuv/files/unit_test/
Dcpu_test.cc30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); in TEST_F() local
31 printf("Has SSE2 %x\n", has_sse2); in TEST_F()
Dplanar_test.cc1331 int has_sse2 = TestCpuFlag(kCpuHasSSE2); in TEST_F() local
1332 if (has_sse2) { in TEST_F()
/external/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c83 util_cpu_caps.has_sse2 = 0; in main()
95 util_cpu_caps.has_sse2 = 0; in main()
102 if(!util_cpu_caps.has_sse2 || !rtasm_cpu_has_sse()) in main()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_cpu.c51 return !debug_get_option_nosse() && get_cpu_caps()->has_sse2; in rtasm_cpu_has_sse2()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c588 if ((util_cpu_caps.has_sse2 || util_cpu_caps.has_altivec) && in lp_build_pack2()
595 if (util_cpu_caps.has_sse2) { in lp_build_pack2()
616 if (util_cpu_caps.has_sse2) { in lp_build_pack2()
625 if (util_cpu_caps.has_sse2) { in lp_build_pack2()
796 if(util_cpu_caps.has_sse2 && in lp_build_packs2()
Dlp_bld_format_yuv.c93 if (util_cpu_caps.has_sse2 && n > 1) { in uyvy_to_yuv_soa()
177 if (util_cpu_caps.has_sse2 && n > 1) { in yuyv_to_yuv_soa()
Dlp_bld_arit.c120 if (type.width == 64 && util_cpu_caps.has_sse2) { in lp_build_min_simple()
160 util_cpu_caps.has_sse2 && type.length >= 2) { in lp_build_min_simple()
338 if (type.width == 64 && util_cpu_caps.has_sse2) { in lp_build_max_simple()
378 util_cpu_caps.has_sse2 && type.length >= 2) { in lp_build_max_simple()
559 if (util_cpu_caps.has_sse2) { in lp_build_add()
860 if (util_cpu_caps.has_sse2) { in lp_build_sub()
1127 ((util_cpu_caps.has_sse2 && (bld->type.sign == 0)) || in lp_build_mul_32_lohi_cpu()
1990 assert(util_cpu_caps.has_sse2); in lp_build_iround_nearest_sse2()
2436 if ((util_cpu_caps.has_sse2 && in lp_build_iround()
Dlp_bld_init.c414 assert(util_cpu_caps.has_sse2); in lp_build_init()
Dlp_bld_conv.c475 (util_cpu_caps.has_sse2 || util_cpu_caps.has_altivec)) in lp_build_conv_auto()
583 (util_cpu_caps.has_sse2 || util_cpu_caps.has_altivec)) in lp_build_conv()
Dlp_bld_logic.c198 util_cpu_caps.has_sse2 && in lp_build_compare()
Dlp_bld_misc.cpp584 MAttrs.push_back(util_cpu_caps.has_sse2 ? "+sse2" : "-sse2" ); in lp_build_create_jit_compiler_for_module()
/external/libchrome/base/
Dcpu.h43 bool has_sse2() const { return has_sse2_; } in has_sse2() function
Dcpu_unittest.cc27 ASSERT_TRUE(cpu.has_sse2()); in TEST()
Dcpu.cc237 if (has_sse2()) return SSE2; in GetIntelMicroArchitecture()
/external/v8/src/base/
Dcpu.h89 bool has_sse2() const { return has_sse2_; } in has_sse2() function
/external/boringssl/src/crypto/hrss/
Dhrss.c78 int has_sse2 = (OPENSSL_ia32cap_P[0] & (1 << 26)) != 0; in vec_capable()
79 return has_sse2; in vec_capable()

12