Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dfpu_helper.c150 fprf = neg ? 0x08 << FPSCR_FPRF : 0x04 << FPSCR_FPRF; \
152 fprf = neg ? 0x12 << FPSCR_FPRF : 0x02 << FPSCR_FPRF; \
154 fprf = neg ? 0x18 << FPSCR_FPRF : 0x14 << FPSCR_FPRF; \
156 fprf = neg ? 0x09 << FPSCR_FPRF : 0x05 << FPSCR_FPRF; \
160 fprf = 0x00 << FPSCR_FPRF; \
162 fprf = 0x11 << FPSCR_FPRF; \
H A Ddfp_helper.c255 dfp->env->fpscr |= (fprf << FPSCR_FPRF); in dfp_set_FPRF_from_FRT_with_context()
H A Dcpu.h844 #define FPSCR_FPRF PPC_BIT_NR(51) /* Floating-point result flags */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h77 #define FPSCR_FPRF 0x0001f000 /* FPU Result Flags */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h191 #define FPSCR_FPRF 0x0001f000 /* FPU Result Flags */ macro