Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsfp-machine.h330 #define EFLAG_OVERFLOW (1 << (31 - 3)) macro
/linux-6.1.9/arch/powerpc/math-emu/
Dmath.c176 if (eflag & EFLAG_OVERFLOW) in record_exception()