Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.h840 #define FPSCR_VXVC PPC_BIT_NR(44) /* Floating-point invalid op. excp (comp)*/ macro
864 (1 << FPSCR_VXIMZ) | (1 << FPSCR_VXVC) | \
886 #define FP_VXVC (1ull << FPSCR_VXVC)