Robuta

https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_srlv_epi32.html _mm_maskz_srlv_epi32 in core::arch::x86 - Rust Shift packed 32-bit integers in a right by the amount specified by the corresponding element in count while shifting in zeros, and store the results in dst... mmcorearchrust https://www.kernel.org/doc/rustdoc/latest/core/arch/x86_64/fn._mm256_maskz_cvtepi32_epi16.html _mm256_maskz_cvtepi32_epi16 in core::arch::x86_64 - Rust Convert packed 32-bit integers in a to packed 16-bit integers with truncation, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_unpacklo_epi64.html _mm256_maskz_unpacklo_epi64 in core::arch::x86 - Rust Unpack and interleave 64-bit integers from the low half of each 128-bit lane in a and b, and store the results in dst using zeromask k (elements are zeroed out... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtepi32_ps.html _mm512_maskz_cvtepi32_ps in core::arch::x86 - Rust Convert packed signed 32-bit integers in a to packed single-precision (32-bit) floating-point elements, and store the results in dst using zeromask k (elements... pscorearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm512_maskz_cvtne2ps_pbh.html _mm512_maskz_cvtne2ps_pbh in core::arch::x86 - Rust Convert packed single-precision (32-bit) floating-point elements in two vectors a and b to packed BF16 (16-bit) floating-point elements, and store the results... pbhcorearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm512_maskz_cvtpd_ph.html _mm512_maskz_cvtpd_ph in core::arch::x86 - Rust Convert packed double-precision (64-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst... phcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_andnot_epi64.html _mm_maskz_andnot_epi64 in core::arch::x86 - Rust Compute the bitwise NOT of packed 64-bit integers in a and then AND with b, and store the results in dst using zeromask k (elements are zeroed out when the... mmcorearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm512_maskz_shrdv_epi16.html _mm512_maskz_shrdv_epi16 in core::arch::x86 - Rust Concatenate packed 16-bit integers in b and a producing an intermediate 32-bit result. Shift the result right by the amount specified in the corresponding... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtepi16_epi64.html _mm512_maskz_cvtepi16_epi64 in core::arch::x86 - Rust Sign extend packed 16-bit integers in a to packed 64-bit integers, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_set1_epi16.html _mm512_maskz_set1_epi16 in core::arch::x86 - Rust Broadcast the low packed 16-bit integer from a to all elements of dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set). corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_min_epu32.html _mm256_maskz_min_epu32 in core::arch::x86 - Rust Compare packed unsigned 32-bit integers in a and b, and store packed minimum values in dst using zeromask k (elements are zeroed out when the corresponding... mincorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_max_epu16.html _mm_maskz_max_epu16 in core::arch::x86 - Rust Compare packed unsigned 16-bit integers in a and b, and store packed maximum values in dst using zeromask k (elements are zeroed out when the corresponding... mmmaxcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_cvtepi16_epi64.html _mm512_maskz_cvtepi16_epi64 in core::arch::x86 - Rust Sign extend packed 16-bit integers in a to packed 64-bit integers, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvttph_epu32.html _mm_maskz_cvttph_epu32 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 32-bit unsigned integers with truncation, and store the results in dst using... mmcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_unpacklo_pd.html _mm512_maskz_unpacklo_pd in core::arch::x86 - Rust Unpack and interleave double-precision (64-bit) floating-point elements from the low half of each 128-bit lane in a and b, and store the results in dst using... pdcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_dpbusds_epi32.html _mm_maskz_dpbusds_epi32 in core::arch::x86 - Rust Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in a with corresponding signed 8-bit integers in b, producing 4 intermediate signed 16-bit... mmcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_permutexvar_epi64.html _mm512_maskz_permutexvar_epi64 in core::arch::x86 - Rust Shuffle 64-bit integers in a across lanes using the corresponding index in idx, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_and_ps.html _mm256_maskz_and_ps in core::arch::x86 - Rust Compute the bitwise AND of packed single-precision (32-bit) floating point numbers in a and b and store the results in dst using zeromask k (elements are... pscorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvt_roundepu64_ps.html _mm512_maskz_cvt_roundepu64_ps in core::arch::x86 - Rust Convert packed unsigned 64-bit integers in a to packed single-precision (32-bit) floating-point elements, and store the results in dst using zeromask k... cvtpscorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_sqrt_round_pd.html _mm512_maskz_sqrt_round_pd in core::arch::x86 - Rust Compute the square root of packed double-precision (64-bit) floating-point elements in a, and store the results in dst using zeromask k (elements are zeroed... sqrtroundpdcorearch https://doc.rust-lang.org/stable/core/arch/x86/fn._mm256_maskz_or_epi64.html _mm256_maskz_or_epi64 in core::arch::x86 - Rust Compute the bitwise OR of packed 64-bit integers in a and b, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask... corearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_cvt_roundps_ph.html _mm256_maskz_cvt_roundps_ph in core::arch::x86_64 - Rust Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst... cvtph https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_scalef_ph.html _mm_maskz_scalef_ph in core::arch::x86 - Rust Scale the packed half-precision (16-bit) floating-point elements in a using values from b, and store the results in dst using zeromask k (elements are zeroed... mmphcorearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm_maskz_rsqrt14_ss.html _mm_maskz_rsqrt14_ss in core::arch::x86 - Rust Compute the approximate reciprocal square root of the lower single-precision (32-bit) floating-point element in b, store the result in the lower element of dst... mmsscorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_max_epi16.html _mm512_maskz_max_epi16 in core::arch::x86 - Rust Compare packed signed 16-bit integers in a and b, and store packed maximum values in dst using zeromask k (elements are zeroed out when the corresponding mask... maxcorearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_cvtepi64_ps.html _mm256_maskz_cvtepi64_ps in core::arch::x86 - Rust Convert packed signed 64-bit integers in a to packed single-precision (32-bit) floating-point elements, and store the results in dst using zeromask k (elements... pscorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_cvttph_epi32.html _mm256_maskz_cvttph_epi32 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 32-bit integers with truncation, and store the results in dst using zeromask k... corearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_cvtph_epi16.html _mm256_maskz_cvtph_epi16 in core::arch::x86_64 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 16-bit integers, and store the results in dst using zeromask k (elements are... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtps_ph.html _mm512_maskz_cvtps_ph in core::arch::x86 - Rust Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst... phcorearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_rcp14_pd.html _mm256_maskz_rcp14_pd in core::arch::x86_64 - Rust Compute the approximate reciprocal of packed double-precision (64-bit) floating-point elements in a, and store the results in dst using zeromask k (elements... pdcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_fixupimm_sd.html _mm_maskz_fixupimm_sd in core::arch::x86 - Rust Fix up the lower double-precision (64-bit) floating-point elements in a and b using the lower 64-bit integer in c, store the result in the lower element of dst... mmsdcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_roundscale_round_sh.html _mm_maskz_roundscale_round_sh in core::arch::x86 - Rust Round the lower half-precision (16-bit) floating-point element in b to the number of fraction bits specified by imm8, store the result in the lower element of... mmroundshcorearch https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvtepu64_pd.html _mm_maskz_cvtepu64_pd in core::arch::x86 - Rust Convert packed unsigned 64-bit integers in a to packed double-precision (64-bit) floating-point elements, and store the results in dst using zeromask k... mmpdcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_sub_round_sd.html _mm_maskz_sub_round_sd in core::arch::x86 - Rust Subtract the lower double-precision (64-bit) floating-point element in b from the lower double-precision (64-bit) floating-point element in a, store the result... mmsubroundsdcore https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_srl_epi16.html _mm512_maskz_srl_epi16 in core::arch::x86 - Rust Shift packed 16-bit integers in a right by count while shifting in zeros, and store the results in dst using zeromask k (elements are zeroed out when the... srlcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_set1_epi16.html _mm256_maskz_set1_epi16 in core::arch::x86 - Rust Broadcast the low packed 16-bit integer from a to all elements of dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set). corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_rorv_epi64.html _mm512_maskz_rorv_epi64 in core::arch::x86 - Rust Rotate the bits in each packed 64-bit integer in a to the right by the number of bits specified in the corresponding element of b, and store the results in dst... corearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm512_maskz_cvt_roundepu64_ps.html _mm512_maskz_cvt_roundepu64_ps in core::arch::x86_64 - Rust Convert packed unsigned 64-bit integers in a to packed single-precision (32-bit) floating-point elements, and store the results in dst using zeromask k... cvtps https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_min_epi8.html _mm256_maskz_min_epi8 in core::arch::x86_64 - Rust Compare packed signed 8-bit integers in a and b, and store packed minimum values in dst using zeromask k (elements are zeroed out when the corresponding mask... mincorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_srai_epi64.html _mm512_maskz_srai_epi64 in core::arch::x86 - Rust Shift packed 64-bit integers in a right by imm8 while shifting in sign bits, and store the results in dst using zeromask k (elements are zeroed out when the... sraicorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_mov_epi64.html _mm256_maskz_mov_epi64 in core::arch::x86 - Rust Move packed 64-bit integers from a into dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set). movcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_unpackhi_epi16.html _mm_maskz_unpackhi_epi16 in core::arch::x86 - Rust Unpack and interleave 16-bit integers from the high half of each 128-bit lane in a and b, and store the results in dst using zeromask k (elements are zeroed... mmcorearchrust https://doc.rust-lang.org/core/arch/x86_64/fn._mm_maskz_unpackhi_epi32.html _mm_maskz_unpackhi_epi32 in core::arch::x86_64 - Rust Unpack and interleave 32-bit integers from the high half of each 128-bit lane in a and b, and store the results in dst using zeromask k (elements are zeroed... mmcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_sll_epi32.html _mm256_maskz_sll_epi32 in core::arch::x86 - Rust Shift packed 32-bit integers in a left by count while shifting in zeros, and store the results in dst using zeromask k (elements are zeroed out when the... sllcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_sub_ps.html _mm_maskz_sub_ps in core::arch::x86 - Rust Subtract packed single-precision (32-bit) floating-point elements in b from packed single-precision (32-bit) floating-point elements in a, and store the... mmsubpscorearch https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm512_maskz_reduce_round_ph.html _mm512_maskz_reduce_round_ph in core::arch::x86 - Rust Extract the reduced argument of packed half-precision (16-bit) floating-point elements in a by the number of bits specified by imm8, and store the results in... reduceroundphcorearch https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_dbsad_epu8.html _mm256_maskz_dbsad_epu8 in core::arch::x86 - Rust Compute the sum of absolute differences (SADs) of quadruplets of unsigned 8-bit integers in a compared to those in b, and store the 16-bit results in dst using... corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_fcmadd_pch.html _mm512_maskz_fcmadd_pch in core::arch::x86 - Rust Multiply packed complex numbers in a by the complex conjugates of packed complex numbers in b, accumulate to the corresponding complex numbers in c, and store... pchcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvt_roundps_ph.html _mm_maskz_cvt_roundps_ph in core::arch::x86 - Rust Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst... mmcvtphcorearch https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtepi16_ph.html _mm512_maskz_cvtepi16_ph in core::arch::x86 - Rust Convert packed signed 16-bit integers in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements... phcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_unpackhi_epi16.html _mm256_maskz_unpackhi_epi16 in core::arch::x86 - Rust Unpack and interleave 16-bit integers from the high half of each 128-bit lane in a and b, and store the results in dst using zeromask k (elements are zeroed... corearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_add_epi64.html _mm256_maskz_add_epi64 in core::arch::x86 - Rust Add packed 64-bit integers in a and b, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set). addcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_min_epi64.html _mm_maskz_min_epi64 in core::arch::x86 - Rust Compare packed signed 64-bit integers in a and b, and store packed minimum values in dst using zeromask k (elements are zeroed out when the corresponding mask... mmmincorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_permutexvar_epi32.html _mm512_maskz_permutexvar_epi32 in core::arch::x86 - Rust Shuffle 32-bit integers in a across lanes using the corresponding index in idx, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm512_maskz_fmaddsub_round_pd.html _mm512_maskz_fmaddsub_round_pd in core::arch::x86 - Rust Multiply packed double-precision (64-bit) floating-point elements in a and b, alternatively add and subtract packed elements in c to/from the intermediate... roundpdcorearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm_maskz_sqrt_ph.html _mm_maskz_sqrt_ph in core::arch::x86 - Rust Compute the square root of packed half-precision (16-bit) floating-point elements in a, and store the results in dst using zeromask k (elements are zeroed out... mmsqrtphcorearch https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_avg_epu8.html _mm512_maskz_avg_epu8 in core::arch::x86 - Rust Average packed unsigned 8-bit integers in a and b, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is... avgcorearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_fmaddsub_pd.html _mm256_maskz_fmaddsub_pd in core::arch::x86 - Rust Multiply packed double-precision (64-bit) floating-point elements in a and b, alternatively add and subtract packed elements in c to/from the intermediate... pdcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_min_epu64.html _mm_maskz_min_epu64 in core::arch::x86 - Rust Compare packed unsigned 64-bit integers in a and b, and store packed minimum values in dst using zeromask k (elements are zeroed out when the corresponding... mmmincorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_slli_epi16.html _mm256_maskz_slli_epi16 in core::arch::x86 - Rust Shift packed 16-bit integers in a left by imm8 while shifting in zeros, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_or_epi64.html _mm256_maskz_or_epi64 in core::arch::x86_64 - Rust Compute the bitwise OR of packed 64-bit integers in a and b, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask... corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_roundscale_ss.html _mm_maskz_roundscale_ss in core::arch::x86 - Rust Round the lower single-precision (32-bit) floating-point element in b to the number of fraction bits specified by imm8, store the result in the lower element... mmsscorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtt_roundph_epi32.html _mm512_maskz_cvtt_roundph_epi32 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 32-bit integers with truncation, and store the results in dst using zeromask k... corearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_broadcast_f32x2.html _mm256_maskz_broadcast_f32x2 in core::arch::x86_64 - Rust Broadcasts the lower 2 packed single-precision (32-bit) floating-point elements from a to all elements of dst using zeromask k (elements are zeroed out if the... broadcastcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_sqrt_ss.html _mm_maskz_sqrt_ss in core::arch::x86 - Rust Compute the square root of the lower single-precision (32-bit) floating-point element in b, store the result in the lower element of dst using zeromask k (the... mmsqrtsscorearch https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_cvttph_epu64.html _mm256_maskz_cvttph_epu64 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 64-bit unsigned integers with truncation, and store the results in dst using... corearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm512_maskz_cvtpd_ps.html _mm512_maskz_cvtpd_ps in core::arch::x86 - Rust Convert packed double-precision (64-bit) floating-point elements in a to packed single-precision (32-bit) floating-point elements, and store the results in dst... pscorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_cvtph_epi32.html _mm_maskz_cvtph_epi32 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 32-bit integers, and store the results in dst using zeromask k (elements are... mmcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_cvttph_epu16.html _mm256_maskz_cvttph_epu16 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed unsigned 16-bit integers with truncation, and store the results in dst using... corearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm256_maskz_unpacklo_epi64.html _mm256_maskz_unpacklo_epi64 in core::arch::x86 - Rust Unpack and interleave 64-bit integers from the low half of each 128-bit lane in a and b, and store the results in dst using zeromask k (elements are zeroed out... corearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm_maskz_reduce_ps.html _mm_maskz_reduce_ps in core::arch::x86 - Rust Extract the reduced argument of packed single-precision (32-bit) floating-point elements in a by the number of bits specified by imm8, and store the results in... mmreducepscorearch https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_cvtepi32_epi64.html _mm256_maskz_cvtepi32_epi64 in core::arch::x86 - Rust Sign extend packed 32-bit integers in a to packed 64-bit integers, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_compress_ps.html _mm256_maskz_compress_ps in core::arch::x86 - Rust Contiguously store the active single-precision (32-bit) floating-point elements in a (those with their respective bit set in zeromask k) to dst, and set the... compresspscorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_srav_epi64.html _mm_maskz_srav_epi64 in core::arch::x86 - Rust Shift packed 64-bit integers in a right by the amount specified by the corresponding element in count while shifting in sign bits, and store the results in dst... mmsravcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvtph_epi16.html _mm_maskz_cvtph_epi16 in core::arch::x86 - Rust Convert packed half-precision (16-bit) floating-point elements in a to packed 16-bit integers, and store the results in dst using zeromask k (elements are... mmcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_extractf32x4_ps.html _mm256_maskz_extractf32x4_ps in core::arch::x86 - Rust Extract 128 bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a, selected with imm8, and store the results in dst using... pscorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_fmsubadd_ph.html _mm256_maskz_fmsubadd_ph in core::arch::x86 - Rust Multiply packed half-precision (16-bit) floating-point elements in a and b, alternatively subtract and add packed elements in c to/from the intermediate... phcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_cvtepi64_ph.html _mm_maskz_cvtepi64_ph in core::arch::x86 - Rust Convert packed signed 64-bit integers in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements... mmphcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_expand_epi16.html _mm256_maskz_expand_epi16 in core::arch::x86 - Rust Load contiguous active 16-bit integers from a (those with their respective bit set in mask k), and store the results in dst using zeromask k (elements are... expandcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_add_ph.html _mm512_maskz_add_ph in core::arch::x86 - Rust Add packed half-precision (16-bit) floating-point elements in a and b, and store the results in dst using zeromask k (elements are zeroed out when the... addphcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_shuffle_epi32.html _mm512_maskz_shuffle_epi32 in core::arch::x86 - Rust Shuffle 32-bit integers in a within 128-bit lanes using the control in imm8, and store the results in dst using zeromask k (elements are zeroed out when the... shufflecorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtepi32_epi64.html _mm512_maskz_cvtepi32_epi64 in core::arch::x86 - Rust Sign extend packed 32-bit integers in a to packed 64-bit integers, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvtps_epu64.html _mm_maskz_cvtps_epu64 in core::arch::x86 - Rust Convert packed single-precision (32-bit) floating-point elements in a to packed unsigned 64-bit integers, and store the results in dst using zeromask k... mmcorearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm512_maskz_cvtepi32_ph.html _mm512_maskz_cvtepi32_ph in core::arch::x86 - Rust Convert packed signed 32-bit integers in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements... phcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_broadcastq_epi64.html _mm512_maskz_broadcastq_epi64 in core::arch::x86 - Rust Broadcast the low packed 64-bit integer from a to all elements of dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set). corearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_abs_epi16.html _mm256_maskz_abs_epi16 in core::arch::x86 - Rust Compute the absolute value of packed signed 16-bit integers in a, and store the unsigned results in dst using zeromask k (elements are zeroed out when the... abscorearchrust https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm512_maskz_rsqrt14_ps.html _mm512_maskz_rsqrt14_ps in core::arch::x86_64 - Rust Compute the approximate reciprocal square root of packed single-precision (32-bit) floating-point elements in a, and store the results in dst using zeromask k... pscorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_fmsubadd_ps.html _mm256_maskz_fmsubadd_ps in core::arch::x86 - Rust Multiply packed single-precision (32-bit) floating-point elements in a and b, alternatively subtract and add packed elements in c from/to the intermediate... pscorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_gf2p8affine_epi64_epi8.html _mm_maskz_gf2p8affine_epi64_epi8 in core::arch::x86 - Rust Performs an affine transformation on the packed bytes in x. That is computes a*x+b over the Galois Field 2^8 for each packed byte with a being a 8x8 bit matrix... mmcorearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_srl_epi64.html _mm256_maskz_srl_epi64 in core::arch::x86 - Rust Shift packed 64-bit integers in a right by count while shifting in zeros, and store the results in dst using zeromask k (elements are zeroed out when the... srlcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_fnmadd_ps.html _mm256_maskz_fnmadd_ps in core::arch::x86 - Rust Multiply packed single-precision (32-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the... pscorearchrust https://doc.rust-lang.org/stable/core/arch/x86/fn._mm512_maskz_sub_pd.html _mm512_maskz_sub_pd in core::arch::x86 - Rust Subtract packed double-precision (64-bit) floating-point elements in b from packed double-precision (64-bit) floating-point elements in a, and store the... subpdcorearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_min_epu8.html _mm256_maskz_min_epu8 in core::arch::x86 - Rust Compare packed unsigned 8-bit integers in a and b, and store packed minimum values in dst using zeromask k (elements are zeroed out when the corresponding mask... mincorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvttps_epu32.html _mm_maskz_cvttps_epu32 in core::arch::x86 - Rust Convert packed double-precision (32-bit) floating-point elements in a to packed unsigned 32-bit integers with truncation, and store the results in dst using... mmcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_max_epu16.html _mm512_maskz_max_epu16 in core::arch::x86 - Rust Compare packed unsigned 16-bit integers in a and b, and store packed maximum values in dst using zeromask k (elements are zeroed out when the corresponding... maxcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_rolv_epi64.html _mm_maskz_rolv_epi64 in core::arch::x86 - Rust Rotate the bits in each packed 64-bit integer in a to the left by the number of bits specified in the corresponding element of b, and store the results in dst... mmcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_unpacklo_epi32.html _mm256_maskz_unpacklo_epi32 in core::arch::x86 - Rust Unpack and interleave 32-bit integers from the low half of each 128-bit lane in a and b, and store the results in dst using zeromask k (elements are zeroed out... corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_maskz_cvtepi32_epi64.html _mm256_maskz_cvtepi32_epi64 in core::arch::x86 - Rust Sign extend packed 32-bit integers in a to packed 64-bit integers, and store the results in dst using zeromask k (elements are zeroed out when the... corearchrust https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_shuffle_i64x2.html _mm256_maskz_shuffle_i64x2 in core::arch::x86 - Rust Shuffle 128-bits (composed of 2 64-bit integers) selected by imm8 from a and b, and store the results in dst using zeromask k (elements are zeroed out when the... shufflecorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_permutevar_ps.html _mm_maskz_permutevar_ps in core::arch::x86 - Rust Shuffle single-precision (32-bit) floating-point elements in a within 128-bit lanes using the control in b, and store the results in dst using zeromask k... mmpscorearchrust