Lines Matching refs:r6
60 mr %r6, %r3 /* swap src/dst */
62 mr %r4, %r6
89 stwu %r6, 4(%r8) /* Store previous word */
95 lwzu %r6, 4(%r4) /* Load another word */
99 mr %r7, %r6 /* If word count -> 0, then... */
112 lbzu %r6, 4(%r4) /* 1st byte: update addr by 4 */
113 stbu %r6, 4(%r8) /* since we pre-adjusted by 4 */
118 lbzu %r6, 1(%r4) /* But handle the rest by */
119 stbu %r6, 1(%r8) /* updating addr by 1 */
143 stwu %r6, -4(%r8) /* Store previous word */
150 lwzu %r6, -4(%r4) /* Load another word */
156 mr %r7, %r6 /* If word count -> 0, then... */
171 lbzu %r6, -1(%r4) /* Handle the rest, byte by */
172 stbu %r6, -1(%r8) /* byte */