[PATCH]: aarch64: Refactor representation of system registers
[deliverable/binutils-gdb.git] / include / opcode / aarch64.h
index 817ca1e674effd246f1b76cdc88d84ca9a507970..9a7448def7f0f273c366e316d3ef9d505da4e85b 100644 (file)
@@ -965,6 +965,10 @@ typedef struct
   const char *  name;
   aarch64_insn value;
   uint32_t     flags;
+
+  /* A set of features, all of which are required for this system register to be
+     available.  */
+  aarch64_feature_set features;
 } aarch64_sys_reg;
 
 extern const aarch64_sys_reg aarch64_sys_regs [];
This page took 0.024323 seconds and 4 git commands to generate.