Home
last modified time | relevance | path

Searched refs:EFLAG_DIVZERO (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dfdiv.c42 ret |= EFLAG_DIVZERO; in fdiv()
43 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdiv()
Dfdivs.c43 ret |= EFLAG_DIVZERO; in fdivs()
44 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdivs()
Dsfp-machine.h366 #define EFLAG_DIVZERO (1 << (31 - 5)) macro
Dmath.c170 if (eflag & EFLAG_DIVZERO) in record_exception()