Searched refs:cpuinfo_has_x86_bmi2 (Results 1 – 8 of 8) sorted by relevance
24 printf("\tBMI2: %s\n", cpuinfo_has_x86_bmi2() ? "yes" : "no"); in main()
490 ASSERT_FALSE(cpuinfo_has_x86_bmi2()); in TEST()
1355 static inline bool cpuinfo_has_x86_bmi2(void) { in cpuinfo_has_x86_bmi2() function