Searched refs:v128_shr_n_s64 (Results 1 – 5 of 5) sorted by relevance
847 SIMD_INLINE v128 v128_shr_n_s64(v128 a, unsigned int c) { in v128_shr_n_s64() function915 SIMD_INLINE v128 v128_shr_n_s64(v128 a, unsigned int c) { in v128_shr_n_s64() function
817 v256_from_v128(v128_shr_n_s64(a.val[1], n), v128_shr_n_s64(a.val[0], n))
316 SIMD_INLINE v128 v128_shr_n_s64(v128 a, unsigned int n) { in v128_shr_n_s64() function
609 #define v128_shr_n_s64(a, c) \ macro
193 return v128_shr_n_s64(a, shift); in imm_v128_shr_n_s64()