ppc e500mc support
[deliverable/binutils-gdb.git] / include / opcode / s390.h
index ac06555feb89092d0c09b1204e7b539b2b4843a8..2c00f4b62e84252c609e9a7f42d18806e0c93c2c 100644 (file)
@@ -35,7 +35,10 @@ enum s390_opcode_cpu_val
     S390_OPCODE_G5 = 0,
     S390_OPCODE_G6,
     S390_OPCODE_Z900,
-    S390_OPCODE_Z990
+    S390_OPCODE_Z990,
+    S390_OPCODE_Z9_109,
+    S390_OPCODE_Z9_EC,
+    S390_OPCODE_Z10
   };
 
 /* The opcode table is an array of struct s390_opcode.  */
@@ -138,4 +141,8 @@ extern const struct s390_operand s390_operands[];
 /* This operand is a length.  */
 #define S390_OPERAND_LENGTH 0x200
 
-#endif /* S390_H */
+/* This operand is optional. Only a single operand at the end of
+   the instruction may be optional.  */
+#define S390_OPERAND_OPTIONAL 0x400
+
+       #endif /* S390_H */
This page took 0.051805 seconds and 4 git commands to generate.