Searched refs:FPSCR_ZX (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dfpu.h45 #define FPSCR_ZX 0x04000000 macro
/freebsd-12-stable/sys/powerpc/fpu/
H A Dfpu_div.c203 fe->fe_cx |= FPSCR_ZX;
220 fe->fe_cx = FPSCR_ZX;
H A Dfpu_sqrt.c223 fe->fe_cx |= FPSCR_ZX;
H A Dfpu_emu.c144 #define FPSR_EX_MSK (FPSCR_VX|FPSCR_OX|FPSCR_UX|FPSCR_ZX| \
/freebsd-12-stable/sys/powerpc/booke/
H A Dspe.c300 if (fpscr & FPSCR_ZX)

Completed in 134 milliseconds