Lines Matching refs:fcr31
2039 set_float_rounding_mode(ieee_rm[env->active_fpu.fcr31 & 3], &env->active_fpu.fp_status)
2042 set_flush_to_zero((env->active_fpu.fcr31 & (1 << 24)) != 0, &env->active_fpu.fp_status);
2053 arg1 = ((env->active_fpu.fcr31 >> 24) & 0xfe) | ((env->active_fpu.fcr31 >> 23) & 0x1); in helper_cfc1()
2056 arg1 = env->active_fpu.fcr31 & 0x0003f07c; in helper_cfc1()
2059 arg1 = (env->active_fpu.fcr31 & 0x00000f83) | ((env->active_fpu.fcr31 >> 22) & 0x4); in helper_cfc1()
2062 arg1 = (int32_t)env->active_fpu.fcr31; in helper_cfc1()
2075 env->active_fpu.fcr31 = (env->active_fpu.fcr31 & 0x017fffff) | ((arg1 & 0xfe) << 24) | in helper_ctc1()
2081 env->active_fpu.fcr31 = (env->active_fpu.fcr31 & 0xfffc0f83) | (arg1 & 0x0003f07c); in helper_ctc1()
2086 env->active_fpu.fcr31 = (env->active_fpu.fcr31 & 0xfefff07c) | (arg1 & 0x00000f83) | in helper_ctc1()
2092 env->active_fpu.fcr31 = arg1; in helper_ctc1()
2102 if ((GET_FP_ENABLE(env->active_fpu.fcr31) | 0x20) & GET_FP_CAUSE(env->active_fpu.fcr31)) in helper_ctc1()
2128 SET_FP_CAUSE(env->active_fpu.fcr31, tmp); in update_fcr31()
2129 if (GET_FP_ENABLE(env->active_fpu.fcr31) & tmp) in update_fcr31()
2132 UPDATE_FP_FLAGS(env->active_fpu.fcr31, tmp); in update_fcr31()
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()
2370 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_truncl_d()
2382 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_truncl_s()
2394 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_truncw_d()
2406 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_truncw_s()
2420 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_ceill_d()
2434 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_ceill_s()
2448 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_ceilw_d()
2462 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_ceilw_s()
2476 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_floorl_d()
2490 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_floorl_s()
2504 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_floorw_d()
2518 if (GET_FP_CAUSE(env->active_fpu.fcr31) & (FP_OVERFLOW | FP_INVALID)) in helper_float_floorw_s()
2668 if (GET_FP_CAUSE(env->active_fpu.fcr31) & FP_INVALID) \
2680 if (GET_FP_CAUSE(env->active_fpu.fcr31) & FP_INVALID) \
2698 if (GET_FP_CAUSE(env->active_fpu.fcr31) & FP_INVALID) { \