Searched refs:FPSCR_V (Results 1 – 4 of 4) sorted by relevance
63 #define FPSCR_V (1 << 28) macro
260 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) in vfp_raise_exceptions()261 fpscr &= ~(FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V); in vfp_raise_exceptions()
365 ret |= FPSCR_C | FPSCR_V; in vfp_compare()375 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
410 ret |= FPSCR_C | FPSCR_V; in vfp_compare()419 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
Completed in 11 milliseconds