Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds