Searched defs:v64_shr_n_s32 (Results 1 – 3 of 3) sorted by relevance
642 SIMD_INLINE v64 v64_shr_n_s32(v64 a, unsigned int c) { in v64_shr_n_s32() function678 SIMD_INLINE v64 v64_shr_n_s32(v64 a, unsigned int c) { in v64_shr_n_s32() function
230 SIMD_INLINE v64 v64_shr_n_s32(v64 a, unsigned int c) { in v64_shr_n_s32() function
489 #define v64_shr_n_s32(a, c) _mm_srai_epi32(a, c) macro