VPLZCNTD - Packed Leading Zero CouNT Dword

PLZCNTD xmm1{k1}{z}, xmm2/m128/m32bcst    (V5+CD+VL
__m128i _mm_lzcnt_epi32(__m128i a)
__m128i _mm_mask_lzcnt_epi32(__m128i s, __mmask8 k, __m128i a)
__m128i _mm_maskz_lzcnt_epi32(__mmask8 k, __m128i a)

For each DWORD, set the number of leading zero bits of (1) to (2).
PLZCNTD ymm1{k1}{z}, ymm2/m256/m32bcst    (V5+CD+VL
__m256i _mm256_lzcnt_epi32(__m256i a)
__m256i _mm256_mask_lzcnt_epi32(__m256i s, __mmask8 k, __m256i a)
__m256i _mm256_maskz_lzcnt_epi32(__mmask8 k, __m256i a)

For each DWORD, set the number of leading zero bits of (1) to (2).
PLZCNTD zmm1{k1}{z}, zmm2/m512/m32bcst    (V5+CD
__m512i _mm512_lzcnt_epi32(__m512i a)
__m512i _mm512_mask_lzcnt_epi32(__m512i s, __mmask16 k, __m512i a)
__m512i _mm512_maskz_lzcnt_epi32(__mmask16 k, __m512i a)

For each DWORD, set the number of leading zero bits of (1) to (2).

x86/x64 SIMD Instruction List  Feedback