Lines Matching refs:d3
7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
26 | Copy the fraction in d2:d3 to d4:d5.
28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
35 | A5. Add using the carry the 64-bit quantities in d2:d3 and d4:d5
36 | into d2:d3. D1 will contain the bcd digit formed.
52 | d3: lower 32-bits of fraction for mul by 8
81 | A2. Copy d2:d3 to d4:d5. Start loop.
85 movel %d3,%d5 |to d4:d5
87 | A3. Multiply d2:d3 by 8; extract msbs into d1.
91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6
92 asll #3,%d3 |shift d3 left by 3 places
93 orl %d6,%d2 |or in msbs from d3 into d2
104 addl %d5,%d3 |add lower 32 bits