Searched defs:rounding_mode (Results 1 – 6 of 6) sorted by relevance
81 int rounding_mode = (env->active_tc.msacsr & MSACSR_RM_MASK) >> MSACSR_RM; in restore_msa_fp_status() local
76 int rounding_mode; in SetRoundingMode() local
156 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local379 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local412 FloatRoundMode rounding_mode = get_float_rounding_mode(&env->fp_status); in HELPER() local
69 static const int rounding_mode[] = { in HELPER() local82 static const int rounding_mode[] = { in HELPER() local
6400 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_d() local6415 TCGv_i32 rounding_mode = tcg_constant_i32(par[0]); in translate_ftoi_s() local
597 FloatRoundMode rounding_mode) in do_fri()