Home
last modified time | relevance | path

Searched refs:FP_UE (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/tcg/ppc64/
H A Dmffsce.c12 #define FP_UE (1ull << PPC_BIT_NR(58)) macro
21 uint64_t test_value = FP_VE | FP_UE | FP_ZE | in main()
/qemu/target/ppc/
H A Dcpu.c232 env->fp_status.rebias_underflow = (FP_UE & env->fpscr) ? true : false; in ppc_store_fpscr()
H A Dcpu.h896 #define FP_UE (1ull << FPSCR_UE) macro
904 #define FP_ENABLES (FP_VE | FP_OE | FP_UE | FP_ZE | FP_XE)
H A Ddfp_helper.c287 dfp_set_FPSCR_flag(dfp, FP_UX, FP_UE); in dfp_check_for_UX()
H A Dfpu_helper.c334 if (env->fpscr & FP_UE) { in float_underflow_excp()
398 } else if ((fpscr & FP_UX) && (fpscr & FP_UE)) { in do_fpscr_check_status()