Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h99 unsigned has_popcnt:1; member
Du_cpu_detect.c863 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1; in _util_cpu_detect_once()
974 printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt); in _util_cpu_detect_once()