Searched defs:v128_shr_n_u8 (Results 1 – 3 of 3) sorted by relevance
812 SIMD_INLINE v128 v128_shr_n_u8(v128 a, unsigned int c) { in v128_shr_n_u8() function888 SIMD_INLINE v128 v128_shr_n_u8(v128 a, unsigned int c) { in v128_shr_n_u8() function
297 SIMD_INLINE v128 v128_shr_n_u8(v128 a, unsigned int n) { in v128_shr_n_u8() function
597 #define v128_shr_n_u8(a, c) \ macro