Searched defs:rot12_128 (Results 1 – 2 of 2) sorted by relevance
44 INLINE uint32x4_t rot12_128(uint32x4_t x) { in rot12_128() function
57 INLINE __m128i rot12_128(__m128i x) { return _mm_ror_epi32(x, 12); } in rot12_128() function