Lines Matching full:d7
111 movm.l &0x3f00,-(%sp) # save d2-d7
126 movm.l &0x3f00,-(%sp) # save d2-d7
134 mov.l 0x8(%a6),%d7 # fetch divisor
147 tst.l %d7 # chk sign of divisor
150 neg.l %d7 # complement negative divisor
173 cmp.l %d7,%d6 # is (divisor <= lo(dividend))
180 tdivu.l %d7, %d5:%d6 # it's only a 32/32 bit div!
187 cmp.l %d7,%d5
235 movm.l (%sp)+,&0x00fc # restore d2-d7
260 movm.l (%sp)+,&0x00fc # restore d2-d7
286 cmpi.l %d7, &0xffff
303 divu.w %d7, %d5
309 divu.w %d7, %d5
331 btst &31, %d7 # must we normalize? first word of
334 lsl.l &0x1, %d7 # shift the divisor
342 mov.l %d7, %d3 # divisor
364 lddadj1: mov.l %d7, %d3
366 mulu.w %d7, %d2 # V2q
392 mov.l %d7, %d5
406 mov.l %d7, %d3
411 mov.l %d7, %d3
435 mov.l DDNORMAL(%a6), %d7 # get norm shift count
437 subq.l &0x1, %d7 # set for loop count
441 dbf %d7, lddnlp