Home
last modified time | relevance | path

Searched defs:rounding_mode (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/mips/
H A Dfpu_helper.h59 int rounding_mode = (env->active_tc.msacsr & MSACSR_RM_MASK) >> MSACSR_RM; in restore_msa_fp_status() local
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c58 int rounding_mode; in SetRoundingMode() local
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c156 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
307 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
340 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c62 static const int rounding_mode[] = { in HELPER() local
75 static const int rounding_mode[] = { in HELPER() local
H A Dtranslate.c6429 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_d() local
6444 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_s() local
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c679 FloatRoundMode rounding_mode) in do_fri()