Home
last modified time | relevance | path

Searched refs:BIT_OFE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dfpsr.h44 #define BIT_OFE 0x00040000 /* overflow exception enable */ macro
H A Dfpmodule.c153 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h55 #define BIT_OFE 0x00040000 /* overflow exception enable */ macro