Searched refs:cpuinfo_has_x86_popcnt (Results 1 – 8 of 8) sorted by relevance
21 printf("\tPOPCNT: %s\n", cpuinfo_has_x86_popcnt() ? "yes" : "no"); in main()
478 ASSERT_TRUE(cpuinfo_has_x86_popcnt()); in TEST()
478 ASSERT_FALSE(cpuinfo_has_x86_popcnt()); in TEST()
1340 static inline bool cpuinfo_has_x86_popcnt(void) { in cpuinfo_has_x86_popcnt() function