Searched refs:cpuinfo_has_x86_clzero (Results 1 – 8 of 8) sorted by relevance
33 printf("\tCLZERO: %s\n", cpuinfo_has_x86_clzero() ? "yes" : "no"); in main()
270 ASSERT_FALSE(cpuinfo_has_x86_clzero()); in TEST()
801 static inline bool cpuinfo_has_x86_clzero(void) { in cpuinfo_has_x86_clzero() function