Lines Matching refs:t4
17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
20 ldd [%src + (offset) + 0x10], %t4; \
26 st %t4, [%dst + (offset) + 0x10]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 ldd [%src + (offset) + 0x10], %t4; \
38 std %t4, [%dst + (offset) + 0x10]; \
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
65 ldd [%src - (offset) - 0x10], %t4; \
71 st %t4, [%dst - (offset) - 0x10]; \
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
79 ldd [%src - (offset) - 0x10], %t4; \
83 std %t4, [%dst - (offset) - 0x10]; \
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
113 std %t4, [%dst + (offset) + (offset2) - 0x04]; \
116 or %t6, %t2, %t4;
118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
121 srl %t0, shir, %t4; \
124 or %t4, %prev, %t0; \
127 srl %t2, shir, %t4; \
130 or %t4, %prev, %t2; \