Searched defs:v64_shr_n_s8 (Results 1 – 3 of 3) sorted by relevance
618 SIMD_INLINE v64 v64_shr_n_s8(v64 a, unsigned int c) { in v64_shr_n_s8() function660 SIMD_INLINE v64 v64_shr_n_s8(v64 a, unsigned int c) { return v64_shr_s8(a, c); } in v64_shr_n_s8() function
212 SIMD_INLINE v64 v64_shr_n_s8(v64 a, unsigned int c) { in v64_shr_n_s8() function
482 #define v64_shr_n_s8(a, c) \ macro