Home
last modified time | relevance | path

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

/linux/arch/arm/vfp/
H A Dvfpinstr.h61 #define FPSCR_Z (1 << 30) macro
H 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()
H A Dvfpsingle.c432 ret |= FPSCR_Z | FPSCR_C; in vfp_compare()
H A Dvfpdouble.c388 ret |= FPSCR_Z | FPSCR_C; in vfp_compare()