Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds