Home
last modified time | relevance | path

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

/arch/powerpc/math-emu/
Dfdiv.c43 FP_SET_EXCEPTION(EFLAG_DIVZERO); in fdiv()
44 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdiv()
Dfdivs.c44 FP_SET_EXCEPTION(EFLAG_DIVZERO); in fdivs()
45 if (__FPU_TRAP_P(EFLAG_DIVZERO)) in fdivs()
Dmath.c167 if (eflag & EFLAG_DIVZERO) in record_exception()
/arch/powerpc/include/asm/
Dsfp-machine.h366 #define EFLAG_DIVZERO (1 << (31 - 5)) macro