target/mips: Remove gen_helper_0e3i()

gen_helper_0e3i() is unused since commit 895c2d0435
("target-mips: switch to AREG0 free mode"), remove it.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210816205107.2051495-2-f4bug@amsat.org>
This commit is contained in:
Philippe Mathieu-Daudé 2021-08-12 15:45:45 +02:00
parent c1feb46d12
commit b24339bcd0

View File

@ -1249,12 +1249,6 @@ TCGv_i64 fpu_f64[32];
tcg_temp_free_i32(helper_tmp); \ tcg_temp_free_i32(helper_tmp); \
} while (0) } while (0)
#define gen_helper_0e3i(name, arg1, arg2, arg3, arg4) do { \
TCGv_i32 helper_tmp = tcg_const_i32(arg4); \
gen_helper_##name(cpu_env, arg1, arg2, arg3, helper_tmp); \
tcg_temp_free_i32(helper_tmp); \
} while (0)
#define DISAS_STOP DISAS_TARGET_0 #define DISAS_STOP DISAS_TARGET_0
#define DISAS_EXIT DISAS_TARGET_1 #define DISAS_EXIT DISAS_TARGET_1