Lines Matching refs:float_rounding_mode
1186 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_f2xm1()
1189 env->fp_status.float_rounding_mode = float_round_nearest_even; in helper_f2xm1()
1205 env->fp_status.float_rounding_mode = save_mode; in helper_f2xm1()
1285 env->fp_status.float_rounding_mode = save_mode; in helper_f2xm1()
1486 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_fpatan()
1489 env->fp_status.float_rounding_mode = float_round_nearest_even; in helper_fpatan()
1796 env->fp_status.float_rounding_mode = save_mode; in helper_fpatan()
2124 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_fyl2xp1()
2127 env->fp_status.float_rounding_mode = float_round_nearest_even; in helper_fyl2xp1()
2142 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2xp1()
2227 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_fyl2x()
2230 env->fp_status.float_rounding_mode = float_round_nearest_even; in helper_fyl2x()
2248 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2x()
2287 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2x()