Searched refs:rnd_type (Results 1 – 2 of 2) sorted by relevance
196 int rnd_type; in fpscr_set_rounding_mode() local202 rnd_type = float_round_nearest_even; in fpscr_set_rounding_mode()206 rnd_type = float_round_to_zero; in fpscr_set_rounding_mode()210 rnd_type = float_round_up; in fpscr_set_rounding_mode()215 rnd_type = float_round_down; in fpscr_set_rounding_mode()218 set_float_rounding_mode(rnd_type, &env->fp_status); in fpscr_set_rounding_mode()
3223 int rnd_type; in update_mxcsr_status() local3226 rnd_type = (mxcsr & SSE_RC_MASK) >> SSE_RC_SHIFT; in update_mxcsr_status()3227 set_x86_rounding_mode(rnd_type, &env->sse_status); in update_mxcsr_status()