Lines Matching refs:t2
590 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
591 movdqa x0, t2; \
593 punpckhdq x1, t2; \
600 movdqa t2, x3; \
601 punpcklqdq x2, t2; \
603 movdqa t2, x2;
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) \