]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/sparc64/tcg-target.c.inc
tcg: Change parameters for tcg_target_const_match
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 3 May 2021 23:47:37 +0000 (16:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jun 2021 18:50:11 +0000 (11:50 -0700)
commita4fbbd779a29b912299bc2830f0157513080ddb7
tree0c14a4e1595a9938e968458b7d21fa6c8725f559
parent1cbd2d914939ee6028e9688d4ba859a528c28405
tcg: Change parameters for tcg_target_const_match

Change the return value to bool, because that's what is should
have been from the start.  Pass the ct mask instead of the whole
TCGArgConstraint, as that's the only part that's relevant.

Change the value argument to int64_t.  We will need the extra
width for 32-bit hosts wanting to match vector constants.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
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/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390/tcg-target.c.inc
tcg/sparc/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc