Lines Matching +full:3 +full:d1
30 | d1.
36 | into d2:d3. D1 will contain the bcd digit formed.
50 | d1: temp used to form the digit
87 | A3. Multiply d2:d3 by 8; extract msbs into d1.
89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1
90 asll #3,%d2 |shift d2 left by 3 places
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
92 asll #3,%d3 |shift d3 left by 3 places
95 | A4. Multiply d4:d5 by 2; add carry out to d1.
100 addxw %d6,%d1 |add in extend from mul by 2
102 | A5. Add mul by 8 to mul by 2. D1 contains the digit formed.
108 addxw %d6,%d1 |add in extend from add to d1
118 addw %d1,%d7 |add in ls digit to d7b
126 movew %d1,%d7 |put new digit in d7b