diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-27 16:32:55 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-27 16:32:55 +0100 |
commit | 2b79487a56d58f65d14f7040e118da9f7724f4a2 (patch) | |
tree | 1225de6cdfa95f1450908a61be8c66969b1645be /tcg/mips/tcg-target.h | |
parent | 6adc05492fce75b530b3534cb6ec055ac3b4afb5 (diff) |
tcg-mips: implement nor
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/mips/tcg-target.h')
-rw-r--r-- | tcg/mips/tcg-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 63d7f9a500..5f8b00a9b8 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -80,6 +80,7 @@ enum { /* optional instructions */ #define TCG_TARGET_HAS_div_i32 #define TCG_TARGET_HAS_not_i32 +#define TCG_TARGET_HAS_nor_i32 #undef TCG_TARGET_HAS_rot_i32 #undef TCG_TARGET_HAS_ext8s_i32 #undef TCG_TARGET_HAS_ext16s_i32 @@ -89,7 +90,6 @@ enum { #undef TCG_TARGET_HAS_orc_i32 #undef TCG_TARGET_HAS_eqv_i32 #undef TCG_TARGET_HAS_nand_i32 -#undef TCG_TARGET_HAS_nor_i32 /* optional instructions automatically implemented */ #undef TCG_TARGET_HAS_neg_i32 /* sub rd, zero, rt */ |