Searched refs:rot8_128 (Results 1 – 2 of 2) sorted by relevance
48 INLINE uint32x4_t rot8_128(uint32x4_t x) { in rot8_128() function107 v[12] = rot8_128(v[12]); in round_fn4()108 v[13] = rot8_128(v[13]); in round_fn4()109 v[14] = rot8_128(v[14]); in round_fn4()110 v[15] = rot8_128(v[15]); in round_fn4()164 v[15] = rot8_128(v[15]); in round_fn4()165 v[12] = rot8_128(v[12]); in round_fn4()166 v[13] = rot8_128(v[13]); in round_fn4()167 v[14] = rot8_128(v[14]); in round_fn4()
63 INLINE __m128i rot8_128(__m128i x) { return _mm_ror_epi32(x, 8); } in rot8_128() function95 *row3 = rot8_128(*row3); in g2()356 v[12] = rot8_128(v[12]); in round_fn4()357 v[13] = rot8_128(v[13]); in round_fn4()358 v[14] = rot8_128(v[14]); in round_fn4()359 v[15] = rot8_128(v[15]); in round_fn4()413 v[15] = rot8_128(v[15]); in round_fn4()414 v[12] = rot8_128(v[12]); in round_fn4()415 v[13] = rot8_128(v[13]); in round_fn4()416 v[14] = rot8_128(v[14]); in round_fn4()