Lines Matching refs:r3
54 ldrb r3, [r1], #1 /* read a byte */
55 strb r3, [r0], #1 /* write a byte */
56 teq r3, #0 /* was it a NUL? */
59 2: mov r3, #0 /* NUL */
60 strb r3, [r0] /* write to end of string */
61 3: ldrb r3, [r1], #1 /* read a byte */
62 teq r3, #0 /* was it a NUL? */
74 ldrb r3, [r1], #1 /* read a byte */
75 strb r3, [ip], #1 /* write a byte */
76 teq r3, #0 /* was it a NUL? */
79 strblt r3, [ip], #1 /* no, write a NUL */
87 1: ldrb r3, [r1], #1 /* read a byte */
88 strb r3, [ip], #1 /* write a byte */
89 teq r3, #0 /* was it a NUL? */