Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h92 unsigned has_mmx2:1; member
Du_cpu_detect.c869 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in _util_cpu_detect_once()
915 util_cpu_caps.has_mmx2 |= (regs2[3] >> 22) & 1; in _util_cpu_detect_once()
964 printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2); in _util_cpu_detect_once()