Searched refs:FPSCR_Z (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.h64 #define FPSCR_Z (1 << 30) 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.c388 ret |= FPSCR_Z | FPSCR_C;
H A Dvfpsingle.c432 ret |= FPSCR_Z | FPSCR_C;

Completed in 102 milliseconds