From cb4e581fae0b67fa33caa01131f929f5dd6e9ebf Mon Sep 17 00:00:00 2001 From: Laurent Desnogues Date: Sat, 18 Jul 2009 14:20:30 +0200 Subject: this patch improves the ARM back-end in the following way: - use movw/movt to load immediate values for ARMv7-A - implement add/sub/and/or/xor with immediate (only 8-bit) Laurent Signed-off-by: Laurent Desnogues Signed-off-by: Andrzej Zaborowski --- tcg/arm/tcg-target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcg/arm/tcg-target.h') diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index ffa9ceeca0..7ff29281b6 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -55,6 +55,8 @@ enum { #define TCG_TARGET_NB_REGS 15 +#define TCG_CT_CONST_ARM 0x100 + /* used for function call generation */ #define TCG_REG_CALL_STACK TCG_REG_R13 #define TCG_TARGET_STACK_ALIGN 8 -- cgit v1.2.1