Searched defs:v128_shr_n_s64 (Results 1 – 3 of 3) sorted by relevance
860 SIMD_INLINE v128 v128_shr_n_s64(v128 a, unsigned int c) { in v128_shr_n_s64() function928 SIMD_INLINE v128 v128_shr_n_s64(v128 a, unsigned int c) { in v128_shr_n_s64() function
318 SIMD_INLINE v128 v128_shr_n_s64(v128 a, unsigned int n) { in v128_shr_n_s64() function
610 #define v128_shr_n_s64(a, c) \ macro