]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/ppc/tcg-target.c
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Sep 2012 21:21:40 +0000 (14:21 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Oct 2012 16:48:40 +0000 (18:48 +0200)
commit0aed257f08444feb6269d0c302b35a8fb10fcb3f
tree17afe2f486f714ed5b6c3460f4dbec15e6563c3e
parentbcc66562ad185e9c2a667b00426f625e2489bda9
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS

There are several cases that can be handled easier inside both
translators and code generators if we have out-of-band values
for conditions.  It's easy enough to handle ALWAYS and NEVER in
the natural way inside the tcg middle-end.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c
tcg/i386/tcg-target.c
tcg/optimize.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg-op.h
tcg/tcg.c
tcg/tcg.h