Home
last modified time | relevance | path

Searched refs:rot8_128 (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_neon.c46 INLINE uint32x4_t rot8_128(uint32x4_t x) { in rot8_128() function
105 v[12] = rot8_128(v[12]); in round_fn4()
106 v[13] = rot8_128(v[13]); in round_fn4()
107 v[14] = rot8_128(v[14]); in round_fn4()
108 v[15] = rot8_128(v[15]); in round_fn4()
162 v[15] = rot8_128(v[15]); in round_fn4()
163 v[12] = rot8_128(v[12]); in round_fn4()
164 v[13] = rot8_128(v[13]); in round_fn4()
165 v[14] = rot8_128(v[14]); in round_fn4()