Home | History | Annotate | Download | only in string

Lines Matching refs:r6

92 		l.lwz	r6, 0(r3)		/* get first word */
95 l.and r6, r6, r7 /* clear bytes to be filled */
98 l.or r6, r6, r7 /* merge existing with new */
100 l.sw 0(r3), r6 /* store first word */
105 l.srli r6, r5, 2 /* clear low two bits of len */
106 l.srli r6, r6, 2 /* ... */
107 l.sfgeu r3, r6 /* any more full words? */
114 l.sfgeu r3, r6 /* any more full words? */