Searched defs:rot7_128 (Results 1 – 2 of 2) sorted by relevance
52 INLINE uint32x4_t rot7_128(uint32x4_t x) { in rot7_128() function
69 INLINE __m128i rot7_128(__m128i x) { return _mm_ror_epi32(x, 7); } in rot7_128() function