Home
last modified time | relevance | path

Searched refs:FPSCR_ZX (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_div.c197 fe->fe_cx |= FPSCR_ZX; in fpu_div()
214 fe->fe_cx = FPSCR_ZX; in fpu_div()
H A Dfpu_sqrt.c217 fe->fe_cx |= FPSCR_ZX; in fpu_sqrt()
H A Dfpu_emu.c140 #define FPSR_EX_MSK (FPSCR_VX|FPSCR_OX|FPSCR_UX|FPSCR_ZX| \
/freebsd/sys/powerpc/include/
H A Dfpu.h44 #define FPSCR_ZX 0x04000000 macro
/freebsd/sys/powerpc/powerpc/
H A Dfpu.c248 if (reg & FPSCR_ZX) in get_fpu_exception()
/freebsd/sys/powerpc/booke/
H A Dspe.c302 if (fpscr & FPSCR_ZX) in fpscr_to_spefscr()