Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath.c179 fpscr |= FPSCR_UX; in record_exception()
215 ((fpscr & FPSCR_UX) && (fpscr & FPSCR_UE)) || in record_exception()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h66 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h183 #define FPSCR_UX 0x08000000 /* Underflow exception summary */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1176 else if ((fpscr & FPSCR_UE) && (fpscr & FPSCR_UX)) in __parse_fpscr()