Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.c196 int rnd_type; in fpscr_set_rounding_mode() local
202 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()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c3223 int rnd_type; in update_mxcsr_status() local
3226 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()