Defined SUPPORT_CONST_ASTORE and SUPPORT_ONLY_ZERO_ASTORE.
[cacao.git] / src / vm / jit / alpha / types.h
index 01cd4697f802595581eb3a8e5e263e801ded8841..ed16af2a195307ca4dc31ebf18d5591b77a96e80 100644 (file)
@@ -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 $
 
 */
 
 #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