Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h874 #define FP_UX (1ull << FPSCR_UX) macro
909 #define FP_EX_CLEAR_BITS (FP_FX | FP_OX | FP_UX | FP_ZX | \
H A Ddfp_helper.c287 dfp_set_FPSCR_flag(dfp, FP_UX, FP_UE); in dfp_check_for_UX()
H A Dfpu_helper.c331 env->fpscr |= FP_UX; in float_underflow_excp()
398 } else if ((fpscr & FP_UX) && (fpscr & FP_UE)) { in do_fpscr_check_status()