Lines Matching refs:dst
171 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
179 std t0, [dst + off + 0x00]; \
181 std t2, [dst + off + 0x08]; \
183 std t4, [dst + off + 0x10]; \
185 std t6, [dst + off + 0x18]; \
193 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
198 st t0, [dst + off + 0x00]; \
200 st t1, [dst + off + 0x04]; \
202 st t2, [dst + off + 0x08]; \
204 st t3, [dst + off + 0x0c]; \
206 st t4, [dst + off + 0x10]; \
208 st t5, [dst + off + 0x14]; \
210 st t6, [dst + off + 0x18]; \
212 st t7, [dst + off + 0x1c]; \
216 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \
220 st t0, [dst - off - 0x08]; \
222 st t1, [dst - off - 0x04]; \
224 st t2, [dst - off - 0x00]; \
226 st t3, [dst - off + 0x04];