Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dop_helper.c2297 (xcpt & FP_OVERFLOW) << 1 | in mips_ex_to_ieee()
2366 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtl_d()
2378 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtl_s()
2404 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) { in helper_float_cvtpw_ps()
2468 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtw_s()
2480 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtw_d()
2494 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundl_d()
2508 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundl_s()
2522 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundw_d()
2536 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundw_s()
[all …]
Dcpu.h108 #define FP_OVERFLOW 4 macro