Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpsr.h55 #define BIT_UFE 0x00080000 /* underflow exception enable */ macro
Dfpmodule.c168 if ((!(fpsr & BIT_UFE)) && (flags & BIT_UFC)) in float_raise()