Home
last modified time | relevance | path

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

/arch/arm/vfp/
Dvfpinstr.h65 #define FPSCR_C (1 << 29) macro
Dvfpsingle.c410 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
419 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
432 ret |= FPSCR_Z | FPSCR_C; in vfp_compare()
446 ret |= FPSCR_C; in vfp_compare()
456 ret |= FPSCR_C; in vfp_compare()
Dvfpdouble.c365 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
375 ret |= FPSCR_C | FPSCR_V; in vfp_compare()
388 ret |= FPSCR_Z | FPSCR_C; in vfp_compare()
402 ret |= FPSCR_C; in vfp_compare()
412 ret |= FPSCR_C; in vfp_compare()
Dvfpmodule.c269 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) in vfp_raise_exceptions()
270 fpscr &= ~(FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V); in vfp_raise_exceptions()