VPOPCNTQ - POPulation CouNT Qword

VPOPCNTQ xmm1{k1}{z}, xmm2/m128/m64bcst    (V5+VPOPCNTDQ+VL
__m128i _mm_popcnt_epi64(__m128i a)
__m128i _mm_mask_popcnt_epi64(__m128i s, __mmask8 k, __m128i a)
__m128i _mm_maskz_popcnt_epi64(__mmask8 k, __m128i a)

For each QWORD, count number of bits set to one in (1) and store the result in (2).
VPOPCNTQ ymm1{k1}{z}, ymm2/m256/m64bcst    (V5+VPOPCNTDQ+VL
__m256i _mm256_popcnt_epi64(__m256i a)
__m256i _mm256_mask_popcnt_epi64(__m256i s, __mmask8 k, __m256i a)
__m256i _mm256_maskz_popcnt_epi64(__mmask8 k, __m256i a)

For each QWORD, count number of bits set to one in (1) and store the result in (2).
VPOPCNTQ zmm1{k1}{z}, zmm2/m512/m64bcst    (V5+VPOPCNTDQ
__m512i _mm512_popcnt_epi64(__m512i a)
__m512i _mm512_mask_popcnt_epi64(__m512i s, __mmask8 k, __m512i a)
__m512i _mm512_maskz_popcnt_epi64(__mmask8 k, __m512i a)

For each QWORD, count number of bits set to one in (1) and store the result in (2).

x86/x64 SIMD Instruction List  Feedback