Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c183 fpscr |= FPSCR_XX; in record_exception()
217 ((fpscr & FPSCR_XX) && (fpscr & FPSCR_XE))) in record_exception()
/openbmc/qemu/target/ppc/
H A Dcpu.c227 if ((val >> FPSCR_XX) & (val >> FPSCR_XE) & 0x1f) { in ppc_store_fpscr()
H A Dcpu.h832 #define FPSCR_XX PPC_BIT_NR(38) /* Floating-point inexact exception */ macro
878 #define FP_XX (1ull << FPSCR_XX)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h68 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h182 #define FPSCR_XX 0x02000000 /* Inexact exception summary */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1189 else if ((fpscr & FPSCR_XE) && (fpscr & FPSCR_XX)) in __parse_fpscr()