Lines Matching refs:t1
468 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ argument
472 movdqa x2, t1; \
474 punpckldq x3, t1; \
476 punpcklqdq t1, x0; \
477 punpckhqdq t1, x1; \
483 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ argument
489 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
491 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
492 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
499 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ argument
500 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \