Searched refs:has_popcnt (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h66 unsigned has_popcnt:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c465 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1;
573 debug_printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h93 unsigned has_popcnt:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c733 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1;
844 printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp2583 if (util_get_cpu_caps()->has_popcnt) {

Completed in 7 milliseconds