Lines Matching refs:t1
67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
73 st %t1, [%dst + (offset) + 0x04]; \
81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
91 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
95 st %t1, [%dst - (offset) - 0x0c]; \
99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
101 lduh [%src + (offset) + 0x02], %t1; \
105 sth %t1, [%dst + (offset) + 0x02]; \
109 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
111 ldub [%src - (offset) - 0x01], %t1; \
113 stb %t1, [%dst - (offset) - 0x01];