Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds