Lines Matching refs:d0

465 	movel		(%a0),%d0	 | ...load part of input X
466 andil #0x7FFF0000,%d0 | ...biased expo. of X
467 cmpil #0x3FBE0000,%d0 | ...2^(-65)
473 movew 4(%a0),%d0 | ...expo. and partial sig. of |X|
474 cmpil #0x400CB167,%d0 | ...16380 log2 trunc. 16 bits
487 fmovel %fp0,%d0 | ...N = int( X * 64/log2 )
489 fmovel %d0,%fp0 | ...convert to floating-format
491 movel %d0,L_SCR1(%a6) | ...save N temporarily
492 andil #0x3F,%d0 | ...D0 is J = N mod 64
493 lsll #4,%d0
494 addal %d0,%a1 | ...address of 2^(J/64)
495 movel L_SCR1(%a6),%d0
496 asrl #6,%d0 | ...D0 is M
497 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M)
531 movew %d0,SCALE(%a6) | ...SCALE is 2^(M) in extended
558 movel ADJFLAG(%a6),%d0
561 tstl %d0
579 cmpil #0x400CB27C,%d0 | ...16480 log2
588 fmovel %fp0,%d0 | ...N = int( X * 64/log2 )
590 fmovel %d0,%fp0 | ...convert to floating-format
591 movel %d0,L_SCR1(%a6) | ...save N temporarily
592 andil #0x3F,%d0 | ...D0 is J = N mod 64
593 lsll #4,%d0
594 addal %d0,%a1 | ...address of 2^(J/64)
595 movel L_SCR1(%a6),%d0
596 asrl #6,%d0 | ...D0 is K
597 movel %d0,L_SCR1(%a6) | ...save K temporarily
598 asrl #1,%d0 | ...D0 is M1
599 subl %d0,L_SCR1(%a6) | ...a1 is M
600 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M1)
601 movew %d0,ADJSCALE(%a6) | ...ADJSCALE := 2^(M1)
605 movel L_SCR1(%a6),%d0 | ...D0 is M
606 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M)
612 movel (%a0),%d0
614 cmpil #0,%d0
631 movel (%a0),%d0 | ...load part of input X
632 andil #0x7FFF0000,%d0 | ...biased expo. of X
633 cmpil #0x3FFD0000,%d0 | ...1/4
640 movew 4(%a0),%d0 | ...expo. and partial sig. of |X|
641 cmpil #0x4004C215,%d0 | ...70log2 rounded up to 16 bits
654 fmovel %fp0,%d0 | ...N = int( X * 64/log2 )
656 fmovel %d0,%fp0 | ...convert to floating-format
658 movel %d0,L_SCR1(%a6) | ...save N temporarily
659 andil #0x3F,%d0 | ...D0 is J = N mod 64
660 lsll #4,%d0
661 addal %d0,%a1 | ...address of 2^(J/64)
662 movel L_SCR1(%a6),%d0
663 asrl #6,%d0 | ...D0 is M
664 movel %d0,L_SCR1(%a6) | ...save a copy of M
676 addiw #0x3FFF,%d0 | ...D0 is biased expo. of 2^M
696 movew %d0,SC(%a6) | ...SC is 2^(M) in extended
702 movel L_SCR1(%a6),%d0 | ...D0 is M
703 negw %d0 | ...D0 is -M
705 addiw #0x3FFF,%d0 | ...biased expo. of 2^(-M)
710 oriw #0x8000,%d0 | ...signed/expo. of -2^(-M)
711 movew %d0,ONEBYSC(%a6) | ...OnebySc is -2^(-M)
733 movel L_SCR1(%a6),%d0 | ...retrieve M
734 cmpil #63,%d0
744 cmpil #-3,%d0
768 cmpil #0x3FBE0000,%d0 | ...2^(-65)
773 cmpil #0x00330000,%d0 | ...2^(-16312)
854 movel (%a0),%d0
855 cmpil #0,%d0