Searched refs:has_sse (Results 1 – 19 of 19) sorted by relevance
93 if (util_cpu_caps.has_sse) { in util_fpstate_get()111 if (util_cpu_caps.has_sse) { in util_fpstate_set_denorms_to_zero()133 if (util_cpu_caps.has_sse) { in util_fpstate_set()
362 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect()373 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in util_cpu_detect()416 if (!util_cpu_caps.has_sse) { in util_cpu_detect()439 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect()
59 unsigned has_sse:1; member
95 if (util_cpu_caps.has_sse) { in util_fpstate_get()113 if (util_cpu_caps.has_sse) { in util_fpstate_set_denorms_to_zero()135 if (util_cpu_caps.has_sse) { in util_fpstate_set()
612 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect_once()624 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in util_cpu_detect_once()688 if (!util_cpu_caps.has_sse) { in util_cpu_detect_once()716 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect_once()
70 unsigned has_sse:1; member
76 has_sse=yes79 has_sse=no82 AC_MSG_RESULT($has_sse)153 has_sse=yes157 has_sse=no177 has_sse=no184 if test "$has_sse" = yes; then
12525 has_sse=yes12529 has_sse=no12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_sse" >&512536 $as_echo "$has_sse" >&6; }12811 has_sse=yes12815 has_sse=no12842 has_sse=no12858 if test "$has_sse" = yes; then
46 return !debug_get_option_nosse() && get_cpu_caps()->has_sse; in rtasm_cpu_has_sse()
2159 if(util_cpu_caps.has_sse) in x86_init_func_common()
42 bool has_sse() const { return has_sse_; } in has_sse() function
26 ASSERT_TRUE(cpu.has_sse()); in TEST()
238 if (has_sse()) return SSE; in GetIntelMicroArchitecture()
82 util_cpu_caps.has_sse = 0; in main()90 if(!util_cpu_caps.has_sse || !rtasm_cpu_has_sse()) in main()
107 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple()177 if (util_cpu_caps.has_sse && type.floating && in lp_build_min_simple()277 if (type.floating && util_cpu_caps.has_sse) { in lp_build_max_simple()341 if (util_cpu_caps.has_sse && type.floating && in lp_build_max_simple()1334 ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_div()2667 if (FALSE && ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_rcp()2787 if ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_fast_rsqrt_available()3697 if (util_cpu_caps.has_sse) { in lp_build_fpstate_get()3718 if (util_cpu_caps.has_sse) { in lp_build_fpstate_set_denorms_zero()3748 if (util_cpu_caps.has_sse) { in lp_build_fpstate_set()
403 MAttrs.push_back(util_cpu_caps.has_sse ? "+sse" : "-sse" ); in lp_build_create_jit_compiler_for_module()
1155 (util_cpu_caps.has_avx2 || !util_cpu_caps.has_sse)) { in lp_build_minify()
385 if (util_cpu_caps.has_sse) { in flush_denorm_to_zero()
438 if(util_cpu_caps.has_sse && type.length == 4) { in lp_build_occlusion_count()