Home
last modified time | relevance | path

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

/arch/arm/nwfpe/
Dfpmodule.c165 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise()
166 cumulativeTraps |= BIT_OFC; in float_raise()
Dfpsr.h81 #define BIT_OFC 0x00000004 /* overfloat exception flag */ macro