Module avx512cd

Source
Available on x86 or x86-64 only.

Functions§

vpconflictd 🔒
vpconflictd128 🔒
vpconflictd256 🔒
vpconflictq 🔒
vpconflictq128 🔒
vpconflictq256 🔒
_mm256_broadcastmb_epi64Experimentalavx512cd,avx512vl
Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.
_mm256_broadcastmw_epi32Experimentalavx512cd,avx512vl
Broadcast the low 16-bits from input mask k to all 32-bit elements of dst.
_mm256_conflict_epi32Experimentalavx512cd,avx512vl
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
_mm256_conflict_epi64Experimentalavx512cd,avx512vl
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
_mm256_lzcnt_epi32Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst.
_mm256_lzcnt_epi64Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst.
_mm256_mask_conflict_epi32Experimentalavx512cd,avx512vl
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm256_mask_conflict_epi64Experimentalavx512cd,avx512vl
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm256_mask_lzcnt_epi32Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm256_mask_lzcnt_epi64Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm256_maskz_conflict_epi32Experimentalavx512cd,avx512vl
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm256_maskz_conflict_epi64Experimentalavx512cd,avx512vl
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm256_maskz_lzcnt_epi32Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm256_maskz_lzcnt_epi64Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm512_broadcastmb_epi64Experimentalavx512cd
Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.
_mm512_broadcastmw_epi32Experimentalavx512cd
Broadcast the low 16-bits from input mask k to all 32-bit elements of dst.
_mm512_conflict_epi32Experimentalavx512cd
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
_mm512_conflict_epi64Experimentalavx512cd
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
_mm512_lzcnt_epi32Experimentalavx512cd
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst.
_mm512_lzcnt_epi64Experimentalavx512cd
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst.
_mm512_mask_conflict_epi32Experimentalavx512cd
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm512_mask_conflict_epi64Experimentalavx512cd
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm512_mask_lzcnt_epi32Experimentalavx512cd
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm512_mask_lzcnt_epi64Experimentalavx512cd
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm512_maskz_conflict_epi32Experimentalavx512cd
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm512_maskz_conflict_epi64Experimentalavx512cd
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm512_maskz_lzcnt_epi32Experimentalavx512cd
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm512_maskz_lzcnt_epi64Experimentalavx512cd
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm_broadcastmb_epi64Experimentalavx512cd,avx512vl
Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.
_mm_broadcastmw_epi32Experimentalavx512cd,avx512vl
Broadcast the low 16-bits from input mask k to all 32-bit elements of dst.
_mm_conflict_epi32Experimentalavx512cd,avx512vl
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
_mm_conflict_epi64Experimentalavx512cd,avx512vl
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
_mm_lzcnt_epi32Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst.
_mm_lzcnt_epi64Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst.
_mm_mask_conflict_epi32Experimentalavx512cd,avx512vl
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm_mask_conflict_epi64Experimentalavx512cd,avx512vl
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm_mask_lzcnt_epi32Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm_mask_lzcnt_epi64Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm_maskz_conflict_epi32Experimentalavx512cd,avx512vl
Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm_maskz_conflict_epi64Experimentalavx512cd,avx512vl
Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
_mm_maskz_lzcnt_epi32Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm_maskz_lzcnt_epi64Experimentalavx512cd,avx512vl
Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).