Lines Matching refs:r6
16 lwz r5,0(r3) # get the dividend into r5/r6
17 lwz r6,4(r3)
33 andc r11,r6,r10 # ever be too large, only too small)
42 subfc r6,r10,r6 # take the product from the divisor,
46 3: cmplw r6,r4
48 divwu r0,r6,r4 # perform the remaining 32-bit division
51 subf r6,r10,r6
54 mr r3,r6 # return the remainder in r3
73 subfic r6,r5,32
76 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
79 or r4,r4,r6 # LSW |= t1
87 subfic r6,r5,32
90 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count)
92 or r3,r3,r6 # MSW |= t1
99 subfic r6,r5,32
102 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
104 or r4,r4,r6 # LSW |= t1