From 2fa7cc0656a095b9744da9a420d68ff20ca330f1 Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 5 Jul 2004 17:28:19 +0000 Subject: [PATCH] Defined SUPPORT_CONST_ASTORE and SUPPORT_ONLY_ZERO_ASTORE. --- jit/alpha/types.h | 6 +++++- src/vm/jit/alpha/types.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/jit/alpha/types.h b/jit/alpha/types.h index 01cd4697f..ed16af2a1 100644 --- a/jit/alpha/types.h +++ b/jit/alpha/types.h @@ -29,7 +29,7 @@ Andreas Krall Michael Gschwind - $Id: types.h 665 2003-11-21 18:36:43Z jowenn $ + $Id: types.h 1277 2004-07-05 17:28:19Z twisti $ */ @@ -54,6 +54,10 @@ #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 1 /* on risc machines we can only store */ + /* REG_ZERO */ + #define CONDITIONAL_LOADCONST #define U8_AVAILABLE 1 diff --git a/src/vm/jit/alpha/types.h b/src/vm/jit/alpha/types.h index 01cd4697f..ed16af2a1 100644 --- a/src/vm/jit/alpha/types.h +++ b/src/vm/jit/alpha/types.h @@ -29,7 +29,7 @@ Andreas Krall Michael Gschwind - $Id: types.h 665 2003-11-21 18:36:43Z jowenn $ + $Id: types.h 1277 2004-07-05 17:28:19Z twisti $ */ @@ -54,6 +54,10 @@ #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 1 /* on risc machines we can only store */ + /* REG_ZERO */ + #define CONDITIONAL_LOADCONST #define U8_AVAILABLE 1 -- 2.25.1