Lines Matching full:ls
95 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
98 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
107 | ls mantissa part in d1
114 tstl %d1 |test if any bits set in ls mant
119 exg %d0,%d1 |shift ls mant to ms mant
120 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
127 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
129 movel %d1,%d6 |save ls mant in d6
130 lsll %d3,%d1 |shift ls mant by count
132 subl %d3,%d5 |sub 32 from shift for ls mant
135 orl %d6,%d0 |shift the ls mant bits into the ms mant