Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dcpu_loop.c55 if (GET_FP_CAUSE(env->fcsr0) & FP_INVALID) { in cpu_loop()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c170 if (GET_FP_CAUSE(env->active_fpu.fcr31) & FP_INVALID) { in cpu_loop()
/openbmc/qemu/target/loongarch/
H A Dcpu.h84 #define FP_INVALID 16 macro
/openbmc/qemu/target/mips/
H A Dcpu.h97 #define FP_INVALID 16 macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c41 ret |= FP_INVALID; in ieee_ex_to_loongarch()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c185 mips_xcpt |= FP_INVALID; in ieee_to_mips_xcpt()
H A Dmsa_helper.c6196 mips_xcpt |= FP_INVALID; in ieee_to_mips_xcpt_msa()
6272 (mips_exception_flags & (FP_INVALID | FP_DIV0)) == 0) { in update_msacsr()