Searched refs:BIT_OFE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm/nwfpe/ | ||
D | fpsr.h | 44 #define BIT_OFE 0x00040000 /* overflow exception enable */ macro |
D | fpmodule.c | 153 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise() |