Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c215 ((fpscr & FPSCR_UX) && (fpscr & FPSCR_UE)) || in record_exception()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h84 #define FPSCR_UE 0x00000020 /* IEEE underflow exception enable */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h198 #define FPSCR_UE 0x00000020 /* IEEE underflow exception enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h851 #define FPSCR_UE PPC_BIT_NR(58) /* Floating-point underflow excp. enable */ macro
897 #define FP_UE (1ull << FPSCR_UE)
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1181 else if ((fpscr & FPSCR_UE) && (fpscr & FPSCR_UX)) in __parse_fpscr()