qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v4 03/16] tcg: pass vece to tcg_target_const_match()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v4 03/16] tcg: pass vece to tcg_target_const_match()
Date: Fri, 8 Sep 2023 09:36:52 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

On 8/9/23 04:21, Jiajie Chen wrote:
Pass vece to tcg_target_const_match() to allow correct interpretation of
const args of vector ops.

Signed-off-by: Jiajie Chen <c@jia.je>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/aarch64/tcg-target.c.inc     | 2 +-
  tcg/arm/tcg-target.c.inc         | 2 +-
  tcg/i386/tcg-target.c.inc        | 2 +-
  tcg/loongarch64/tcg-target.c.inc | 2 +-
  tcg/mips/tcg-target.c.inc        | 2 +-
  tcg/ppc/tcg-target.c.inc         | 2 +-
  tcg/riscv/tcg-target.c.inc       | 2 +-
  tcg/s390x/tcg-target.c.inc       | 2 +-
  tcg/sparc64/tcg-target.c.inc     | 2 +-
  tcg/tcg.c                        | 4 ++--
  tcg/tci/tcg-target.c.inc         | 2 +-
  11 files changed, 12 insertions(+), 12 deletions(-)

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




reply via email to

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