Home
last modified time | relevance | path

Searched refs:FP_OVERFLOW (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c59 } else if (GET_FP_CAUSE(env->fcsr0) & FP_OVERFLOW) { in cpu_loop()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c174 } else if (GET_FP_CAUSE(env->active_fpu.fcr31) & FP_OVERFLOW) { in cpu_loop()
/openbmc/qemu/target/loongarch/
H A Dcpu.h82 #define FP_OVERFLOW 4 macro
/openbmc/qemu/target/mips/
H A Dcpu.h95 #define FP_OVERFLOW 4 macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c44 ret |= FP_OVERFLOW; in ieee_ex_to_loongarch()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c188 mips_xcpt |= FP_OVERFLOW; in ieee_to_mips_xcpt()
H A Dmsa_helper.c6199 mips_xcpt |= FP_OVERFLOW; in ieee_to_mips_xcpt_msa()
6255 if ((mips_exception_flags & FP_OVERFLOW) != 0 && in update_msacsr()
6256 (enable & FP_OVERFLOW) == 0) { in update_msacsr()