Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h870 #define FP_VXZDZ (1ull << FPSCR_VXZDZ) macro
901 FP_VXZDZ | FP_VXIMZ | FP_VXVC | FP_VXSOFT | \
H A Ddfp_helper.c359 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXZDZ, FP_VE); in dfp_check_for_VXZDZ()
H A Dfpu_helper.c230 env->fpscr |= FP_VXZDZ; in float_invalid_op_vxzdz()
413 } else if (fpscr & FP_VXZDZ) { in do_fpscr_check_status()