Lines Matching refs:Hi
7 # M68000 Hi-Performance Microprocessor Division
5041 mov.l (%a0),%d1 # put exp in hi word
5042 mov.w 4(%a0),%d1 # fetch hi(man)
9559 cmp.l %d1,%d4 # compare hi(R) and hi(Y)
9575 subx.l %d4,%d1 # hi(R) - hi(Y)
9586 roxl.l &1,%d1 # hi(R) = 2hi(R) + carry
10062 tst.b 3+LOCAL_HI(%a0) # is lo byte of hi lw set?
10849 mov.l FTEMP_HI(%a0), %d0 # load hi(mantissa)
10853 beq.b norm_lo # hi(man) is all zeroes!
10856 lsl.l %d2, %d0 # left shift hi(man)
10859 or.l %d3, %d0 # create hi(man)
10862 mov.l %d0, FTEMP_HI(%a0) # store new hi(man)
10877 mov.l %d1, FTEMP_HI(%a0) # store hi(man)
10910 bne.b unnorm_shift # hi(man) is not all zeroes
10913 # hi(man) is all zeroes so see if any bits in lo(man) are set
10953 bfextu FTEMP_HI(%a0){%d1:&32}, %d0 # extract new hi(man)
10954 mov.l %d0, FTEMP_HI(%a0) # save new hi(man)
10974 mov.l %d0, FTEMP_HI(%a0) # store new hi(man)