Lines Matching refs:t1
103 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ argument
108 movl t1(CTX, RID2, 4), RID2d; \
121 #define G(gi1, gi2, x, t0, t1, t2, t3) \ argument
122 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \
123 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS3, shr_next, ##gi2); \
125 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \
128 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \
221 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
224 vpunpckldq x3, x2, t1; \
227 vpunpcklqdq t1, t0, x0; \
228 vpunpckhqdq t1, t0, x1; \
232 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
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) \