Home
last modified time | relevance | path

Searched defs:FPSCR_VXSOFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/ppc64/
H A Dmtfsf.c11 #define FPSCR_VXSOFT 10 /* Floating-point invalid operation exception (soft) */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h193 #define FPSCR_VXSOFT 0x00000400 /* Invalid op for software request */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h79 #define FPSCR_VXSOFT 0x00000400 /* Invalid op for software request */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h848 #define FPSCR_VXSOFT PPC_BIT_NR(53) /* Floating-point invalid op. excp (soft)*/ macro