Added SUPPORT_LOGICAL_CONST
authortwisti <none@none>
Thu, 27 Jan 2005 11:29:56 +0000 (11:29 +0000)
committertwisti <none@none>
Thu, 27 Jan 2005 11:29:56 +0000 (11:29 +0000)
src/vm/jit/alpha/arch.h
src/vm/jit/i386/arch.h
src/vm/jit/mips/arch.h
src/vm/jit/powerpc/arch.h
src/vm/jit/x86_64/arch.h

index dd9c05e618baa8fefc9008d568e49d593803930e..e658d2386e1ff169caf5f8a13978a5765c4dc326 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: arch.h 1735 2004-12-07 14:33:27Z twisti $
+   $Id: arch.h 1887 2005-01-27 11:29:56Z twisti $
 
 */
 
 #define SUPPORT_LONG_ICVT        1
 #define SUPPORT_LONG_FCVT        1
 
+#define SUPPORT_LOGICAL_CONST    1      /* AND, OR, XOR with immediates       */
+
 #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                           */
index 3319f55442dc95e7e6cd93bbb1519a78d7611c46..75ee54e589474866a04dbbd197868d10a57fa468 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: arch.h 1735 2004-12-07 14:33:27Z twisti $
+   $Id: arch.h 1887 2005-01-27 11:29:56Z twisti $
 
 */
 
 #define SUPPORT_LONG_ICVT        1
 #define SUPPORT_LONG_FCVT        1
 
+#define SUPPORT_LOGICAL_CONST    1      /* AND, OR, XOR with immediates       */
+
 #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                           */
index ad7b1049c6818a3322ce464ff68c27cc1417d4ad..91b19515cd925c15fb5da7b3a791aad725d6d8dc 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: arch.h 1735 2004-12-07 14:33:27Z twisti $
+   $Id: arch.h 1887 2005-01-27 11:29:56Z twisti $
 
 */
 
 #define SUPPORT_LONG_ICVT        0
 #define SUPPORT_LONG_FCVT        1
 
+#define SUPPORT_LOGICAL_CONST    1      /* AND, OR, XOR with immediates       */
+
 #define SUPPORT_CONST_ASTORE     0      /* do we support const astores        */
 #define SUPPORT_ONLY_ZERO_ASTORE 1      /* on risc machines we can only store */
                                         /* REG_ZERO                           */
index f85a37d18234b2dde5add6062607417ea0d6d9cf..b9c074db762fc11daab028f1d5abe79b2288c407 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: arch.h 1735 2004-12-07 14:33:27Z twisti $
+   $Id: arch.h 1887 2005-01-27 11:29:56Z twisti $
 
 */
 
@@ -88,6 +88,7 @@
 #define SUPPORT_LONG        1
 #define SUPPORT_FLOAT       1
 #define SUPPORT_DOUBLE      1
+
 #define SUPPORT_FMOD        0
 #define SUPPORT_FICVT       1
 #define SUPPORT_IFCVT       0
 #define SUPPORT_LONG_ICVT   0
 #define SUPPORT_LONG_FCVT   0
 
+#define SUPPORT_LOGICAL_CONST    1      /* AND, OR, XOR with immediates       */
+
+#define SUPPORT_CONST_ASTORE     0      /* do we support const astores        */
+#define SUPPORT_ONLY_ZERO_ASTORE 1      /* on risc machines we can only store */
+                                        /* REG_ZERO                           */
+
 #define USEBUILTINTABLE
 
 /* #define CONDITIONAL_LOADCONST */
index 4772364619a3b35d8d39bbda9c0f32d51a9fb5c7..cf840e1c697a802026615b2831b5094f89988e61 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: arch.h 1753 2004-12-13 08:40:16Z twisti $
+   $Id: arch.h 1887 2005-01-27 11:29:56Z twisti $
 
 */
 
 #define SUPPORT_LONG_ICVT        1
 #define SUPPORT_LONG_FCVT        1
 
+#define SUPPORT_LOGICAL_CONST    1      /* AND, OR, XOR with immediates       */
+
 #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                           */