Searched defs:v128_shr_n_u32 (Results 1 – 3 of 3) sorted by relevance
840 SIMD_INLINE v128 v128_shr_n_u32(v128 a, unsigned int c) { in v128_shr_n_u32() function912 SIMD_INLINE v128 v128_shr_n_u32(v128 a, unsigned int c) { in v128_shr_n_u32() function
606 #define v128_shr_n_u32(a, c) _mm_srli_epi32(a, c) macro
303 SIMD_INLINE v128 v128_shr_n_u32(v128 a, unsigned int n) { in v128_shr_n_u32() function