Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpsr.h43 #define BIT_UFE 0x00080000 /* underflow exception enable */ macro
H A Dfpmodule.c151 if ((!(fpsr & BIT_UFE)) && (flags & BIT_UFC)) in float_raise()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h54 #define BIT_UFE 0x00080000 /* underflow exception enable */ macro