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

/linux-master/arch/powerpc/math-emu/
H A Dfdiv.c44 FP_SET_EXCEPTION(EFLAG_DIVZERO);
45 if (__FPU_TRAP_P(EFLAG_DIVZERO))
H A Dfdivs.c45 FP_SET_EXCEPTION(EFLAG_DIVZERO);
46 if (__FPU_TRAP_P(EFLAG_DIVZERO))
H A Dmath.c180 if (eflag & EFLAG_DIVZERO)
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h332 #define EFLAG_DIVZERO (1 << (31 - 5)) macro

Completed in 122 milliseconds