Searched refs:v128_shr_n_u8 (Results 1 – 5 of 5) sorted by relevance
807 SIMD_INLINE v128 v128_shr_n_u8(v128 a, unsigned int c) { in v128_shr_n_u8() function875 SIMD_INLINE v128 v128_shr_n_u8(v128 a, unsigned int c) { in v128_shr_n_u8() function
803 v256_from_v128(v128_shr_n_u8(a.val[1], n), v128_shr_n_u8(a.val[0], n))
295 SIMD_INLINE v128 v128_shr_n_u8(v128 a, unsigned int n) { in v128_shr_n_u8() function
596 #define v128_shr_n_u8(a, c) \ macro
153 return v128_shr_n_u8(a, shift); in imm_v128_shr_n_u8()