Home
last modified time | relevance | path

Searched refs:FPSCR_ZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/math-emu/
A Dmath.c216 ((fpscr & FPSCR_ZX) && (fpscr & FPSCR_ZE)) || in record_exception()
/linux/arch/powerpc/include/asm/
A Dreg.h199 #define FPSCR_ZE 0x00000010 /* IEEE zero divide exception enable */ macro
/linux/arch/powerpc/kernel/
A Dtraps.c1168 else if ((fpscr & FPSCR_ZE) && (fpscr & FPSCR_ZX)) in __parse_fpscr()

Completed in 13 milliseconds