Home
last modified time | relevance | path

Searched refs:FPSCR_V (Results 1 – 4 of 4) sorted by relevance

/arch/arm/vfp/
Dvfpinstr.h66 #define FPSCR_V (1 << 28) macro
Dvfpmodule.c269 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()
Dvfpsingle.c410 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
419 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
Dvfpdouble.c365 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
375 ret |= FPSCR_C | FPSCR_V; in vfp_compare()