Searched refs:c_v128_shr_s16 (Results 1 – 3 of 3) sorted by relevance
785 SIMD_INLINE c_v128 c_v128_shr_s16(c_v128 a, const unsigned int c) { in c_v128_shr_s16() function859 return c_v128_shr_s16(a, n); in c_v128_shr_n_s16()
258 return c_v128_shr_s16(a, c); in v128_shr_s16()
822 return c_v256_from_v128(c_v128_shr_s16(a.v128[1], c), in c_v256_shr_s16()823 c_v128_shr_s16(a.v128[0], c)); in c_v256_shr_s16()