Searched refs:EFLAG_UNDERFLOW (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/include/asm/ | ||
D | sfp-machine.h | 331 #define EFLAG_UNDERFLOW (1 << (31 - 4)) macro |
/arch/powerpc/math-emu/ | ||
D | math.c | 177 if (eflag & EFLAG_UNDERFLOW) in record_exception() |