Searched defs:v128_shr_n_s8 (Results 1 – 3 of 3) sorted by relevance
816 SIMD_INLINE v128 v128_shr_n_s8(v128 a, unsigned int c) { in v128_shr_n_s8() function892 SIMD_INLINE v128 v128_shr_n_s8(v128 a, unsigned int c) { in v128_shr_n_s8() function
309 SIMD_INLINE v128 v128_shr_n_s8(v128 a, unsigned int n) { in v128_shr_n_s8() function
599 #define v128_shr_n_s8(a, c) \ macro