qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 61/73] tcg: Merge INDEX_op_mov_{i32,i64}


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 61/73] tcg: Merge INDEX_op_mov_{i32,i64}
Date: Mon, 6 Jan 2025 23:13:49 +0100
User-agent: Mozilla Thunderbird

On 2/1/25 19:06, Richard Henderson wrote:
Begin to rely on TCGOp.type to discriminate operations,
rather than two different opcodes.  Convert mov first.
Introduce TCG_OPF_INT in order to keep opcode dumps the same.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg-opc.h            |  4 ++--
  include/tcg/tcg.h                |  2 ++
  tcg/optimize.c                   |  7 +++----
  tcg/tcg-op.c                     |  4 ++--
  tcg/tcg.c                        | 32 ++++++++++++++++++--------------
  tcg/tci.c                        |  5 ++---
  tcg/aarch64/tcg-target.c.inc     |  3 +--
  tcg/arm/tcg-target.c.inc         |  2 +-
  tcg/i386/tcg-target.c.inc        |  3 +--
  tcg/loongarch64/tcg-target.c.inc |  3 +--
  tcg/mips/tcg-target.c.inc        |  3 +--
  tcg/ppc/tcg-target.c.inc         |  3 +--
  tcg/riscv/tcg-target.c.inc       |  3 +--
  tcg/s390x/tcg-target.c.inc       |  3 +--
  tcg/sparc64/tcg-target.c.inc     |  3 +--
  tcg/tci/tcg-target.c.inc         | 16 ++--------------
  16 files changed, 40 insertions(+), 56 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]