Lines Matching refs:dst
36 #define dst a0 macro
287 PREFD( 1, 0(dst) )
289 and t1, dst, ADDRMASK
291 PREFD( 1, 1*32(dst) )
295 PREFD( 1, 2*32(dst) )
313 PREFD( 1, 3*32(dst) )
324 STORE(t0, UNIT(0)(dst), .Ls_exc_p8u\@)
325 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@)
329 ADD dst, dst, 8*NBYTES
330 STORE(t2, UNIT(-6)(dst), .Ls_exc_p6u\@)
331 STORE(t3, UNIT(-5)(dst), .Ls_exc_p5u\@)
332 STORE(t4, UNIT(-4)(dst), .Ls_exc_p4u\@)
333 STORE(t7, UNIT(-3)(dst), .Ls_exc_p3u\@)
334 STORE(t0, UNIT(-2)(dst), .Ls_exc_p2u\@)
335 STORE(t1, UNIT(-1)(dst), .Ls_exc_p1u\@)
337 PREFD( 1, 8*32(dst) )
359 STORE(t0, UNIT(0)(dst), .Ls_exc_p4u\@)
360 STORE(t1, UNIT(1)(dst), .Ls_exc_p3u\@)
361 STORE(t2, UNIT(2)(dst), .Ls_exc_p2u\@)
362 STORE(t3, UNIT(3)(dst), .Ls_exc_p1u\@)
364 ADD dst, dst, 4*NBYTES
378 STORE(t0, 0(dst), .Ls_exc_p1u\@)
380 ADD dst, dst, NBYTES
398 ADD t1, dst, len # t1 is just past last byte of dst
424 STFIRST(t3, FIRST(0)(dst), .Ls_exc\@)
427 ADD dst, dst, t2
436 PREFD( 1, 3*32(dst) )
459 STORE(t0, UNIT(0)(dst), .Ls_exc_p4u\@)
460 STORE(t1, UNIT(1)(dst), .Ls_exc_p3u\@)
461 STORE(t2, UNIT(2)(dst), .Ls_exc_p2u\@)
462 STORE(t3, UNIT(3)(dst), .Ls_exc_p1u\@)
463 PREFD( 1, 9*32(dst) ) # 1 is PREF_STORE (not streamed)
465 ADD dst, dst, 4*NBYTES
480 STORE(t0, 0(dst), .Ls_exc_p1u\@)
482 ADD dst, dst, NBYTES
497 STOREB(t0, N(dst), .Ls_exc_p1\@)
510 STOREB(t0, NBYTES-2(dst), .Ls_exc_p1\@)
528 ADD dst, dst, 8
553 sb t1, 0(dst) # can't fault -- we're copy_from_user
555 ADD dst, dst, 1
570 ADD dst, t0 # compute start address in a1
571 SUB dst, src
580 1: sb zero, 0(dst)
581 ADD dst, dst, 1
627 sltu t0, a1, t0 # dst + len <= src -> memcpy
628 sltu t1, a0, t1 # dst >= src + len -> memcpy
638 beqz t0, .Lr_end_bytes_up # src >= dst
640 ADD a0, a2 # dst = dst + len
689 move v0, dst /* return value */