Lines Matching defs:x2
115 #define round_head_2(a, b, x1, y1, x2, y2) \
131 G(RGI1, RGI2, x2, s0, s1, s2, s3); \
132 vmovq RGS2, x2; \
133 vpinsrq $1, RGS3, x2, x2; \
204 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
207 vpunpckldq x3, x2, t1; \
208 vpunpckhdq x3, x2, x3; \
212 vpunpcklqdq x3, t2, x2; \
215 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \
218 vpxor x2, wkey, x2; \
221 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
223 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \
224 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
228 vpxor x2, wkey, x2; \