Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h99 #define FP_INVALID 16 macro
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c48 ret |= FP_INVALID; in ieee_ex_to_loongarch()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c184 mips_xcpt |= FP_INVALID; in ieee_to_mips_xcpt()
H A Dmsa_helper.c6197 mips_xcpt |= FP_INVALID; in ieee_to_mips_xcpt_msa()
6273 (mips_exception_flags & (FP_INVALID | FP_DIV0)) == 0) { in update_msacsr()