Lines Matching refs:inexact
430 set inex2_bit, 1 # inexact result 2
431 set inex1_bit, 0 # inexact result 1
433 set aiop_bit, 7 # accrued inexact operation bit
437 set ainex_bit, 3 # accrued inexact bit
465 set ainex_mask, 0x00000008 # accrued inexact
515 set INEX_VEC, 0xc4 # inexact vector offset
6707 # Notes: This will always generate one exception -- inexact. #
6826 # or underflow. The inexact exception is not generated in #
6827 # 6.4. Although one can argue that the inexact flag #
6835 # Notes: For non-zero X, the inexact exception will always be #
10123 # occurred and has been logged. Now we need to see if an inexact #
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. #
10156 # 060FPLSP should be inexact. So, if inexact is enabled, then we create #
10179 btst &inex2_bit,FPCR_ENABLE(%a6) # is inexact enabled?