Lines Matching refs:t2
17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
19 ldd [%src + (offset) + 0x08], %t2; \
24 st %t2, [%dst + (offset) + 0x08]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
33 ldd [%src + (offset) + 0x08], %t2; \
37 std %t2, [%dst + (offset) + 0x08]; \
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
43 ldd [%src - (offset) - 0x08], %t2; \
46 st %t2, [%dst - (offset) - 0x08]; \
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
51 ldd [%src - (offset) - 0x08], %t2; \
53 std %t2, [%dst - (offset) - 0x08];
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
64 ldd [%src - (offset) - 0x18], %t2; \
69 st %t2, [%dst - (offset) - 0x18]; \
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
78 ldd [%src - (offset) - 0x18], %t2; \
82 std %t2, [%dst - (offset) - 0x18]; \
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
88 ldd [%src + (offset) + 0x08], %t2; \
91 st %t2, [%dst + (offset) + 0x08]; \
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
102 ldd [%src + (offset) + 0x08], %t2; \
109 srl %t2, shir, %t1; \
111 sll %t2, shil, %t2; \
116 or %t6, %t2, %t4;
118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
120 ldd [%src + (offset) + 0x08], %t2; \
127 srl %t2, shir, %t4; \
129 sll %t2, shil, %t6; \
130 or %t4, %prev, %t2; \
134 std %t2, [%dst + (offset) + (offset2) + 0x08];