Lines Matching refs:exception
340 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte
341 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte
344 set FPCR_ENABLE, USER_FPCR+2 # FPCR exception enable
452 set bsun_mask, 0x00008000 # bsun exception mask
453 set snan_mask, 0x00004000 # snan exception mask
454 set operr_mask, 0x00002000 # operr exception mask
455 set ovfl_mask, 0x00001000 # overflow exception mask
456 set unfl_mask, 0x00000800 # underflow exception mask
457 set dz_mask, 0x00000400 # dz exception mask
458 set inex2_mask, 0x00000200 # inex2 exception mask
459 set inex1_mask, 0x00000100 # inex1 exception mask
525 set ftrapcc_flg, 0x01 # flag bit: ftrapcc exception
526 set fbsun_flg, 0x02 # flag bit: bsun exception
5833 fdiv.x %fp1,%fp0 # last inst - possible exception set
5872 fdiv.x (%sp)+,%fp0 # last inst - possible exception set
5885 fmov.x (%sp)+,%fp0 # last inst - posibble exception set
6707 # Notes: This will always generate one exception -- inexact. #
6825 # over/underflow. Possible exception in 6.4 is overflow #
6826 # or underflow. The inexact exception is not generated in #
6828 # should always be raised, to simulate that exception #
6835 # Notes: For non-zero X, the inexact exception will always be #
6836 # raised by 7.3. That is the only exception raised by 7.3.#
7788 fmul.x (%sp)+,%fp0 # possible exception
7939 fmov.x X(%a6),%fp0 # last inst - possible exception set
9270 # exception to be put into the machine which will be caught and corrected
9313 # to the appropriate exception handler.
9629 fmov.x R(%a6),%fp0 # no exception
10104 # t_catch(): Handle 060FPLSP OVFL,UNFL,or INEX2 exception during #
10106 # t_catch2(): Handle 060FPLSP OVFL,UNFL,or INEX2 exception during #
10124 # exception should occur. #
10141 # t_inx2(): Handle inexact 060FPLSP exception during emulation. #
10142 # t_pinx2(): Handle inexact 060FPLSP exception for "+" results. #
10143 # t_minx2(): Handle inexact 060FPLSP exception for "-" results. #