Lines Matching refs:t6
23 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
27 ldd [%src + offset + 0x18], %t6; \
34 st %t6, [%dst + offset + 0x18]; \
37 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 ldd [%src + offset + 0x18], %t6; \
45 std %t6, [%dst + offset + 0x18];
67 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
71 srl %t1, shir, %t6; \
75 or %t6, %t0, %t0; \
77 srl %t3, shir, %t6; \
83 or %t6, %t2, %t4;
85 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
90 sll %t0, shil, %t6; \
93 or %t5, %t6, %t1; \
96 sll %t2, shil, %t6; \
99 or %t5, %t6, %t3; \