Home
last modified time | relevance | path

Searched refs:has_mmx (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h91 unsigned has_mmx:1; member
Du_cpu_detect.c856 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()