Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.h870 #define FP_VXVC (1ull << FPSCR_VXVC) macro
899 FP_VXZDZ | FP_VXIMZ | FP_VXVC | FP_VXSOFT | \
H A Ddfp_helper.c375 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXVC, FP_VE); in dfp_check_for_VXVC()
H A Dfpu_helper.c254 env->fpscr |= FP_VXVC; in float_invalid_op_vxvc()
417 } else if (fpscr & FP_VXVC) { in do_fpscr_check_status()