Home
last modified time | relevance | path

Searched defs:FPSCR_UX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h180 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h66 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h830 #define FPSCR_UX PPC_BIT_NR(36) /* Floating-point underflow exception */ macro