qemu-e2k/tcg/i386
Richard Henderson 25c4d9cc84 tcg: Always define all of the TCGOpcode enum members.
By always defining these symbols, we can eliminate a lot of ifdefs.

To allow this to be checked reliably, the semantics of the
TCG_TARGET_HAS_* macros must be changed from def/undef to true/false.
This allows even more ifdefs to be removed, converting them into
C if statements.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-08-21 18:52:24 +00:00
..
tcg-target.c TCG/x86: use stack for TCG temps 2011-06-26 18:25:51 +00:00
tcg-target.h tcg: Always define all of the TCGOpcode enum members. 2011-08-21 18:52:24 +00:00