Searched refs:FPSCR_Z (Results 1 – 4 of 4) sorted by relevance
64 #define FPSCR_Z (1 << 30) macro
269 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) in vfp_raise_exceptions()270 fpscr &= ~(FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V); in vfp_raise_exceptions()
432 ret |= FPSCR_Z | FPSCR_C; in vfp_compare()
388 ret |= FPSCR_Z | FPSCR_C; in vfp_compare()