Add support to AArch64 disassembler for verifying instructions. Add verifier for...
[deliverable/binutils-gdb.git] / include / opcode / aarch64.h
index 3a28855dd2b53dfbc4f65f439d265f8dda6c469b..e6f080ca6f8ae7e7280e80aae2f735ef4e0e8f0c 100644 (file)
@@ -535,6 +535,9 @@ struct aarch64_opcode
 
   /* Flags providing information about this instruction */
   uint32_t flags;
+
+  /* If non-NULL, a function to verify that a given instruction is valid.  */
+  bfd_boolean (* verifier) (const struct aarch64_opcode *, const aarch64_insn);
 };
 
 typedef struct aarch64_opcode aarch64_opcode;
This page took 0.043228 seconds and 4 git commands to generate.