Searched defs:v128_shr_n_u64 (Results 1 – 3 of 3) sorted by relevance
855 SIMD_INLINE v128 v128_shr_n_u64(v128 a, unsigned int c) { in v128_shr_n_u64() function924 SIMD_INLINE v128 v128_shr_n_u64(v128 a, unsigned int c) { in v128_shr_n_u64() function
306 SIMD_INLINE v128 v128_shr_n_u64(v128 a, unsigned int n) { in v128_shr_n_u64() function
609 #define v128_shr_n_u64(a, c) _mm_srli_epi64(a, c) macro