qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 25/73] tcg: Merge TCG_TARGET_HAS_rot_{i32,i64}


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 25/73] tcg: Merge TCG_TARGET_HAS_rot_{i32,i64}
Date: Mon, 6 Jan 2025 22:50:58 +0100
User-agent: Mozilla Thunderbird

On 2/1/25 19:06, Richard Henderson wrote:
Only the integer opcodes handled here; the vector rotates
are left for a future patch, as they are split by immediate,
scalar, and vector shift count.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg-opc.h            |  8 ++++----
  tcg/aarch64/tcg-target-has.h     |  3 +--
  tcg/arm/tcg-target-has.h         |  2 +-
  tcg/i386/tcg-target-has.h        |  3 +--
  tcg/loongarch64/tcg-target-has.h |  3 +--
  tcg/mips/tcg-target-has.h        |  3 +--
  tcg/ppc/tcg-target-has.h         |  3 +--
  tcg/riscv/tcg-target-has.h       |  3 +--
  tcg/s390x/tcg-target-has.h       |  3 +--
  tcg/sparc64/tcg-target-has.h     |  3 +--
  tcg/tcg-has.h                    |  1 -
  tcg/tci/tcg-target-has.h         |  3 +--
  tcg/tcg-op.c                     | 15 +++++++++------
  tcg/tcg.c                        |  4 ++--
  tcg/tci.c                        |  4 ----
  15 files changed, 25 insertions(+), 36 deletions(-)

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




reply via email to

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