tcg: pass vece to tcg_target_const_match()
authorJiajie Chen <c@jia.je>
Fri, 8 Sep 2023 02:21:10 +0000 (10:21 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Sep 2023 12:26:51 +0000 (05:26 -0700)
commitebe92db2ccf791208c58d15652f9460a67cc0fdd
tree9b427052234d00f5e7b08cbfeef679e93896240f
parent16288ded94417ffb9ce8fa141f5ff6cff3800a60
tcg: pass vece to tcg_target_const_match()

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230908022302.180442-4-c@jia.je>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc