Lines Matching refs:r7
63 sub r7,r4,r3 /* compute offset to src from dest */
84 lbzx r0,r7,r6 /* copy 1 byte addr */
89 lhzx r0,r7,r6 /* copy 2 byte addr */
94 lwzx r0,r7,r6 /* copy 4 byte addr */
99 ldx r0,r7,r6 /* copy 8 byte addr */
103 add r4,r7,r6 /* update src addr */
129 lbz r7,0(r4) /* Read one byte from source */
132 stb r7,0(r6) /* Store one byte at dest */
140 lbz r7,0(r4) /* Load 2 bytes from source */
143 stb r7,0(r6) /* Store 2 bytes on dest */
153 neg r7,r6 /* How far to next cacheline bdy? */
168 clrldi r7,r7,64-6 /* How far to next cacheline bdy? */
170 cmpldi cr6,r7,0 /* Are we on a cacheline bdy already? */
173 subf r5,r7,r5
174 srdi r7,r7,4 /* How many qws to get to the line bdy? */
217 mtctr r7
232 ld r7,0x10(r4)
235 stdu r7,0x10(r6)
257 ld r7, 0x10(r4)
261 std r7, 0x10(r6)
265 ld r7, 0x30(r4)
270 std r7, 0x30(r6)
284 ld r7, 0x10(r4)
288 std r7, 0x10(r6)
292 ld r7, 0x30(r4)
297 std r7, 0x30(r6)
308 srdi r7,r5,4 /* divide size by 16 */
310 mtctr r7
314 ld r7,0x10(r4)
317 stdu r7,0x10(r6)
328 sub r7,r4,r6
330 ldx r0,r7,r6 /* copy 8 byte */
335 lwzx r0,r7,r6 /* copy 4 byte */
340 lhzx r0,r7,r6 /* copy 2 byte */
345 lbzx r0,r7,r6 /* copy 1 byte */
359 clrldi r7,r7,64-7 /* How far to next cacheline bdy? */
361 cmpldi cr6,r7,0 /* Are we on a cacheline bdy already? */
364 subf r5,r7,r5
365 srdi r7,r7,4 /* How many qws to get to the line bdy? */
408 mtctr r7
423 ld r7,0x10(r4)
426 stdu r7,0x10(r6)
447 ld r7, 0x10(r4)
451 std r7, 0x10(r6)
455 ld r7, 0x30(r4)
459 std r7, 0x30(r6)
463 ld r7, 0x50(r4)
467 std r7, 0x50(r6)
471 ld r7, 0x70(r4)
476 std r7, 0x70(r6)
490 ld r7, 0x10(r4)
494 std r7, 0x10(r6)
498 ld r7, 0x30(r4)
502 std r7, 0x30(r6)
506 ld r7, 0x50(r4)
510 std r7, 0x50(r6)
514 ld r7, 0x70(r4)
519 std r7, 0x70(r6)