Searched defs:rot8_128 (Results 1 – 2 of 2) sorted by relevance
48 INLINE uint32x4_t rot8_128(uint32x4_t x) { in rot8_128() function
63 INLINE __m128i rot8_128(__m128i x) { return _mm_ror_epi32(x, 8); } in rot8_128() function