qemu-riscv
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [PATCH v3 03/16] tcg: pass vece to tcg_target_const_match()
Date: Sat, 2 Sep 2023 17:50:05 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 9/1/23 22:02, 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>
---
  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: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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