Searched refs:__builtin_popcountll (Results 1 – 3 of 3) sorted by relevance
23 #define __builtin_popcountll(x) __popcnt8(x) macro25 #define __builtin_popcountl(x) __builtin_popcountll(x)
101 _LIBCPP_ALWAYS_INLINE int __builtin_popcountll(unsigned long long x) in __builtin_popcountll() function
802 …IBCPP_INLINE_VISIBILITY int __pop_count(unsigned long long __x) {return __builtin_popcountll(__x);}