Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/math-emu/
Dmath.c200 fpscr &= ~(FPSCR_FEX); in record_exception()
206 fpscr |= FPSCR_FEX; in record_exception()
210 return (fpscr & FPSCR_FEX) ? 1 : 0; in record_exception()
/linux-2.4.37.9/include/asm-ppc64/
Dprocessor.h97 #define FPSCR_FEX 0x40000000 /* FPU enabled exception summary */ macro
/linux-2.4.37.9/include/asm-ppc/
Dprocessor.h70 #define FPSCR_FEX 0x40000000 /* FPU enabled exception summary */ macro