Searched refs:FPE_ILLE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/csky/abiv2/inc/abi/ | ||
D | fpu.h | 20 #define FPE_ILLE (1 << 16) /* Illegal instruction */ macro |
/Linux-v6.6/arch/csky/abiv2/ | ||
D | fpu.c | 102 if (fesr & FPE_ILLE) { in fpu_fpe() |