Home
last modified time | relevance | path

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

/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c81 int rounding_mode; in SetRoundingMode() local
/qemu/target/mips/
H A Dfpu_helper.h107 int rounding_mode = (env->active_tc.msacsr & MSACSR_RM_MASK) >> MSACSR_RM; in restore_msa_fp_status() local
/qemu/target/xtensa/
H A Dfpu_helper.c69 static const int rounding_mode[] = { in HELPER() local
82 static const int rounding_mode[] = { in HELPER() local
H A Dtranslate.c6399 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_d() local
6414 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_s() local
/qemu/target/m68k/
H A Dfpu_helper.c155 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
378 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
411 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
/qemu/target/ppc/
H A Dfpu_helper.c595 FloatRoundMode rounding_mode) in do_fri()