Searched refs:rot12_128 (Results 1 – 2 of 2) sorted by relevance
44 INLINE uint32x4_t rot12_128(uint32x4_t x) { in rot12_128() function91 v[4] = rot12_128(v[4]); in round_fn4()92 v[5] = rot12_128(v[5]); in round_fn4()93 v[6] = rot12_128(v[6]); in round_fn4()94 v[7] = rot12_128(v[7]); in round_fn4()148 v[5] = rot12_128(v[5]); in round_fn4()149 v[6] = rot12_128(v[6]); in round_fn4()150 v[7] = rot12_128(v[7]); in round_fn4()151 v[4] = rot12_128(v[4]); in round_fn4()
57 INLINE __m128i rot12_128(__m128i x) { return _mm_ror_epi32(x, 12); } in rot12_128() function88 *row1 = rot12_128(*row1); in g1()340 v[4] = rot12_128(v[4]); in round_fn4()341 v[5] = rot12_128(v[5]); in round_fn4()342 v[6] = rot12_128(v[6]); in round_fn4()343 v[7] = rot12_128(v[7]); in round_fn4()397 v[5] = rot12_128(v[5]); in round_fn4()398 v[6] = rot12_128(v[6]); in round_fn4()399 v[7] = rot12_128(v[7]); in round_fn4()400 v[4] = rot12_128(v[4]); in round_fn4()