Lines Matching refs:t6
17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
21 ldd [%src + (offset) + 0x18], %t6; \
28 st %t6, [%dst + (offset) + 0x18]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
35 ldd [%src + (offset) + 0x18], %t6; \
39 std %t6, [%dst + (offset) + 0x18];
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
66 ldd [%src - (offset) - 0x08], %t6; \
73 st %t6, [%dst - (offset) - 0x08]; \
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
80 ldd [%src - (offset) - 0x08], %t6; \
84 std %t6, [%dst - (offset) - 0x08];
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
104 srl %t1, shir, %t6; \
108 or %t6, %t0, %t0; \
110 srl %t3, shir, %t6; \
116 or %t6, %t2, %t4;
118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
123 sll %t0, shil, %t6; \
126 or %t5, %t6, %t1; \
129 sll %t2, shil, %t6; \
132 or %t5, %t6, %t3; \