Home
last modified time | relevance | path

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

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