Lines Matching refs:Correct
624 # This handler emulates the instruction to determine what the correct #
864 # This handler emulates the instruction to determine what the correct #
977 # special case will simply exit gracefully with the correct result.
1147 # - Correct result has been stored as appropriate #
1404 # here, we insert the correct fsave status value into the fsave frame for the
1982 # here, we insert the correct fsave status value into the fsave frame for the
2408 # - None (correct result has been stored as appropriate) #
3510 bsr.l _calc_ea_fout # find the correct ea,update An
3512 mov.l %a0,EXC_EA(%a6) # stack correct <ea>
3531 bsr.l _calc_ea_fout # find the correct ea,update An
3533 mov.l %a0,EXC_EA(%a6) # stack correct <ea>
3592 # hardware doesn't store the correct result to the destination FP #
3595 # correct register before calling _real_inex(). #
3858 # _dcalc_ea(): calc correct <ea> from <ea> stacked on exception #
3873 # two packed instructions is correct with the exception of... #
3922 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
3933 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
3939 sub.l &0x8,%a0 # correct <ea>
3940 mov.l %a0,EXC_EA(%a6) # put correct <ea> on stack
3945 correct stacked <ea> for extended #
3955 # a0 = return correct effective address #
3963 # and return that value as the correct <ea> and store that value in An. #
3964 # For (an)+, the stacked <ea> is correct but we must adjust An by +12. #
3968 # This calc_ea is currently used to retrieve the correct <ea>
3984 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
3988 # : stacked <ea> is correct
4595 jmp (tbl_fea_mode.b,%pc,%d0.w*1) # jmp to correct ea mode
6362 swap %d1 # yes; return to correct positions
6980 # table. A pointer to the correct result is returned in a0. The #
7093 # create the correct OPERR default result if appropriate. #
7142 fmov.b %fp0,%d0 # exec move out w/ correct rnd mode
7152 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
7188 fmov.w %fp0,%d0 # exec move out w/ correct rnd mode
7198 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
7234 fmov.l %fp0,%d0 # exec move out w/ correct rnd mode
7245 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
7386 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
7433 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
7454 # it's definitely an overflow so call ovf_res to get the correct answer
7469 # call ovf_res() w/ sgl prec and the correct rnd mode to create the default
7483 mov.l EXC_EA(%a6),%a0 # stacked <ea> is correct
7508 # for the correct result.
7675 # it's definitely an overflow so call ovf_res to get the correct answer
7690 # call ovf_res() w/ dbl prec and the correct rnd mode to create the default
7719 # for the correct result.
8099 # multiply using extended precision and the correct rounding mode. the result
8198 # no, it didn't overflow; we have correct result
8210 # multiply using extended precision and the correct rounding mode. the result
8219 # will we get the correct answer.
8290 # -use the correct rounding mode and precision. this code favors operations
8519 # or overflow because of rounding to the correct precision. so...
8716 # the INEX2 bit has already been updated by the round to the correct precision.
8752 # no, it didn't overflow; we have correct result
8776 mov.b %d0,FPSR_CC(%a6) # insert correct ccodes
9292 # or overflow because of rounding to the correct precision. so...
9496 # the INEX2 bit has already been updated by the round to the correct precision.
9532 # no, it didn't overflow; we have correct result
9556 mov.b %d0,FPSR_CC(%a6) # insert correct ccodes
9880 # using the correct rnd mode/prec. Check to see if the original #
9883 # exceptional case. If no exception should occur, insert the correct #
9915 # or overflow because of rounding to the correct precision. so...
10111 # the INEX2 bit has already been updated by the round to the correct precision.
10147 # no, it didn't overflow; we have correct result
10192 # just use the actual fcmp instruction to produce the correct condition #
10527 # no, it didn't overflow; we have correct result
11072 # the correct result exponent and return. Set FPSR bits as appropriate. #
11525 # the correct result exponent and return. Set FPSR bits as appropriate. #
12193 # the INEX2 bit has already been updated by the round to the correct precision.
12232 # no, it didn't overflow; we have correct result
12903 # _dcalc_ea() - calculate the correct <ea> #
12916 # Get the correct <ea> whihc is the value on the exception stack #
12926 # the stacked <ea> for packed is correct except for -(An).
12931 bsr.l _dcalc_ea # fetch <ea>; correct An
13054 # 3. Correct for exponent sign.
13097 # 2. Correct for mantissa sign.
13364 asr.l &1,%d0 # write correct PTENxx table
13520 # The bcd digits are stored in the correct position in #
14177 # The bcd digits are stored in the correct position in
14350 # F_SCR1:BCD result with correct signs
14684 # the emulation has already changed its value to the correct post-
14739 # restore the correct a7 which is in the USP currently.