Searched refs:ieee_rm (Results 1 – 4 of 4) sorted by relevance
11 extern const FloatRoundMode ieee_rm[4];18 set_float_rounding_mode(ieee_rm[env->active_fpu.fcr31 & 3], in restore_rounding_mode()62 set_float_rounding_mode(ieee_rm[rounding_mode], status); in restore_msa_fp_status()
13 const FloatRoundMode ieee_rm[4] = { variable
22 static const FloatRoundMode ieee_rm[4] = { variable31 set_float_rounding_mode(ieee_rm[(env->fcsr0 >> FCSR0_RM) & 0x3], in restore_fp_status()877 set_float_rounding_mode(ieee_rm[(env->fcsr0 >> FCSR0_RM) & 0x3], in helper_set_rounding_mode()
7913 set_float_rounding_mode(ieee_rm[(env->active_tc.msacsr & \