Home
last modified time | relevance | path

Searched refs:FP_OE (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dcpu.c231 env->fp_status.rebias_overflow = (FP_OE & env->fpscr) ? true : false; in ppc_store_fpscr()
H A Dcpu.h895 #define FP_OE (1ull << FPSCR_OE) macro
904 #define FP_ENABLES (FP_VE | FP_OE | FP_UE | FP_ZE | FP_XE)
H A Ddfp_helper.c280 dfp_set_FPSCR_flag(dfp, FP_OX, FP_OE); in dfp_check_for_OX()
H A Dfpu_helper.c315 bool overflow_enabled = !!(env->fpscr & FP_OE); in float_overflow_excp()
396 if ((fpscr & FP_OX) && (fpscr & FP_OE)) { in do_fpscr_check_status()