Lines Matching refs:r6
31 mr r6,r3 /* Copy dest reg to r6; */
68 lbzx r0,r7,r6 /* copy 1 byte addr */
69 stb r0,0(r6)
70 addi r6,r6,1
73 lhzx r0,r7,r6 /* copy 2 byte addr */
74 sth r0,0(r6)
75 addi r6,r6,2
78 lwzx r0,r7,r6 /* copy 4 byte addr */
79 stw r0,0(r6)
80 addi r6,r6,4
83 lfdx r0,r7,r6 /* copy 8 byte addr */
84 stfd r0,0(r6)
85 addi r6,r6,8
87 add r4,r7,r6 /* update src addr */
131 stb r7,0(r6) /* Store one byte on dest. */
132 addi r6,r6,1 /* Update dest pointer address. */
142 stb r7,0(r6) /* Store 2 bytes on dest. */
143 stb r8,1(r6)
144 addi r6,r6,2 /* Update dest pointer address. */
155 neg r7,r6 /* How far to next cacheline bdy? */
157 addi r6,r6,-8 /* prepare for stdu */
236 stfd fp9,0x08(r6)
237 stfdu fp10,0x10(r6)
258 dcbz r11,r6
262 stfd fp9, 0x08(r6)
263 stfd fp10, 0x10(r6)
264 stfd fp11, 0x18(r6)
265 stfd fp12, 0x20(r6)
270 stfd fp9, 0x28(r6)
271 stfd fp10, 0x30(r6)
272 stfd fp11, 0x38(r6)
273 stfdu fp12, 0x40(r6)
288 stfd fp9, 0x08(r6)
289 stfd fp10, 0x10(r6)
290 stfd fp11, 0x18(r6)
291 stfd fp12, 0x20(r6)
296 stfd fp9, 0x28(r6)
297 stfd fp10, 0x30(r6)
298 stfd fp11, 0x38(r6)
299 stfdu fp12, 0x40(r6)
315 stfd fp9, 0x08(r6)
316 stfdu fp10, 0x10(r6)
323 addi r6,r6,8
327 sub r7,r4,r6
329 lfdx fp9,r7,r6 /* copy 8 byte */
330 stfd fp9,0(r6)
331 addi r6,r6,8
334 lwzx r0,r7,r6 /* copy 4 byte */
335 stw r0,0(r6)
336 addi r6,r6,4
339 lhzx r0,r7,r6 /* copy 2 byte */
340 sth r0,0(r6)
341 addi r6,r6,2
344 lbzx r0,r7,r6 /* copy 1 byte */
345 stb r0,0(r6)
423 stfd fp9,0x08(r6)
424 stfdu fp10,0x10(r6)
444 dcbz r11,r6
448 stfd fp9, 0x08(r6)
449 stfd fp10, 0x10(r6)
450 stfd fp11, 0x18(r6)
451 stfd fp12, 0x20(r6)
456 stfd fp9, 0x28(r6)
457 stfd fp10, 0x30(r6)
458 stfd fp11, 0x38(r6)
459 stfd fp12, 0x40(r6)
464 stfd fp9, 0x48(r6)
465 stfd fp10, 0x50(r6)
466 stfd fp11, 0x58(r6)
467 stfd fp12, 0x60(r6)
472 stfd fp9, 0x68(r6)
473 stfd fp10, 0x70(r6)
474 stfd fp11, 0x78(r6)
475 stfdu fp12, 0x80(r6)
490 stfd fp9, 0x08(r6)
491 stfd fp10, 0x10(r6)
492 stfd fp11, 0x18(r6)
493 stfd fp12, 0x20(r6)
498 stfd fp9, 0x28(r6)
499 stfd fp10, 0x30(r6)
500 stfd fp11, 0x38(r6)
501 stfd fp12, 0x40(r6)
506 stfd fp9, 0x48(r6)
507 stfd fp10, 0x50(r6)
508 stfd fp11, 0x58(r6)
509 stfd fp12, 0x60(r6)
514 stfd fp9, 0x68(r6)
515 stfd fp10, 0x70(r6)
516 stfd fp11, 0x78(r6)
517 stfdu fp12, 0x80(r6)