[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 38/76] target/mips: Drop tcg_temp_free from mips16e_translate.c.i
From: |
Richard Henderson |
Subject: |
[PATCH 38/76] target/mips: Drop tcg_temp_free from mips16e_translate.c.inc |
Date: |
Fri, 24 Feb 2023 23:13:49 -1000 |
Translators are no longer required to free tcg temporaries.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/mips/tcg/mips16e_translate.c.inc | 6 ------
1 file changed, 6 deletions(-)
diff --git a/target/mips/tcg/mips16e_translate.c.inc
b/target/mips/tcg/mips16e_translate.c.inc
index 918b15d55c..602f5f0c02 100644
--- a/target/mips/tcg/mips16e_translate.c.inc
+++ b/target/mips/tcg/mips16e_translate.c.inc
@@ -280,9 +280,6 @@ static void gen_mips16_save(DisasContext *ctx,
tcg_gen_movi_tl(t2, -framesize);
gen_op_addr_add(ctx, cpu_gpr[29], cpu_gpr[29], t2);
- tcg_temp_free(t0);
- tcg_temp_free(t1);
- tcg_temp_free(t2);
}
static void gen_mips16_restore(DisasContext *ctx,
@@ -386,9 +383,6 @@ static void gen_mips16_restore(DisasContext *ctx,
tcg_gen_movi_tl(t2, framesize);
gen_op_addr_add(ctx, cpu_gpr[29], cpu_gpr[29], t2);
- tcg_temp_free(t0);
- tcg_temp_free(t1);
- tcg_temp_free(t2);
}
#if defined(TARGET_MIPS64)
--
2.34.1
- [PATCH 30/76] target/i386: Drop tcg_temp_free, (continued)
- [PATCH 30/76] target/i386: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 31/76] target/loongarch: Drop temp_new, Richard Henderson, 2023/02/25
- [PATCH 34/76] target/m68k: Drop free_cond, Richard Henderson, 2023/02/25
- [PATCH 36/76] target/microblaze: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 33/76] target/m68k: Drop mark_to_release, Richard Henderson, 2023/02/25
- [PATCH 32/76] target/loongarch: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 35/76] target/m68k: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [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 <=
- [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, 2023/02/25
- [PATCH 44/76] target/mips: Drop tcg_temp_free from tx79_translate.c, Richard Henderson, 2023/02/25