[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 46/76] target/mips: Drop tcg_temp_free from vr54xx_translate.c
From: |
Richard Henderson |
Subject: |
[PATCH 46/76] target/mips: Drop tcg_temp_free from vr54xx_translate.c |
Date: |
Fri, 24 Feb 2023 23:13:57 -1000 |
Translators are no longer required to free tcg temporaries.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/mips/tcg/vr54xx_translate.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/mips/tcg/vr54xx_translate.c
b/target/mips/tcg/vr54xx_translate.c
index a7d241e4e7..804672f84c 100644
--- a/target/mips/tcg/vr54xx_translate.c
+++ b/target/mips/tcg/vr54xx_translate.c
@@ -49,10 +49,6 @@ static bool trans_mult_acc(DisasContext *ctx, arg_r *a,
gen_helper_mult_acc(t0, cpu_env, t0, t1);
gen_store_gpr(t0, a->rd);
-
- tcg_temp_free(t0);
- tcg_temp_free(t1);
-
return true;
}
--
2.34.1
- [PATCH 39/76] target/mips: Drop tcg_temp_free from msa_translate.c, (continued)
- [PATCH 39/76] target/mips: Drop tcg_temp_free from msa_translate.c, Richard Henderson, 2023/02/25
- [PATCH 38/76] target/mips: Drop tcg_temp_free from mips16e_translate.c.inc, Richard Henderson, 2023/02/25
- [PATCH 37/76] target/mips: Drop tcg_temp_free from micromips_translate.c.inc, Richard Henderson, 2023/02/25
- [PATCH 40/76] target/mips: Drop tcg_temp_free from mxu_translate.c, Richard Henderson, 2023/02/25
- [PATCH 41/76] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc, Richard Henderson, 2023/02/25
- [PATCH 43/76] target/mips: Drop tcg_temp_free from translate_addr_const.c, Richard Henderson, 2023/02/25
- [PATCH 42/76] target/mips: Drop tcg_temp_free from octeon_translate.c, Richard Henderson, 2023/02/25
- [PATCH 45/76] target/mips: Fix trans_mult_acc return, Richard Henderson, 2023/02/25
- [PATCH 48/76] target/nios2: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 46/76] target/mips: Drop tcg_temp_free from vr54xx_translate.c,
Richard Henderson <=
- [PATCH 44/76] target/mips: Drop tcg_temp_free from tx79_translate.c, Richard Henderson, 2023/02/25
- [PATCH 49/76] target/openrisc: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 47/76] target/mips: Drop tcg_temp_free from translate.c, Richard Henderson, 2023/02/25
- [PATCH 52/76] target/riscv: Drop temp_new, Richard Henderson, 2023/02/25
- [PATCH 55/76] target/s390x: Use tcg_constant_* in local contexts, Richard Henderson, 2023/02/25
- [PATCH 51/76] target/riscv: Drop ftemp_new, Richard Henderson, 2023/02/25