Home
last modified time | relevance | path

Searched refs:FPSCR_IOC (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm/vfp/
Dvfpdouble.c244 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 …]
Dvfpsingle.c252 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 …]
Dvfpmodule.c278 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
/linux-5.19.10/arch/arm/include/asm/
Dvfp.h75 #define FPSCR_IOC (1<<0) macro