Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dfpu_helper.h16 static inline void restore_rounding_mode(CPUMIPSState *env) in restore_rounding_mode() function
42 restore_rounding_mode(env); in restore_fp_status()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c415 restore_rounding_mode(env); in helper_float_round_l_d()
431 restore_rounding_mode(env); in helper_float_round_l_s()
447 restore_rounding_mode(env); in helper_float_round_w_d()
463 restore_rounding_mode(env); in helper_float_round_w_s()
531 restore_rounding_mode(env); in helper_float_ceil_l_d()
546 restore_rounding_mode(env); in helper_float_ceil_l_s()
561 restore_rounding_mode(env); in helper_float_ceil_w_d()
576 restore_rounding_mode(env); in helper_float_ceil_w_s()
591 restore_rounding_mode(env); in helper_float_floor_l_d()
606 restore_rounding_mode(env); in helper_float_floor_l_s()
[all …]
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c120 static void restore_rounding_mode(CPUM68KState *env) in restore_rounding_mode() function
145 restore_rounding_mode(env); in cpu_m68k_restore_fp_status()