Searched refs:FP_OVERFLOW (Results 1 – 7 of 7) sorted by relevance
59 } else if (GET_FP_CAUSE(env->fcsr0) & FP_OVERFLOW) { in cpu_loop()
174 } else if (GET_FP_CAUSE(env->active_fpu.fcr31) & FP_OVERFLOW) { in cpu_loop()
82 #define FP_OVERFLOW 4 macro
95 #define FP_OVERFLOW 4 macro
44 ret |= FP_OVERFLOW; in ieee_ex_to_loongarch()
188 mips_xcpt |= FP_OVERFLOW; in ieee_to_mips_xcpt()
6199 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()