Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dfpu-ucf64.h43 #define FPSCR_OFC (1<<21) macro
/arch/arm/include/asm/
Dvfp.h74 #define FPSCR_OFC (1<<2) macro
/arch/unicore32/kernel/
Dfpu-ucf64.c107 FPSCR_IXS | FPSCR_HIS | FPSCR_IOC | FPSCR_OFC | in ucf64_exchandler()
/arch/arm/vfp/
Dvfpmodule.c286 RAISE(FPSCR_OFC, FPSCR_OFE, FPE_FLTOVF); in vfp_raise_exceptions()
Dvfpsingle.c177 exceptions |= FPSCR_OFC | FPSCR_IXC; in __vfp_single_normaliseround()
Dvfpdouble.c172 exceptions |= FPSCR_OFC | FPSCR_IXC; in vfp_double_normaliseround()