Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h87 #define FPSCR_NI 0x00000004 /* FPU non IEEE-Mode */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h201 #define FPSCR_NI 0x00000004 /* FPU non IEEE-Mode */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h856 #define FPSCR_NI PPC_BIT_NR(61) /* Floating-point non-IEEE mode */ macro
902 #define FP_NI (1ull << FPSCR_NI)
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc653 if (likely(crb != FPSCR_FEX && crb != FPSCR_VX && crb != FPSCR_NI)) {