Searched defs:v256_shr_n_u32 (Results 1 – 3 of 3) sorted by relevance
339 SIMD_INLINE v256 v256_shr_n_u32(v256 a, unsigned int n) { in v256_shr_n_u32() function
697 #define v256_shr_n_u32(a, c) _mm256_srli_epi32(a, c) macro
809 #define v256_shr_n_u32(a, n) \ macro