Searched refs:has_popcnt (Results 1 – 9 of 9) sorted by relevance
60 if (cpu.has_popcnt()) { in TEST()108 if (cpu.has_popcnt()) { in TEST()
48 bool has_popcnt() const { return has_popcnt_; } in has_popcnt() function
65 unsigned has_popcnt:1; member
368 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1; in util_cpu_detect()448 debug_printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt); in util_cpu_detect()
428 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1; in util_cpu_detect()534 debug_printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt); in util_cpu_detect()
100 bool has_popcnt() const { return has_popcnt_; } in has_popcnt() function
149 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl()
101 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl()