Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/vfp/
H A Dvfpinstr.h62 #define FPSCR_C (1 << 29) macro
H A 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()
H A 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()
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()
/openbmc/qemu/target/ppc/
H A Dcpu.h839 #define FPSCR_C PPC_BIT_NR(47) /* Floating-point result class descriptor*/ macro
885 #define FP_C (1ull << FPSCR_C)