Searched refs:__popcnt64 (Results 1 – 10 of 10) sorted by relevance
65 return __popcnt64(X); in Popcountll()
50 return __popcnt64(x); in count()
93 #define PERFETTO_POPCOUNT(x) __popcnt64(x)
202 return __popcnt64(x); in test__popcnt64()
151 return __popcnt64(__x);
312 unsigned __int64 __popcnt64(unsigned __int64);568 __popcnt64(unsigned __int64 _Value) { in __popcnt64() function
191 return __popcnt64(__x);
1042 return static_cast<int>(__popcnt64(bits)); in BitCount()
940 LANGBUILTIN(__popcnt64, "UWiUWi", "nc", ALL_MS_LANGUAGES)