Searched refs:FPE_FEC (Results 1 – 2 of 2) sorted by relevance
/linux/arch/csky/abiv2/inc/abi/ | ||
H A D | fpu.h | 21 #define FPE_FEC (1 << 7) /* Input float-point arithmetic exception */ macro |
/linux/arch/csky/abiv2/ | ||
H A D | fpu.c | 108 } else if (fesr & FPE_FEC) { in fpu_fpe() |