Searched refs:v128_shr_n_s32 (Results 1 – 5 of 5) sorted by relevance
835 SIMD_INLINE v128 v128_shr_n_s32(v128 a, unsigned int c) { in v128_shr_n_s32() function903 SIMD_INLINE v128 v128_shr_n_s32(v128 a, unsigned int c) { in v128_shr_n_s32() function
815 v256_from_v128(v128_shr_n_s32(a.val[1], n), v128_shr_n_s32(a.val[0], n))
313 SIMD_INLINE v128 v128_shr_n_s32(v128 a, unsigned int n) { in v128_shr_n_s32() function
606 #define v128_shr_n_s32(a, c) _mm_srai_epi32(a, c) macro
181 return v128_shr_n_s32(a, shift); in imm_v128_shr_n_s32()