Lines Matching refs:t1
17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
23 st %t1, [%dst + (offset) + 0x04]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
45 st %t1, [%dst - (offset) - 0x0c]; \
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
57 ldub [%src - (offset) - 0x01], %t1; \
59 stb %t1, [%dst - (offset) - 0x01];
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
68 st %t1, [%dst - (offset) - 0x1c]; \
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
90 st %t1, [%dst + (offset) + 0x04]; \
94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
96 ldub [%src + (offset) + 0x01], %t1; \
98 stb %t1, [%dst + (offset) + 0x01];
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
104 srl %t1, shir, %t6; \
107 sll %t1, shil, %prev; \
109 srl %t2, shir, %t1; \
112 or %t1, %prev, %t1; \
118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
122 srl %t1, shir, %t5; \
125 sll %t1, shil, %prev; \
126 or %t5, %t6, %t1; \