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

/freebsd-13-stable/sys/powerpc/include/
H A Dfpu.h45 #define FPSCR_ZX 0x04000000 macro
/freebsd-13-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.c145 #define FPSR_EX_MSK (FPSCR_VX|FPSCR_OX|FPSCR_UX|FPSCR_ZX| \
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dfpu.c250 if (reg & FPSCR_ZX)
/freebsd-13-stable/sys/powerpc/booke/
H A Dspe.c305 if (fpscr & FPSCR_ZX)

Completed in 66 milliseconds