Home
last modified time | relevance | path

Searched refs:has_sse (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/base/
Dcpu-unittest.cc15 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()
Dcpu.h65 bool has_sse() const { return has_sse_; } in has_sse() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c275 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()
Du_cpu_detect.h58 unsigned has_sse:1; member
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_cpu.c46 return !debug_get_option_nosse() && get_cpu_caps()->has_sse; in rtasm_cpu_has_sse()
Drtasm_x86sse.c2158 if(util_cpu_caps.has_sse) in x86_init_func_common()
/external/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c81 util_cpu_caps.has_sse = 0; in main()
89 if(!util_cpu_caps.has_sse || !rtasm_cpu_has_sse()) in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c88 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()
Dlp_bld_logic.c118 if(type.floating && util_cpu_caps.has_sse) { in lp_build_compare()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c448 if(util_cpu_caps.has_sse && type.length == 4) { in lp_build_occlusion_count()