Searched refs:cpuinfo_has_x86_cmpxchg16b (Results 1 – 8 of 8) sorted by relevance
82 printf("\tCMPXCHG16B: %s\n", cpuinfo_has_x86_cmpxchg16b() ? "yes" : "no"); in main()
458 ASSERT_FALSE(cpuinfo_has_x86_cmpxchg16b()); in TEST()
1283 static inline bool cpuinfo_has_x86_cmpxchg16b(void) { in cpuinfo_has_x86_cmpxchg16b() function