Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dfpu_helper.h11 extern const FloatRoundMode ieee_rm[4];
18 set_float_rounding_mode(ieee_rm[env->active_fpu.fcr31 & 3], in restore_rounding_mode()
62 set_float_rounding_mode(ieee_rm[rounding_mode], status); in restore_msa_fp_status()
H A Dfpu.c13 const FloatRoundMode ieee_rm[4] = { variable
/openbmc/qemu/target/loongarch/
H A Dfpu_helper.c22 static const FloatRoundMode ieee_rm[4] = { variable
31 set_float_rounding_mode(ieee_rm[(env->fcsr0 >> FCSR0_RM) & 0x3], in restore_fp_status()
877 set_float_rounding_mode(ieee_rm[(env->fcsr0 >> FCSR0_RM) & 0x3], in helper_set_rounding_mode()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7913 set_float_rounding_mode(ieee_rm[(env->active_tc.msacsr & \