_mm256_dpbssd_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding signed 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpbssds_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding signed 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm256_dpbsud_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpbsuds_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm256_dpbusd_avx_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpbusds_avx_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm256_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm256_dpbuud_epi32Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpbuuds_epi32Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm256_dpwssd_avx_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpwssds_avx_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm256_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm256_dpwsud_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpwsuds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm256_dpwusd_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding signed 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpwusds_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding signed 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm256_dpwuud_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm256_dpwuuds_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm256_mask_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm256_mask_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm256_mask_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm256_mask_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm256_maskz_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm256_maskz_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm256_maskz_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm256_maskz_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm512_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm512_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm512_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm512_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm512_mask_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm512_mask_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm512_mask_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm512_mask_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm512_maskz_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm512_maskz_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm512_maskz_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm512_maskz_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm_dpbssd_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding signed 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpbssds_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding signed 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm_dpbsud_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpbsuds_epi32Multiply groups of 4 adjacent pairs of signed 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm_dpbusd_avx_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpbusds_avx_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm_dpbuud_epi32Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpbuuds_epi32Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in a with corresponding unsigned 8-bit
integers in b, producing 4 intermediate signed 16-bit results. Sum these 4 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm_dpwssd_avx_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpwssds_avx_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst.
_mm_dpwsud_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpwsuds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm_dpwusd_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding signed 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpwusds_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding signed 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm_dpwuud_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src, and store the packed 32-bit results in dst.
_mm_dpwuuds_epi32Multiply groups of 2 adjacent pairs of unsigned 16-bit integers in a with corresponding unsigned 16-bit
integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding
32-bit integer in src with signed saturation, and store the packed 32-bit results in dst.
_mm_mask_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm_mask_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm_mask_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm_mask_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
_mm_maskz_dpbusd_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm_maskz_dpbusds_epi32Multiply 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 results. Sum these 4 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm_maskz_dpwssd_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
_mm_maskz_dpwssds_epi32Multiply groups of 2 adjacent pairs of signed 16-bit integers in a with corresponding 16-bit integers in b, producing 2 intermediate signed 32-bit results. Sum these 2 results with the corresponding 32-bit integer in src using signed saturation, and store the packed 32-bit results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).