From 36828256692c3cecc83607f22761ceefc382040e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 18 Feb 2010 14:44:39 -0800 Subject: tcg: Add comments for all optional instructions not implemented. Signed-off-by: Richard Henderson Signed-off-by: Blue Swirl --- tcg/mips/tcg-target.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tcg/mips') diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 46760a5..377b0c8 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -80,11 +80,13 @@ enum { /* optional instructions */ #define TCG_TARGET_HAS_div_i32 #define TCG_TARGET_HAS_not_i32 +#undef TCG_TARGET_HAS_rot_i32 #undef TCG_TARGET_HAS_ext8s_i32 #undef TCG_TARGET_HAS_ext16s_i32 #undef TCG_TARGET_HAS_bswap32_i32 #undef TCG_TARGET_HAS_bswap16_i32 -#undef TCG_TARGET_HAS_rot_i32 +#undef TCG_TARGET_HAS_andc_i32 +#undef TCG_TARGET_HAS_orc_i32 /* optional instructions automatically implemented */ #undef TCG_TARGET_HAS_neg_i32 /* sub rd, zero, rt */ -- cgit v1.1