Lines Matching refs:binstr
125 * The binstr routine is used to convert the LEN digit
126 * mantissa to bcd in memory. The input to binstr is
144 * d0: scratch; LEN input to binstr
146 * d2: upper 32-bits of mantissa for binstr
147 * d3: scratch;lower 32-bits of mantissa for binstr
185 xref binstr
745 * The binstr routine is used to convert the LEN digit
746 * mantissa to bcd in memory. The input to binstr is
755 * d0: x/LEN call to binstr - final is 0
799 beq.b zer_m ;if zero, go directly to binstr
806 move.l d4,d0 ;put LEN in d0 for binstr call
808 bsr binstr ;call binstr to convert mant
828 * d0: x/LEN call to binstr - final is 0
844 * L_SCR1:original USER_FPCR/Exponent digits on return from binstr
890 move.l #4,d0 ;put 4 in d0 for binstr call
892 bsr binstr ;call binstr to convert exp
924 * L_SCR1:Exponent digits on return from binstr