Lines Matching refs:r5
21 1: mov.b [r4+], r5 ; Find the NUL byte at the end of the destination.
22 cmp #0, r5
27 3: mov.b [r2+], r5 ; Copy bytes from the source into the destination ...
28 mov.b r5, [r4+]
29 cmp #0, r5 ; ... until we reach a NUL byte ...
37 mov r2, r5 ; Save a copy of the source pointer.
46 mov r5, r2 ; Restore the source pointer.
47 mov r1, r5 ; Save a copy of the dest pointer.
53 mov r5, r1 ; was included in the bytes that were copied.
56 add r14, r5 ; Point at byte after end of copied bytes.
57 mov.b #0, [r5] ; Store a NUL there.