Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h879 #define FP_VXIDI (1ull << FPSCR_VXIDI) macro
910 FP_XX | FP_VXSNAN | FP_VXISI | FP_VXIDI | \
H A Ddfp_helper.c367 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXIDI, FP_VE); in dfp_check_for_VXIDI()
H A Dfpu_helper.c222 env->fpscr |= FP_VXIDI; in float_invalid_op_vxidi()
411 } else if (fpscr & FP_VXIDI) { in do_fpscr_check_status()