Searched refs:FPSCR_IOC (Results 1 – 4 of 4) sorted by relevance
244 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG; in vfp_propagate_nan()287 ret = FPSCR_IOC; in vfp_double_fsqrt()370 ret |= FPSCR_IOC; in vfp_compare()380 ret |= FPSCR_IOC; in vfp_compare()454 exceptions = FPSCR_IOC; in vfp_double_fcvts()527 exceptions = FPSCR_IOC; in vfp_double_ftoui()552 exceptions |= FPSCR_IOC; in vfp_double_ftoui()557 exceptions |= FPSCR_IOC; in vfp_double_ftoui()568 exceptions |= FPSCR_IOC; in vfp_double_ftoui()604 exceptions |= FPSCR_IOC; in vfp_double_ftosi()[all …]
252 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG; in vfp_propagate_nan()335 ret = FPSCR_IOC; in vfp_single_fsqrt()415 ret |= FPSCR_IOC; in vfp_compare()424 ret |= FPSCR_IOC; in vfp_compare()497 exceptions = FPSCR_IOC; in vfp_single_fcvtd()569 exceptions = FPSCR_IOC; in vfp_single_ftoui()594 exceptions |= FPSCR_IOC; in vfp_single_ftoui()599 exceptions |= FPSCR_IOC; in vfp_single_ftoui()610 exceptions |= FPSCR_IOC; in vfp_single_ftoui()646 exceptions |= FPSCR_IOC; in vfp_single_ftosi()[all …]
278 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
75 #define FPSCR_IOC (1<<0) macro