|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 53/81] tcg: Merge INDEX_op_add_{i32,i64} |
Date: | Wed, 8 Jan 2025 18:50:14 +0100 |
User-agent: | Mozilla Thunderbird |
On 7/1/25 09:00, Richard Henderson wrote:
Rely on TCGOP_TYPE instead of opcodes specific to each type. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- include/tcg/tcg-opc.h | 4 ++-- target/sh4/translate.c | 6 +++--- tcg/optimize.c | 13 +++++-------- tcg/tcg-op.c | 4 ++-- tcg/tcg.c | 15 +++++---------- tcg/tci.c | 5 ++--- tcg/tci/tcg-target.c.inc | 6 ++---- 7 files changed, 21 insertions(+), 32 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |