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>
Showing
- tcg/aarch64/tcg-target.c.inc 1 addition, 4 deletionstcg/aarch64/tcg-target.c.inc
- tcg/arm/tcg-target.c.inc 1 addition, 4 deletionstcg/arm/tcg-target.c.inc
- tcg/i386/tcg-target.c.inc 1 addition, 3 deletionstcg/i386/tcg-target.c.inc
- tcg/mips/tcg-target.c.inc 1 addition, 4 deletionstcg/mips/tcg-target.c.inc
- tcg/ppc/tcg-target.c.inc 1 addition, 3 deletionstcg/ppc/tcg-target.c.inc
- tcg/riscv/tcg-target.c.inc 1 addition, 3 deletionstcg/riscv/tcg-target.c.inc
- tcg/s390/tcg-target.c.inc 1 addition, 4 deletionstcg/s390/tcg-target.c.inc
- tcg/sparc/tcg-target.c.inc 1 addition, 4 deletionstcg/sparc/tcg-target.c.inc
- tcg/tcg.c 2 additions, 3 deletionstcg/tcg.c
- tcg/tci/tcg-target.c.inc 2 additions, 4 deletionstcg/tci/tcg-target.c.inc
Loading
Please register or sign in to comment