]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg: Add TCGType parameter to tcg_target_const_match
authorRichard Henderson <rth@twiddle.net>
Mon, 31 Mar 2014 04:22:11 +0000 (21:22 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 18 Apr 2014 23:57:36 +0000 (16:57 -0700)
commitf6c6afc1d41bf53394df15f62b25f15e1de72614
treeab150de74af257fe4278118c6cdb88e2a5b9d09d
parentd998e555d2a504d719b773b3164101aa36284a20
tcg: Add TCGType parameter to tcg_target_const_match

Most 64-bit targets need to be able to ignore the high bits
of a TCG_TYPE_I32 value.

Suggested-by: Stuart Brady <sdb@zubnet.me.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/aarch64/tcg-target.c
tcg/arm/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg.c
tcg/tci/tcg-target.c