Lines Matching refs:ms
299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
327 lsll %d0,%d1 |shift ms mant by count
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
365 movel LOCAL_HI(%a0),%d0 |d0 has ms mant
375 | ;be shifted into ms mant
376 orl %d1,%d0 |shift the ls mant bits into the ms mant
377 movel %d0,LOCAL_HI(%a0) |store ms mant into memory
382 | We get here if ms mant was = 0, and we assume ls mant has bits
388 subw #32,%d0 |account for ms mant being all zeros
391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant
392 movew %d0,LOCAL_EX(%a0) |store ms mant
476 movel #0,LOCAL_HI(%a0) |set d1 = 0 (ms mantissa)
477 movel #0,LOCAL_LO(%a0) |set d2 = 0 (ms mantissa)