Searched refs:v128_shr_n_s8 (Results 1 – 5 of 5) sorted by relevance
811 SIMD_INLINE v128 v128_shr_n_s8(v128 a, unsigned int c) { in v128_shr_n_s8() function879 SIMD_INLINE v128 v128_shr_n_s8(v128 a, unsigned int c) { in v128_shr_n_s8() function
811 v256_from_v128(v128_shr_n_s8(a.val[1], n), v128_shr_n_s8(a.val[0], n))
307 SIMD_INLINE v128 v128_shr_n_s8(v128 a, unsigned int n) { in v128_shr_n_s8() function
598 #define v128_shr_n_s8(a, c) \ macro
157 return v128_shr_n_s8(a, shift); in imm_v128_shr_n_s8()