Searched defs:v128_shr_n_byte (Results 1 – 2 of 2) sorted by relevance
279 SIMD_INLINE v128 v128_shr_n_byte(v128 a, unsigned int n) { in v128_shr_n_byte() function
596 #define v128_shr_n_byte(a, c) _mm_srli_si128(a, (c)&127) macro