diff options
author | Richard Henderson <rth@twiddle.net> | 2013-03-04 21:36:45 -0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2013-04-27 02:16:42 +0200 |
commit | 19b62bf4148d834c709c464f6fb1c6b72f906250 (patch) | |
tree | 0919455e6ddbf59779caf50e318fc0ef21a24a70 /tcg/arm/tcg-target.h | |
parent | d6b64b2b606fe0fe5f2208e84ff7a28445de666a (diff) | |
download | qemu-19b62bf4148d834c709c464f6fb1c6b72f906250.tar.gz qemu-19b62bf4148d834c709c464f6fb1c6b72f906250.tar.bz2 qemu-19b62bf4148d834c709c464f6fb1c6b72f906250.zip |
tcg-arm: Use bic to implement and with constant
This greatly improves the code we can produce for deposit
without armv7 support.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/arm/tcg-target.h')
-rw-r--r-- | tcg/arm/tcg-target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index b6eed1f3f4..354dd8ada8 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -49,8 +49,6 @@ typedef enum { #define TCG_TARGET_NB_REGS 16 -#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 |