Lines Matching refs:ls
299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
325 movel %d2,%d6 |save ls mant in d6
326 lsll %d0,%d2 |shift ls mant by count
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
341 bfffo %d2{#0:#32},%d3 |check if any bits set in ls mant
366 movel LOCAL_LO(%a0),%d1 |d1 has ls mant
369 movel %d1,%d6 |copy ls mant into d6
370 lsll %d7,%d6 |shift ls mant by count
371 movel %d6,LOCAL_LO(%a0) |store ls mant into memory
376 orl %d1,%d0 |shift the ls mant bits into the ms mant
382 | We get here if ms mant was = 0, and we assume ls mant has bits
387 movel LOCAL_LO(%a0),%d1 |d1 has ls mant
389 bfffo %d1{#0:#32},%d7 |find first 1 in ls mant to d7)
394 clrl LOCAL_LO(%a0) |clear ls mant