Searched defs:rot16_128 (Results 1 – 2 of 2) sorted by relevance
40 INLINE uint32x4_t rot16_128(uint32x4_t x) { in rot16_128() function
51 INLINE __m128i rot16_128(__m128i x) { return _mm_ror_epi32(x, 16); } in rot16_128() function