Searched refs:_popcnt64 (Results 1 – 6 of 6) sorted by relevance
35 return _popcnt64(__X); in test_popcnt64()63 char popcnt64_0[_popcnt64(0x0000000000000000ULL) == 0 ? 1 : -1];64 char popcnt64_1[_popcnt64(0xF00000F000000001ULL) == 9 ? 1 : -1];
25 return _popcnt64(__X); in test_popcnt_64()
90 _popcnt64(long long __A) in _popcnt64() function
180 #define _popcnt64(A) __popcntq((A)) macro
176 ``_popcnt64``, ``__popcntd`` and ``__popcntq`` may now be used within
3684 * ``_popcnt64``