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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpinstr.h66 #define FPSCR_V (1 << 28) macro
H A Dvfpmodule.c160 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V))
161 fpscr &= ~(FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V);
H A Dvfpdouble.c365 ret |= FPSCR_C | FPSCR_V;
375 ret |= FPSCR_C | FPSCR_V;
H A Dvfpsingle.c410 ret |= FPSCR_C | FPSCR_V;
419 ret |= FPSCR_C | FPSCR_V;

Completed in 42 milliseconds