Lines Matching refs:x2
132 #define round_head_2(a, b, x1, y1, x2, y2) \ argument
148 G(RGI1, RGI2, x2, s0, s1, s2, s3); \
149 vmovq RGS2, x2; \
150 vpinsrq $1, RGS3, x2, x2; \
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; \
232 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
235 vpxor x2, wkey, x2; \
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) \
245 vpxor x2, wkey, x2; \