Home
last modified time | relevance | path

Searched refs:FPSCR_Z (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds