Home
last modified time | relevance | path

Searched refs:FPE_FEC (Results 1 – 2 of 2) sorted by relevance

/linux/arch/csky/abiv2/inc/abi/
H A Dfpu.h21 #define FPE_FEC (1 << 7) /* Input float-point arithmetic exception */ macro
/linux/arch/csky/abiv2/
H A Dfpu.c108 } else if (fesr & FPE_FEC) { in fpu_fpe()