diff options
author | Richard Henderson <rth@twiddle.net> | 2010-03-19 13:02:02 -0700 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-26 21:42:46 +0100 |
commit | 8d625cf1d159b313daefec13abc637c3e8862bd5 (patch) | |
tree | 039bef06552f0da0c737109f85c9d0e2a26d7f79 /tcg/x86_64 | |
parent | a10f9f4f0c947ad0aa8283b62ea012b67f883523 (diff) |
tcg: Allow target-specific implementation of EQV.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/x86_64')
-rw-r--r-- | tcg/x86_64/tcg-target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/x86_64/tcg-target.h b/tcg/x86_64/tcg-target.h index 02448b5d84..2225faa625 100644 --- a/tcg/x86_64/tcg-target.h +++ b/tcg/x86_64/tcg-target.h @@ -84,6 +84,8 @@ enum { // #define TCG_TARGET_HAS_andc_i64 // #define TCG_TARGET_HAS_orc_i32 // #define TCG_TARGET_HAS_orc_i64 +// #define TCG_TARGET_HAS_eqv_i32 +// #define TCG_TARGET_HAS_eqv_i64 #define TCG_TARGET_HAS_GUEST_BASE |