Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h876 #define FP_XX (1ull << FPSCR_XX) macro
910 FP_XX | FP_VXSNAN | FP_VXISI | FP_VXIDI | \
H A Ddfp_helper.c294 dfp_set_FPSCR_flag(dfp, FP_XX | FP_FI, FP_XE); in dfp_check_for_XX()
H A Dfpu_helper.c347 env->fpscr |= FP_XX; in float_inexact_excp()
400 } else if ((fpscr & FP_XX) && (fpscr & FP_XE)) { in do_fpscr_check_status()