[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 37/76] target/mips: Drop tcg_temp_free from micromips_translate.c
From: |
Richard Henderson |
Subject: |
[PATCH 37/76] target/mips: Drop tcg_temp_free from micromips_translate.c.inc |
Date: |
Fri, 24 Feb 2023 23:13:48 -1000 |
Translators are no longer required to free tcg temporaries.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/mips/tcg/micromips_translate.c.inc | 8 --------
1 file changed, 8 deletions(-)
diff --git a/target/mips/tcg/micromips_translate.c.inc
b/target/mips/tcg/micromips_translate.c.inc
index 632895cc9e..23f80d4315 100644
--- a/target/mips/tcg/micromips_translate.c.inc
+++ b/target/mips/tcg/micromips_translate.c.inc
@@ -724,9 +724,6 @@ static void gen_ldst_multiple(DisasContext *ctx, uint32_t
opc, int reglist,
break;
#endif
}
- tcg_temp_free(t0);
- tcg_temp_free(t1);
- tcg_temp_free_i32(t2);
}
@@ -1018,8 +1015,6 @@ static void gen_ldst_pair(DisasContext *ctx, uint32_t
opc, int rd,
break;
#endif
}
- tcg_temp_free(t0);
- tcg_temp_free(t1);
}
static void gen_pool32axf(CPUMIPSState *env, DisasContext *ctx, int rt, int rs)
@@ -1067,7 +1062,6 @@ static void gen_pool32axf(CPUMIPSState *env, DisasContext
*ctx, int rt, int rs)
gen_load_gpr(t0, rt);
gen_mtc0(ctx, t0, rs, (ctx->opcode >> 11) & 0x7);
- tcg_temp_free(t0);
}
break;
#endif
@@ -1276,7 +1270,6 @@ static void gen_pool32axf(CPUMIPSState *env, DisasContext
*ctx, int rt, int rs)
* mode.
*/
ctx->base.is_jmp = DISAS_STOP;
- tcg_temp_free(t0);
}
break;
case EI:
@@ -1293,7 +1286,6 @@ static void gen_pool32axf(CPUMIPSState *env, DisasContext
*ctx, int rt, int rs)
*/
gen_save_pc(ctx->base.pc_next + 4);
ctx->base.is_jmp = DISAS_EXIT;
- tcg_temp_free(t0);
}
break;
default:
--
2.34.1
- Re: [PATCH 25/76] target/cris: Drop tcg_temp_free from C code, (continued)
- [PATCH 26/76] target/cris: Drop tcg_temp_free from gen_tcg_funcs.py, Richard Henderson, 2023/02/25
- [PATCH 29/76] target/hppa: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 32/76] target/loongarch: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 27/76] target/hexagon/idef-parser: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 28/76] target/hexagon/idef-parser: Drop HexValue.is_manual, Richard Henderson, 2023/02/25
- [PATCH 30/76] target/i386: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 36/76] target/microblaze: Drop tcg_temp_free, Richard Henderson, 2023/02/25
- [PATCH 37/76] target/mips: Drop tcg_temp_free from micromips_translate.c.inc,
Richard Henderson <=
- [PATCH 31/76] target/loongarch: Drop temp_new, Richard Henderson, 2023/02/25
- [PATCH 33/76] target/m68k: Drop mark_to_release, Richard Henderson, 2023/02/25
- [PATCH 34/76] target/m68k: Drop free_cond, Richard Henderson, 2023/02/25
- [PATCH 35/76] target/m68k: Drop tcg_temp_free, 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 39/76] target/mips: Drop tcg_temp_free from msa_translate.c, 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