Searched refs:has_mmx (Results 1 – 2 of 2) sorted by relevance
91 unsigned has_mmx:1; member
856 util_cpu_caps.has_mmx = (regs2[3] >> 23) & 1; /* 0x0800000 */ in _util_cpu_detect_once()914 util_cpu_caps.has_mmx |= (regs2[3] >> 23) & 1; in _util_cpu_detect_once()963 printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in _util_cpu_detect_once()