Lines Matching refs:binstr
93 | The binstr routine is used to convert the LEN digit
94 | mantissa to bcd in memory. The input to binstr is
112 | d0: scratch; LEN input to binstr
114 | d2: upper 32-bits of mantissa for binstr
115 | d3: scratch;lower 32-bits of mantissa for binstr
158 |xref binstr
717 | The binstr routine is used to convert the LEN digit
718 | mantissa to bcd in memory. The input to binstr is
727 | d0: x/LEN call to binstr - final is 0
771 beqs zer_m |if zero, go directly to binstr
778 movel %d4,%d0 |put LEN in d0 for binstr call
780 bsr binstr |call binstr to convert mant
800 | d0: x/LEN call to binstr - final is 0
816 | L_SCR1:original USER_FPCR/Exponent digits on return from binstr
862 movel #4,%d0 |put 4 in d0 for binstr call
864 bsr binstr |call binstr to convert exp
896 | L_SCR1:Exponent digits on return from binstr