Home
last modified time | relevance | path

Searched refs:FPSCR_FEX (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dmtfsf.c31 ~(FPSCR_VX | FPSCR_FEX | 0x800); in mtfsf()
43 fpscr |= FPSCR_FEX; in mtfsf()
H A Dmath.c212 fpscr &= ~(FPSCR_FEX); in record_exception()
218 fpscr |= FPSCR_FEX; in record_exception()
222 return (fpscr & FPSCR_FEX) ? 1 : 0; in record_exception()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc633 if (likely(crb != FPSCR_FEX && crb != FPSCR_VX)) {
653 if (likely(crb != FPSCR_FEX && crb != FPSCR_VX && crb != FPSCR_NI)) {
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h63 #define FPSCR_FEX 0x40000000 /* FPU enabled exception summary */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h177 #define FPSCR_FEX 0x40000000 /* FPU enabled exception summary */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h827 #define FPSCR_FEX PPC_BIT_NR(33) /* Floating-point enabled exception summ.*/ macro
873 #define FP_FEX (1ull << FPSCR_FEX)