Searched refs:ROTV3 (Results 1 – 1 of 1) sorted by relevance
59 #define ROTV3(x) (vec) vextq_u32((uint32x4_t)x, (uint32x4_t)x, 3) macro88 #define ROTV3(x) (vec) _mm_shuffle_epi32((__m128i)x, _MM_SHUFFLE(2, 1, 0, 3)) macro126 b = ROTV1(b); c = ROTV2(c); d = ROTV3(d); \131 b = ROTV3(b); c = ROTV2(c); d = ROTV1(d);