D | memcpy.S | 17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 25 st %t3, [%dst + (offset) + 0x0c]; \ 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 47 st %t3, [%dst - (offset) - 0x04]; 49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 70 st %t3, [%dst - (offset) - 0x14]; \ 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 [all …]
|