Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsfp-machine.h331 #define EFLAG_UNDERFLOW (1 << (31 - 4)) macro
/arch/powerpc/math-emu/
Dmath.c177 if (eflag & EFLAG_UNDERFLOW) in record_exception()