Searched refs:EFLAG_OVERFLOW (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ | ||
D | sfp-machine.h | 330 #define EFLAG_OVERFLOW (1 << (31 - 3)) macro |
/linux-6.1.9/arch/powerpc/math-emu/ | ||
D | math.c | 176 if (eflag & EFLAG_OVERFLOW) in record_exception() |