Searched refs:has_sse (Results 1 – 3 of 3) sorted by relevance
639 util_cpu_caps.has_sse = 0; in check_cpu_caps_override()652 util_cpu_caps.has_sse = 0; in check_cpu_caps_override()670 if (!util_cpu_caps.has_sse) { in check_cpu_caps_override()857 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in _util_cpu_detect_once()869 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in _util_cpu_detect_once()965 printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in _util_cpu_detect_once()
81 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()
93 unsigned has_sse:1; member