Searched refs:mul0al (Results 1 – 2 of 2) sorted by relevance
1045 const __m256i mul0al = _mm256_unpacklo_epi16(mul0a_lows, mul0a_highs); in highbd_blend_a64_d16_mask_w8_avx2() local1056 const __m256i sumal = _mm256_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w8_avx2()1181 const __m256i mul0al = _mm256_unpacklo_epi16(mul0a_lows, mul0a_highs); in highbd_blend_a64_d16_mask_w16_avx2() local1192 const __m256i mulal = _mm256_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w16_avx2()
1139 const __m128i mul0al = _mm_unpacklo_epi16(mul0a_lows, mul0a_highs); in highbd_blend_a64_d16_mask_w4_sse4_1() local1155 const __m128i sumal = _mm_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w4_sse4_1()1264 const __m128i mul0al = _mm_unpacklo_epi16(mul0a_lows, mul0a_highs); in highbd_blend_a64_d16_mask_w8_sse4_1() local1272 const __m128i sumal = _mm_add_epi32(mul0al, mul1al); in highbd_blend_a64_d16_mask_w8_sse4_1()