Searched refs:c_v128_shr_s8 (Results 1 – 3 of 3) sorted by relevance
772 SIMD_INLINE c_v128 c_v128_shr_s8(c_v128 a, const unsigned int c) { in c_v128_shr_s8() function855 return c_v128_shr_s8(a, n); in c_v128_shr_n_s8()
249 return c_v128_shr_s8(a, c); in v128_shr_s8()
807 return c_v256_from_v128(c_v128_shr_s8(a.v128[1], c), in c_v256_shr_s8()808 c_v128_shr_s8(a.v128[0], c)); in c_v256_shr_s8()