Home
last modified time | relevance | path

Searched defs:FPSCR_FR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/math-emu/
H A Dmath.c32 #define FPSCR_FR ((FPSCR>>21)&1) macro
/openbmc/qemu/target/sh4/
H A Dcpu.h51 #define FPSCR_FR (1 << 21) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h189 #define FPSCR_FR 0x00040000 /* Fraction rounded */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h75 #define FPSCR_FR 0x00040000 /* Fraction rounded */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h839 #define FPSCR_FR PPC_BIT_NR(45) /* Floating-point fraction rounded */ macro