Searched refs:cpuinfo_has_x86_movbe (Results 1 – 8 of 8) sorted by relevance
29 printf("\tMOVBE: %s\n", cpuinfo_has_x86_movbe() ? "yes" : "no"); in main()
466 ASSERT_TRUE(cpuinfo_has_x86_movbe()); in TEST()
1299 static inline bool cpuinfo_has_x86_movbe(void) { in cpuinfo_has_x86_movbe() function