Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpmodule.c168 if ((!(fpsr & BIT_UFE)) && (flags & BIT_UFC)) in float_raise()
169 cumulativeTraps |= BIT_UFC; in float_raise()
Dfpsr.h80 #define BIT_UFC 0x00000008 /* underflow exception flag */ macro