Searched refs:v128_shr_n_s16 (Results 1 – 5 of 5) sorted by relevance
823 SIMD_INLINE v128 v128_shr_n_s16(v128 a, unsigned int c) { in v128_shr_n_s16() function891 SIMD_INLINE v128 v128_shr_n_s16(v128 a, unsigned int c) { in v128_shr_n_s16() function
813 v256_from_v128(v128_shr_n_s16(a.val[1], n), v128_shr_n_s16(a.val[0], n))
310 SIMD_INLINE v128 v128_shr_n_s16(v128 a, unsigned int n) { in v128_shr_n_s16() function
603 #define v128_shr_n_s16(a, c) _mm_srai_epi16(a, c) macro
169 return v128_shr_n_s16(a, shift); in imm_v128_shr_n_s16()