Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/asm/
Dvfp.h77 #define FPSCR_OFC (1<<2) macro
/linux-6.1.9/arch/arm/vfp/
Dvfpmodule.c277 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
Dvfpdouble.c172 exceptions |= FPSCR_OFC | FPSCR_IXC; in vfp_double_normaliseround()
Dvfpsingle.c177 exceptions |= FPSCR_OFC | FPSCR_IXC; in __vfp_single_normaliseround()