Lines Matching refs:off
191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
192 ldd [src + off + 0x00], t0; \
193 ldd [src + off + 0x08], t2; \
195 ldd [src + off + 0x10], t4; \
197 ldd [src + off + 0x18], t6; \
199 std t0, [dst + off + 0x00]; \
201 std t2, [dst + off + 0x08]; \
203 std t4, [dst + off + 0x10]; \
205 std t6, [dst + off + 0x18]; \
213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
214 ldd [src + off + 0x00], t0; \
215 ldd [src + off + 0x08], t2; \
216 ldd [src + off + 0x10], t4; \
217 ldd [src + off + 0x18], t6; \
218 st t0, [dst + off + 0x00]; \
220 st t1, [dst + off + 0x04]; \
222 st t2, [dst + off + 0x08]; \
224 st t3, [dst + off + 0x0c]; \
226 st t4, [dst + off + 0x10]; \
228 st t5, [dst + off + 0x14]; \
230 st t6, [dst + off + 0x18]; \
232 st t7, [dst + off + 0x1c]; \
236 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
237 ldd [src - off - 0x08], t0; \
238 ldd [src - off - 0x00], t2; \
240 st t0, [dst - off - 0x08]; \
242 st t1, [dst - off - 0x04]; \
244 st t2, [dst - off - 0x00]; \
246 st t3, [dst - off + 0x04];
396 b ccmerge ! finish it off, above