Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1186 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_f2xm1() local
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() local
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() local
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() local
2248 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2x()
2287 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2x()