Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/vfp/
H A Dvfpsingle.c335 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()
599 exceptions |= FPSCR_IOC; in vfp_single_ftoui()
646 exceptions |= FPSCR_IOC; in vfp_single_ftosi()
654 exceptions |= FPSCR_IOC; in vfp_single_ftosi()
747 exceptions = FPSCR_IOC; in vfp_single_fadd_nonnumber()
862 return FPSCR_IOC; in vfp_single_multiply()
[all …]
H A Dvfpdouble.c287 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()
557 exceptions |= FPSCR_IOC; in vfp_double_ftoui()
604 exceptions |= FPSCR_IOC; in vfp_double_ftosi()
609 exceptions |= FPSCR_IOC; in vfp_double_ftosi()
701 exceptions = FPSCR_IOC; in vfp_double_fadd_nonnumber()
818 return FPSCR_IOC; in vfp_double_multiply()
[all …]
H A Dvfpmodule.c305 RAISE(FPSCR_IOC, FPSCR_IOE, FPE_FLTINV); in vfp_raise_exceptions()
/linux-6.15/arch/arm/include/asm/
H A Dvfp.h65 #define FPSCR_IOC (1<<0) macro