Lines Matching refs:r3
34 slr %r2,%r3 # %r3 points to src, %r2+%r3 to dst
42 .L0: icm %r0,8,0(%r3) # first byte
44 icm %r0,4,1(%r3) # second byte
46 icm %r0,2,2(%r3) # third byte
48 icm %r0,1,3(%r3) # fourth byte
50 st %r0,0(%r2,%r3) # store all four to dest.
51 la %r3,4(%r3)
55 .L2: icm %r0,1,0(%r3)
56 stc %r0,0(%r2,%r3)
57 la %r3,1(%r3)
64 .L6: st %r0,0(%r2,%r3)
65 la %r3,4(%r3)
71 alr %r2,%r3 # start of dst area to be zeroed
72 lr %r3,%r4