Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.h877 #define FP_VXISI (1ull << FPSCR_VXISI) macro
909 FP_XX | FP_VXSNAN | FP_VXISI | FP_VXIDI | \
H A Ddfp_helper.c330 dfp_set_FPSCR_flag(dfp, FP_VX | FP_VXISI, FP_VE); in dfp_check_for_VXISI()
H A Dfpu_helper.c214 env->fpscr |= FP_VXISI; in float_invalid_op_vxisi()
409 } else if (fpscr & FP_VXISI) { in do_fpscr_check_status()