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