Searched refs:man (Results 101 - 102 of 102) sorted by relevance

12345

/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2317 mov.l FP_SRC_HI(%a6),%d1 # fetch DENORM hi(man)
2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
6447 beq.b norm_lo # hi(man) is all zeroes!
6450 lsl.l %d2, %d0 # left shift hi(man)
6453 or.l %d3, %d0 # create hi(man)
6454 lsl.l %d2, %d1 # create lo(man)
6456 mov.l %d0, FTEMP_HI(%a0) # store new hi(man)
6457 mov.l %d1, FTEMP_LO(%a0) # store new lo(man)
6468 lsl.l %d2, %d1 # shift lo(man)
6471 mov.l %d1, FTEMP_HI(%a0) # store hi(man)
[all...]
H A Dfpsp.S2318 mov.l FP_SRC_HI(%a6),%d1 # fetch DENORM hi(man)
2321 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
5139 mov.w 4(%a0),%d1 # fetch hi(man)
14848 mov.l 0x4(%sp),%d1 # extract hi(man)
14849 cmpi.l %d1,&0x80000000 # is hi(man) = 0x80000000?
14852 tst.l 0x8(%sp) # is lo(man) = 0x0?
15302 cmpi.l %d1,&0x80000000 # is hi(man) = 0x80000000?
15305 tst.l 0x8(%sp) # is lo(man) = 0x0?
19994 lsl.l &0x8, %d0 # extract and insert hi(man)
20605 mov.l SRC_HI(%a0),FP_SCR0_HI(%a6) # copy hi(man)
[all...]

Completed in 142 milliseconds

12345