Searched refs:FPE_IDC (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/csky/abiv2/inc/abi/ | ||
D | fpu.h | 22 #define FPE_IDC (1 << 5) /* Input denormalized exception */ macro |
/linux-5.19.10/arch/csky/abiv2/ | ||
D | fpu.c | 105 } else if (fesr & FPE_IDC) { in fpu_fpe() |