Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dfpu-ucf64.h44 #define FPSCR_UFC (1<<20) macro
/arch/arm/include/asm/
Dvfp.h75 #define FPSCR_UFC (1<<3) macro
/arch/unicore32/kernel/
Dfpu-ucf64.c108 FPSCR_UFC | FPSCR_IXC | FPSCR_HIC); in ucf64_exchandler()
/arch/arm/vfp/
Dvfpmodule.c285 RAISE(FPSCR_UFC, FPSCR_UFE, FPE_FLTUND); in vfp_raise_exceptions()
Dvfpsingle.c191 exceptions |= FPSCR_UFC; in __vfp_single_normaliseround()
Dvfpdouble.c186 exceptions |= FPSCR_UFC; in vfp_double_normaliseround()