Home
last modified time | relevance | path

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

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