Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c179 fpscr |= FPSCR_UX; in record_exception()
215 ((fpscr & FPSCR_UX) && (fpscr & FPSCR_UE)) || in record_exception()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h66 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h180 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h828 #define FPSCR_UX PPC_BIT_NR(36) /* Floating-point underflow exception */ macro
874 #define FP_UX (1ull << FPSCR_UX)
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1181 else if ((fpscr & FPSCR_UE) && (fpscr & FPSCR_UX)) in __parse_fpscr()