Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/ppc64/
H A Dmtfsf.c12 #define FPSCR_FI 17 /* Floating-point fraction inexact */ macro
16 #define FP_FI (1ull << FPSCR_FI)
/openbmc/qemu/target/ppc/
H A Dcpu.h838 #define FPSCR_FI PPC_BIT_NR(46) /* Floating-point fraction inexact */ macro
864 FIELD(FPSCR, FI, FPSCR_FI, 1)
884 #define FP_FI (1ull << FPSCR_FI)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h76 #define FPSCR_FI 0x00020000 /* Fraction inexact */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h190 #define FPSCR_FI 0x00020000 /* Fraction inexact */ macro