Home | History | Annotate | Download | only in string

Lines Matching refs:r6

76 	mfspr   %r6, 287		/* mfpvbr %r6 PVR = 287        */
77 srwi %r6, %r6, 0x10 /* get version field from PVR */
78 cmpwi %r6, 0x1 /* 601 CPU = 0x0001 */
81 or %r6, %r3, %r4 /* see if both source and dest */
82 andi. %r6, %r6, 3 /* are 32bit aligned */
86 li %r6, 0
88 lbzx %r7, %r4, %r6
89 stbx %r7, %r3, %r6
90 addi %r6, %r6, 1
114 stwu %r6, 4(%r8) /* Store previous word */
120 lwzu %r6, 4(%r4) /* Load another word */
125 mr %r7, %r6
138 lbzu %r6, 4(%r4) /* 1st byte: update by word */
139 stbu %r6, 4(%r8)
144 lbzu %r6, 1(%r4) /* Handle the rest */
145 stbu %r6, 1(%r8)