Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmtfsf.c34 FPSCR_VXZDZ | FPSCR_VXIMZ | FPSCR_VXVC | in mtfsf()
H A Dmath.c193 fpscr |= FPSCR_VXZDZ; in record_exception()
208 FPSCR_VXZDZ | FPSCR_VXIMZ | FPSCR_VXVC | in record_exception()
/openbmc/qemu/target/ppc/
H A Dcpu.h834 #define FPSCR_VXZDZ PPC_BIT_NR(42) /* Floating-point invalid op. excp (zero)*/ macro
859 (1 << FPSCR_VXIDI) | (1 << FPSCR_VXZDZ) | \
880 #define FP_VXZDZ (1ull << FPSCR_VXZDZ)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h72 #define FPSCR_VXZDZ 0x00200000 /* Invalid op for Zero / Zero */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h186 #define FPSCR_VXZDZ 0x00200000 /* Invalid op for Zero / Zero */ macro