Lines Matching +full:binary +full:- +full:coded

7 | type exception handler ('unsupp' - vector 55) and the unimplemented
8 | instruction exception handler ('unimp' - vector 11). 'get_op'
10 | opclass handler routine. See 68881/2 User's Manual table 4-11
17 | - For unnormalized numbers (opclass 0, 2, or 3) the
20 | - For a packed number (opclass 2) the number is unpacked and the
23 | - For denormalized numbers (opclass 0 or 2) the number(s) is not
30 | - If there is a move out with a packed number (opclass 3) the
41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
45 | Next consider if in the process of normalizing the un-
209 | The following lines of are coded to optimize on normalized operands
231 leal FPTEMP(%a6),%a0 |point a0 to dop - used in mk_norm
232 bsr mk_norm |go normalize - mk_norm returns:
259 leal ETEMP(%a6),%a0 |point a0 to sop - used in mk_norm
260 bsr mk_norm |go normalize - mk_norm returns:
301 moveb L_SCR1(%a6),STAG(%a6) |put tag into source tag reg - d0
457 btstb #7,LOCAL_HI(%a0) |check if integer bit (j-bit) is set
470 btstb #7,LOCAL_HI(%a0) |check if integer bit (j-bit) is set
480 | Decimal to binary conversion
486 | ETEMP(a6) - points to packed decimal string in memory
488 | fp0 - contains packed string converted to extended precision
489 | ETEMP - same as fp0
504 bnes fix_nan |if non-zero, it is a NaN
506 bnes fix_nan |if non-zero, it is a NaN
535 fmovemx %fp0-%fp1,-(%a7) |save fp0 - decbin returns in it
538 fmovemx (%a7)+,%fp0-%fp1
556 bnes mfix_nan |if non-zero, it is a NaN
558 bnes mfix_nan |if non-zero, it is a NaN
604 fmovemx %fp0-%fp1,-(%a7) |save fp0 ,fp1 - decbin returns in fp0
608 fmovemx (%a7)+,%fp0-%fp1
616 | ;re-execute the inst. without taking
623 | if (etemp = $x.0----0) then