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/mips/tcg-target.h | |
parent | a10f9f4f0c947ad0aa8283b62ea012b67f883523 (diff) | |
download | qemu-8d625cf1d159b313daefec13abc637c3e8862bd5.zip qemu-8d625cf1d159b313daefec13abc637c3e8862bd5.tar.gz qemu-8d625cf1d159b313daefec13abc637c3e8862bd5.tar.bz2 |
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/mips/tcg-target.h')
-rw-r--r-- | tcg/mips/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 6b7741cf..00f89f4 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -87,6 +87,7 @@ enum { #undef TCG_TARGET_HAS_bswap16_i32 #undef TCG_TARGET_HAS_andc_i32 #undef TCG_TARGET_HAS_orc_i32 +#undef TCG_TARGET_HAS_eqv_i32 /* optional instructions automatically implemented */ #undef TCG_TARGET_HAS_neg_i32 /* sub rd, zero, rt */ |