Lines Matching +full:3 +full:d1
42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b
80 cmpib #3,%d0
81 beq opc011 |branch if opclass 3
83 bfextu %d0{#6:#3},%d0 |extract destination register
113 | dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias)
154 movel LOCAL_HI(%a1),%d1 |get ms mantissa
155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms
156 orl %d1,%d0 |put these bits in ms word of double
158 movel LOCAL_HI(%a1),%d1 |get ms mantissa
160 lsll %d0,%d1 |put lower 11 bits in upper bits
161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory
162 movel LOCAL_LO(%a1),%d1 |get ls mantissa
163 bfextu %d1{#0:#21},%d0 |get ls 21 bits of double
184 | sgl_exp = ext_exp - $3fff(ext bias) + $7f(sgl bias)
222 movel LOCAL_HI(%a1),%d1 |get ms mantissa
223 bfextu %d1{#1:#23},%d1 |get upper 23 bits of ms
224 orl %d1,%d0 |put these bits in ms word of single
238 movel %d0,%d1 |d1 has size:reg formatted for reg_dest
239 orl #0x10,%d1 |reg_dest wants size added to reg#