Home
last modified time | relevance | path

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

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