Searched refs:has_sse (Results 1 – 10 of 10) sorted by relevance
15 EXPECT_TRUE(!cpu.has_sse() || cpu.has_mmx()); in TEST()16 EXPECT_TRUE(!cpu.has_sse2() || cpu.has_sse()); in TEST()43 EXPECT_TRUE(cpu.has_sse()); in TEST()
65 bool has_sse() const { return has_sse_; } in has_sse() function
275 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect()282 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in util_cpu_detect()306 if (!util_cpu_caps.has_sse) { in util_cpu_detect()329 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect()
58 unsigned has_sse:1; member
46 return !debug_get_option_nosse() && get_cpu_caps()->has_sse; in rtasm_cpu_has_sse()
2158 if(util_cpu_caps.has_sse) in x86_init_func_common()
81 util_cpu_caps.has_sse = 0; in main()89 if(!util_cpu_caps.has_sse || !rtasm_cpu_has_sse()) in main()
88 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple()178 if (type.floating && util_cpu_caps.has_sse) { in lp_build_max_simple()866 if(((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_div()1924 if (FALSE && ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_rcp()1993 if ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_rsqrt()
118 if(type.floating && util_cpu_caps.has_sse) { in lp_build_compare()
448 if(util_cpu_caps.has_sse && type.length == 4) { in lp_build_occlusion_count()