qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 24/73] tcg: Merge TCG_TARGET_HAS_bswap*


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 24/73] tcg: Merge TCG_TARGET_HAS_bswap*
Date: Mon, 6 Jan 2025 22:48:31 +0100
User-agent: Mozilla Thunderbird

On 2/1/25 19:06, Richard Henderson wrote:
Merge not only the i32 and i64 alternatives, but all
of the different input bit sizes as well.  For each
tcg target they are all the same.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg-opc.h            | 10 +++++-----
  tcg/aarch64/tcg-target-has.h     |  6 +-----
  tcg/arm/tcg-target-has.h         |  3 +--
  tcg/i386/tcg-target-has.h        |  6 +-----
  tcg/loongarch64/tcg-target-has.h |  6 +-----
  tcg/mips/tcg-target-has.h        |  6 +-----
  tcg/ppc/tcg-target-has.h         |  6 +-----
  tcg/riscv/tcg-target-has.h       |  6 +-----
  tcg/s390x/tcg-target-has.h       |  6 +-----
  tcg/sparc64/tcg-target-has.h     |  6 +-----
  tcg/tcg-has.h                    |  3 ---
  tcg/tci/tcg-target-has.h         |  6 +-----
  tcg/tcg-op.c                     | 10 +++++-----
  tcg/tcg.c                        |  7 ++-----
  tcg/tci.c                        |  9 ---------
  tcg/tci/tcg-target.c.inc         | 10 +++++-----
  16 files changed, 27 insertions(+), 79 deletions(-)

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




reply via email to

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