From 8d625cf1d159b313daefec13abc637c3e8862bd5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 19 Mar 2010 13:02:02 -0700 Subject: tcg: Allow target-specific implementation of EQV. Signed-off-by: Richard Henderson Signed-off-by: Aurelien Jarno --- tcg/mips/tcg-target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcg/mips/tcg-target.h') diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 6b7741cfb9..00f89f473b 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 */ -- cgit v1.2.3