Searched defs:v256_shr_n_u16 (Results 1 – 3 of 3) sorted by relevance
336 SIMD_INLINE v256 v256_shr_n_u16(v256 a, unsigned int n) { in v256_shr_n_u16() function
807 #define v256_shr_n_u16(a, n) \ macro
690 #define v256_shr_n_u16(a, c) _mm256_srli_epi16(a, c) macro