From 76782fab1c69c7a995ac24aedb97c53f80d95289 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 26 May 2014 20:59:16 -0700 Subject: tci: Convert to new ldst opcodes Tested-by: Stefan Weil Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/tci/tcg-target.h') diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h index 0be5acdb81..6319303a43 100644 --- a/tcg/tci/tcg-target.h +++ b/tcg/tci/tcg-target.h @@ -118,7 +118,7 @@ #define TCG_TARGET_HAS_mulu2_i32 1 #endif /* TCG_TARGET_REG_BITS == 64 */ -#define TCG_TARGET_HAS_new_ldst 0 +#define TCG_TARGET_HAS_new_ldst 1 /* Number of registers available. For 32 bit hosts, we need more than 8 registers (call arguments). */ -- cgit v1.2.3 From 3d1b2ff62c65a52a85fb3f9de12bde55d55892df Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 29 May 2014 13:57:57 -0700 Subject: tcg: Remove TCG_TARGET_HAS_new_ldst Since all backends have been converted, remove the compatibility code. Acked-by: Claudio Fontana Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tcg/tci/tcg-target.h') diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h index 6319303a43..bd1e97468c 100644 --- a/tcg/tci/tcg-target.h +++ b/tcg/tci/tcg-target.h @@ -118,8 +118,6 @@ #define TCG_TARGET_HAS_mulu2_i32 1 #endif /* TCG_TARGET_REG_BITS == 64 */ -#define TCG_TARGET_HAS_new_ldst 1 - /* Number of registers available. For 32 bit hosts, we need more than 8 registers (call arguments). */ /* #define TCG_TARGET_NB_REGS 8 */ -- cgit v1.2.3