Searched defs:v256_shr_n_u64 (Results 1 – 3 of 3) sorted by relevance
342 SIMD_INLINE v256 v256_shr_n_u64(v256 a, unsigned int n) { in v256_shr_n_u64() function
700 #define v256_shr_n_u64(a, c) _mm256_srli_epi64(a, c) macro
811 #define v256_shr_n_u64(a, n) \ macro