Lines Matching refs:dst

20 #define dst a0  macro
157 move v0, dst /* return value */
197 EXC( STORE t0, UNIT(0)(dst), s_exc_p16u)
198 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u)
199 EXC( STORE t2, UNIT(2)(dst), s_exc_p14u)
200 EXC( STORE t3, UNIT(3)(dst), s_exc_p13u)
205 EXC( STORE t0, UNIT(4)(dst), s_exc_p12u)
206 EXC( STORE t1, UNIT(5)(dst), s_exc_p11u)
207 EXC( STORE t2, UNIT(6)(dst), s_exc_p10u)
209 EXC( STORE t3, UNIT(7)(dst), s_exc_p9u)
210 ADD dst, dst, 16*NBYTES
215 EXC( STORE t0, UNIT(-8)(dst), s_exc_p8u)
216 EXC( STORE t1, UNIT(-7)(dst), s_exc_p7u)
217 EXC( STORE t2, UNIT(-6)(dst), s_exc_p6u)
218 EXC( STORE t3, UNIT(-5)(dst), s_exc_p5u)
223 EXC( STORE t0, UNIT(-4)(dst), s_exc_p4u)
224 EXC( STORE t1, UNIT(-3)(dst), s_exc_p3u)
225 EXC( STORE t2, UNIT(-2)(dst), s_exc_p2u)
226 EXC( STORE t3, UNIT(-1)(dst), s_exc_p1u)
245 EXC( STORE t0, UNIT(0)(dst), s_exc_p8u)
246 EXC( STORE t1, UNIT(1)(dst), s_exc_p7u)
247 EXC( STORE t2, UNIT(2)(dst), s_exc_p6u)
248 EXC( STORE t3, UNIT(3)(dst), s_exc_p5u)
253 EXC( STORE t0, UNIT(4)(dst), s_exc_p4u)
254 EXC( STORE t1, UNIT(5)(dst), s_exc_p3u)
255 EXC( STORE t2, UNIT(6)(dst), s_exc_p2u)
256 EXC( STORE t3, UNIT(7)(dst), s_exc_p1u)
259 ADD dst, dst, 8*NBYTES
272 EXC( STORE t0, UNIT(0)(dst), s_exc_p4u)
273 EXC( STORE t1, UNIT(1)(dst), s_exc_p3u)
274 EXC( STORE t2, UNIT(2)(dst), s_exc_p2u)
275 EXC( STORE t3, UNIT(3)(dst), s_exc_p1u)
278 ADD dst, dst, 4*NBYTES
293 EXC( STORE t0, 0(dst), s_exc_p1u)
296 ADD dst, dst, NBYTES
303 EXC( STORE t0, 0(dst), s_exc_p1u)
306 ADD dst, dst, NBYTES
313 ADD dst, dst, NBYTES
315 EXC( STORE t0, -8(dst), s_exc_p1u)
339 EXC( STORE t0, UNIT(0)(dst), s_exc_p4u)
340 EXC( STORE t1, UNIT(1)(dst), s_exc_p3u)
341 EXC( STORE t2, UNIT(2)(dst), s_exc_p2u)
342 EXC( STORE t3, UNIT(3)(dst), s_exc_p1u)
344 ADD dst, dst, 4*NBYTES
355 EXC( STORE t0, 0(dst), s_exc_p1u)
358 ADD dst, dst, NBYTES
369 EXC( sb t0, N(dst), s_exc_p1)
380 EXC( sb t0, NBYTES-2(dst), s_exc_p1)
402 sb t1, 0(dst) # can't fault -- we're copy_from_user
404 ADD dst, dst, 1
415 ADD dst, t0 # compute start address in a1
416 SUB dst, src
423 1: sb zero, 0(dst)
424 ADD dst, dst, 1
464 sltu t0, a1, t0 # dst + len <= src -> memcpy
465 sltu t1, a0, t1 # dst >= src + len -> memcpy
475 beqz t0, r_end_bytes_up # src >= dst
477 ADD a0, a2 # dst = dst + len