Home
last modified time | relevance | path

Searched refs:FPSCR_ZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c216 ((fpscr & FPSCR_ZX) && (fpscr & FPSCR_ZE)) || in record_exception()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h85 #define FPSCR_ZE 0x00000010 /* IEEE zero divide exception enable */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h199 #define FPSCR_ZE 0x00000010 /* IEEE zero divide exception enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h852 #define FPSCR_ZE PPC_BIT_NR(59) /* Floating-point zero divide excp enable*/ macro
898 #define FP_ZE (1ull << FPSCR_ZE)
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1185 else if ((fpscr & FPSCR_ZE) && (fpscr & FPSCR_ZX)) in __parse_fpscr()