]> Git Repo - qemu.git/commit
tcg: Change parameters for tcg_target_const_match
authorRichard Henderson <[email protected]>
Mon, 3 May 2021 23:47:37 +0000 (16:47 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
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
This page took 0.026795 seconds and 4 git commands to generate.