Searched refs:cpuinfo_has_x86_bmi (Results 1 – 8 of 8) sorted by relevance
23 printf("\tBMI: %s\n", cpuinfo_has_x86_bmi() ? "yes" : "no"); in main()
486 ASSERT_FALSE(cpuinfo_has_x86_bmi()); in TEST()
1347 static inline bool cpuinfo_has_x86_bmi(void) { in cpuinfo_has_x86_bmi() function