include/opcode/
[deliverable/binutils-gdb.git] / include / opcode / s390.h
index 2cbe5f53d60cc347949790564b6a72e260132efb..531011e0fa5a919700300beec66e9bfa9d66eb77 100644 (file)
@@ -40,6 +40,7 @@ enum s390_opcode_cpu_val
     S390_OPCODE_Z9_EC,
     S390_OPCODE_Z10,
     S390_OPCODE_Z196,
+    S390_OPCODE_ZEC12,
     S390_OPCODE_MAXCPU
   };
 
@@ -147,4 +148,7 @@ extern const struct s390_operand s390_operands[];
    the instruction may be optional.  */
 #define S390_OPERAND_OPTIONAL 0x400
 
+/* The operand needs to be a valid GP or FP register pair.  */
+#define S390_OPERAND_REG_PAIR 0x800
+
        #endif /* S390_H */
This page took 0.02388 seconds and 4 git commands to generate.