Searched refs:cpuinfo_has_x86_cmov (Results 1 – 8 of 8) sorted by relevance
17 printf("\tCMOV: %s\n", cpuinfo_has_x86_cmov() ? "yes" : "no"); in main()
450 ASSERT_TRUE(cpuinfo_has_x86_cmov()); in TEST()
1263 static inline bool cpuinfo_has_x86_cmov(void) { in cpuinfo_has_x86_cmov() function