From 924fd4d069fbf9304899a7eb6c1914f8ba9aa822 Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 1 Nov 2004 12:23:20 +0000 Subject: [PATCH] Enable xASTORECONST icmds. --- jit/x86_64/types.h | 7 +++++-- src/vm/jit/x86_64/types.h | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/jit/x86_64/types.h b/jit/x86_64/types.h index 94b67c2c6..ccc0aec66 100644 --- a/jit/x86_64/types.h +++ b/jit/x86_64/types.h @@ -11,7 +11,7 @@ Michael Gschwind EMAIL: cacao@complang.tuwien.ac.at Christian Thalinger EMAIL: cacao@complang.tuwien.ac.at - Last Change: $Id: types.h 624 2003-11-13 14:06:52Z twisti $ + Last Change: $Id: types.h 1428 2004-11-01 12:23:20Z twisti $ *******************************************************************************/ @@ -35,8 +35,11 @@ #define SUPPORT_LONG_ICVT 1 #define SUPPORT_LONG_FCVT 1 +#define SUPPORT_CONST_ASTORE 1 /* do we support const astores */ +#define SUPPORT_ONLY_ZERO_ASTORE 0 /* on risc machines we can only store */ + /* REG_ZERO */ + #define CONDITIONAL_LOADCONST -#define NO_DIV_OPT #define CONSECUTIVE_INTARGS #define CONSECUTIVE_FLOATARGS diff --git a/src/vm/jit/x86_64/types.h b/src/vm/jit/x86_64/types.h index 94b67c2c6..ccc0aec66 100644 --- a/src/vm/jit/x86_64/types.h +++ b/src/vm/jit/x86_64/types.h @@ -11,7 +11,7 @@ Michael Gschwind EMAIL: cacao@complang.tuwien.ac.at Christian Thalinger EMAIL: cacao@complang.tuwien.ac.at - Last Change: $Id: types.h 624 2003-11-13 14:06:52Z twisti $ + Last Change: $Id: types.h 1428 2004-11-01 12:23:20Z twisti $ *******************************************************************************/ @@ -35,8 +35,11 @@ #define SUPPORT_LONG_ICVT 1 #define SUPPORT_LONG_FCVT 1 +#define SUPPORT_CONST_ASTORE 1 /* do we support const astores */ +#define SUPPORT_ONLY_ZERO_ASTORE 0 /* on risc machines we can only store */ + /* REG_ZERO */ + #define CONDITIONAL_LOADCONST -#define NO_DIV_OPT #define CONSECUTIVE_INTARGS #define CONSECUTIVE_FLOATARGS -- 2.25.1