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