Home
last modified time | relevance | path

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

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