Lines Matching refs:t2
23 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
25 ldd [%src + offset + 0x08], %t2; \
30 st %t2, [%dst + offset + 0x08]; \
37 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
39 ldd [%src + offset + 0x08], %t2; \
43 std %t2, [%dst + offset + 0x08]; \
47 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
49 ldd [%src - offset - 0x08], %t2; \
52 st %t2, [%dst - offset - 0x08]; \
55 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
57 ldd [%src - offset - 0x08], %t2; \
59 std %t2, [%dst - offset - 0x08];
67 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
69 ldd [%src + offset + 0x08], %t2; \
76 srl %t2, shir, %t1; \
78 sll %t2, shil, %t2; \
83 or %t6, %t2, %t4;
85 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
87 ldd [%src + offset + 0x08], %t2; \
94 srl %t2, shir, %t4; \
96 sll %t2, shil, %t6; \
97 or %t4, %prev, %t2; \
101 std %t2, [%dst + offset + offset2 + 0x08];