Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1163 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_f2xm1() local
1182 env->fp_status.float_rounding_mode = save_mode; in helper_f2xm1()
1262 env->fp_status.float_rounding_mode = save_mode; in helper_f2xm1()
1461 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_fpatan() local
1771 env->fp_status.float_rounding_mode = save_mode; in helper_fpatan()
2098 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_fyl2xp1() local
2116 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2xp1()
2201 FloatRoundMode save_mode = env->fp_status.float_rounding_mode; in helper_fyl2x() local
2222 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2x()
2261 env->fp_status.float_rounding_mode = save_mode; in helper_fyl2x()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c811 enum flow_control save_mode; in sky2_wol_init() local
824 save_mode = sky2->flow_mode; in sky2_wol_init()
835 sky2->flow_mode = save_mode; in sky2_wol_init()