Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dtraps.c343 else if ((fpscr & FPSCR_ZE) && (fpscr & FPSCR_ZX)) in parse_fpe()
/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c204 ((fpscr & FPSCR_ZX) && (fpscr & FPSCR_ZE)) || in record_exception()
/linux-2.4.37.9/include/asm-ppc64/
Dprocessor.h119 #define FPSCR_ZE 0x00000010 /* IEEE zero divide exception enable */ macro
/linux-2.4.37.9/include/asm-ppc/
Dprocessor.h92 #define FPSCR_ZE 0x00000010 /* IEEE zero divide exception enable */ macro