Home
last modified time | relevance | path

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

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