Lines Matching +full:load +full:- +full:reserved
13 | range of the result is [1.0 - 2.0).
16 | Input: Double-extended number X in the ETEMP space in
17 | the floating-point save stack.
25 | All Rights Reserved
59 movew LOCAL_EX(%a0),%d0 |load resulting exponent into d0
73 | For normalized numbers, leave the mantissa alone, simply load
74 | with an exponent of +/- $3fff.
83 bclrl #14,%d0 |make it the new exp +-3fff
89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
90 | then load the exponent with +/1 $3fff.
94 movel LOCAL_HI(%a0),%d0 |load ms mant in d0
95 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
118 movel %d3,-(%a7) |save d3
126 moveml %d3/%d5/%d6,-(%a7) |save registers
128 lsll %d3,%d0 |shift ms mant until j-bit is set