Lines Matching refs:x3
221 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
224 vpunpckldq x3, x2, t1; \
225 vpunpckhdq x3, x2, x3; \
229 vpunpcklqdq x3, t2, x2; \
230 vpunpckhqdq x3, t2, x3;
232 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
236 vpxor x3, wkey, x3; \
238 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
240 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
241 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
246 vpxor x3, wkey, x3;