Lines Matching refs:r6
20 lwz r5,0(r3) # get the dividend into r5/r6
21 lwz r6,4(r3)
37 andc r11,r6,r10 # ever be too large, only too small)
46 subfc r6,r10,r6 # take the product from the divisor,
50 3: cmplw r6,r4
52 divwu r0,r6,r4 # perform the remaining 32-bit division
55 subf r6,r10,r6
58 mr r3,r6 # return the remainder in r3
77 subfic r6,r5,32
80 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
83 or r4,r4,r6 # LSW |= t1
91 subfic r6,r5,32
94 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count)
96 or r3,r3,r6 # MSW |= t1
103 subfic r6,r5,32
106 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
108 or r4,r4,r6 # LSW |= t1