Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dtraps.c335 else if ((fpscr & FPSCR_OE) && (fpscr & FPSCR_OX)) in parse_fpe()
/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c202 ((fpscr & FPSCR_OX) && (fpscr & FPSCR_OE)) || in record_exception()
/linux-2.4.37.9/include/asm-ppc64/
Dprocessor.h117 #define FPSCR_OE 0x00000040 /* IEEE overflow exception enable */ macro
/linux-2.4.37.9/include/asm-ppc/
Dprocessor.h90 #define FPSCR_OE 0x00000040 /* IEEE overflow exception enable */ macro