Searched defs:rounding_mode (Results 1 – 6 of 6) sorted by relevance
81 int rounding_mode; in SetRoundingMode() local
107 int rounding_mode = (env->active_tc.msacsr & MSACSR_RM_MASK) >> MSACSR_RM; in restore_msa_fp_status() local
69 static const int rounding_mode[] = { in HELPER() local82 static const int rounding_mode[] = { in HELPER() local
6399 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_d() local6414 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_s() local
155 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local378 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local411 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
595 FloatRoundMode rounding_mode) in do_fri()