Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_math.c81 if (util_get_cpu_caps()->has_sse) { in util_fpstate_get()
99 if (util_get_cpu_caps()->has_sse) { in util_fpstate_set_denorms_to_zero()
121 if (util_get_cpu_caps()->has_sse) { in util_fpstate_set()
Du_cpu_detect.c721 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect_once()
733 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in util_cpu_detect_once()
797 if (!util_cpu_caps.has_sse) { in util_cpu_detect_once()
833 printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect_once()
Du_cpu_detect.h97 unsigned has_sse:1; member
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_cpu.c45 return !debug_get_option_nosse() && get_cpu_caps()->has_sse; in rtasm_cpu_has_sse()
Drtasm_x86sse.c2167 if(util_get_cpu_caps()->has_sse) in x86_init_func_common()
/third_party/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c81 util_cpu_caps.has_sse = 0; in main()
89 if(!util_get_cpu_caps()->has_sse || !rtasm_cpu_has_sse()) in main()
/third_party/node/deps/v8/src/base/
Dcpu.h89 bool has_sse() const { return has_sse_; } in has_sse() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c107 if (type.floating && util_get_cpu_caps()->has_sse) { in lp_build_min_simple()
176 if (util_get_cpu_caps()->has_sse && type.floating && in lp_build_min_simple()
261 if (type.floating && util_get_cpu_caps()->has_sse) { in lp_build_max_simple()
324 if (util_get_cpu_caps()->has_sse && type.floating && in lp_build_max_simple()
1277 ((util_get_cpu_caps()->has_sse && type.width == 32 && type.length == 4) || in lp_build_div()
2647 if (FALSE && ((util_get_cpu_caps()->has_sse && type.width == 32 && type.length == 4) || in lp_build_rcp()
2768 if ((util_get_cpu_caps()->has_sse && type.width == 32 && type.length == 4) || in lp_build_fast_rsqrt_available()
3719 if (util_get_cpu_caps()->has_sse) { in lp_build_fpstate_get()
3740 if (util_get_cpu_caps()->has_sse) { in lp_build_fpstate_set_denorms_zero()
3771 if (util_get_cpu_caps()->has_sse) { in lp_build_fpstate_set()
Dlp_bld_misc.cpp406 MAttrs.push_back(util_get_cpu_caps()->has_sse ? "+sse" : "-sse" ); in lp_build_create_jit_compiler_for_module()
Dlp_bld_sample.c1261 (util_get_cpu_caps()->has_avx2 || !util_get_cpu_caps()->has_sse)) { in lp_build_minify()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c402 if (util_get_cpu_caps()->has_sse) { in flush_denorm_to_zero()
Dlp_bld_depth.c441 if (util_get_cpu_caps()->has_sse && type.length == 4) { in lp_build_occlusion_count()