Lines Matching refs:t1
590 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
594 movdqa x2, t1; \
596 punpckldq x3, t1; \
598 punpcklqdq t1, x0; \
599 punpckhqdq t1, x1; \
605 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ argument
611 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
613 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
614 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
621 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
622 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \