Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c181 fpscr |= FPSCR_ZX; in record_exception()
216 ((fpscr & FPSCR_ZX) && (fpscr & FPSCR_ZE)) || in record_exception()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h67 #define FPSCR_ZX 0x04000000 /* Zero-devide exception summary */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h181 #define FPSCR_ZX 0x04000000 /* Zero-divide exception summary */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h829 #define FPSCR_ZX PPC_BIT_NR(37) /* Floating-point zero divide exception */ macro
875 #define FP_ZX (1ull << FPSCR_ZX)
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1185 else if ((fpscr & FPSCR_ZE) && (fpscr & FPSCR_ZX)) in __parse_fpscr()