Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu.c216 int rnd_type; in fpscr_set_rounding_mode() local
222 rnd_type = float_round_nearest_even; in fpscr_set_rounding_mode()
226 rnd_type = float_round_to_zero; in fpscr_set_rounding_mode()
230 rnd_type = float_round_up; in fpscr_set_rounding_mode()
235 rnd_type = float_round_down; in fpscr_set_rounding_mode()
238 set_float_rounding_mode(rnd_type, &env->fp_status); in fpscr_set_rounding_mode()
/qemu/target/i386/tcg/
H A Dfpu_helper.c3249 int rnd_type; in update_mxcsr_status() local
3252 rnd_type = (mxcsr & SSE_RC_MASK) >> SSE_RC_SHIFT; in update_mxcsr_status()
3253 set_x86_rounding_mode(rnd_type, &env->sse_status); in update_mxcsr_status()