Home
last modified time | relevance | path

Searched refs:BIT_OFC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dfpmodule.c153 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise()
154 cumulativeTraps |= BIT_OFC; in float_raise()
H A Dfpsr.h69 #define BIT_OFC 0x00000004 /* overfloat exception flag */ macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h80 #define BIT_OFC 0x00000004 /* overfloat exception flag */ macro
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c292 raise |= BIT_OFC; in emulate_arm_fpa11()