Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/nwfpe/
H A Dfpmodule.c151 if ((!(fpsr & BIT_UFE)) && (flags & BIT_UFC)) in float_raise()
152 cumulativeTraps |= BIT_UFC; in float_raise()
H A Dfpsr.h68 #define BIT_UFC 0x00000008 /* underflow exception flag */ macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpsr.h79 #define BIT_UFC 0x00000008 /* underflow exception flag */ macro
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c295 raise |= BIT_UFC; in emulate_arm_fpa11()