Home
last modified time | relevance | path

Searched refs:_mm256_adds_epu16 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_avx2.c105 _mm256_adds_epu16(res, offset_const_16b); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
160 _mm256_adds_epu16(res, offset_const_16b); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
217 _mm256_adds_epu16(res, offset_const_16b); in av1_highbd_dist_wtd_convolve_2d_copy_avx2()
Dreconinter_avx2.c147 _mm256_srli_epi16(_mm256_adds_epu16(diff, *round_const), round); in calc_mask_d16_avx2()
164 _mm256_srli_epi16(_mm256_adds_epu16(diff, *round_const), round); in calc_mask_d16_inv_avx2()
/external/clang/test/CodeGen/
Davx2-builtins.c74 return _mm256_adds_epu16(a, b); in test_mm256_adds_epu16()
/external/clang/lib/Headers/
Davx2intrin.h124 _mm256_adds_epu16(__m256i __a, __m256i __b) in _mm256_adds_epu16() function