Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dop_helper.c2121 (xcpt & FP_INVALID) >> 4; in mips_ex_to_ieee()
2188 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtl_d()
2200 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtl_s()
2226 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) { in helper_float_cvtpw_ps()
2290 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtw_s()
2302 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_cvtw_d()
2316 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundl_d()
2330 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundl_s()
2344 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundw_d()
2358 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_roundw_s()
[all …]
Dcpu.h102 #define FP_INVALID 16 macro