Searched refs:FPSCR_IOC (Results 1 – 6 of 6) sorted by relevance
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 …]
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 …]
287 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
45 #define FPSCR_IOC (1<<19) macro
72 #define FPSCR_IOC (1<<0) macro
107 FPSCR_IXS | FPSCR_HIS | FPSCR_IOC | FPSCR_OFC | in ucf64_exchandler()