Searched defs:v128_shr_n_s32 (Results 1 – 3 of 3) sorted by relevance
845 SIMD_INLINE v128 v128_shr_n_s32(v128 a, unsigned int c) { in v128_shr_n_s32() function916 SIMD_INLINE v128 v128_shr_n_s32(v128 a, unsigned int c) { in v128_shr_n_s32() function
315 SIMD_INLINE v128 v128_shr_n_s32(v128 a, unsigned int n) { in v128_shr_n_s32() function
607 #define v128_shr_n_s32(a, c) _mm_srai_epi32(a, c) macro