AArch64: Add SVE constraints verifier.
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc.h
index f741deac3f9a8975ad59b69e23b4c2d99491aa85..068649353bce4a00afa5987f2cba8060cceb7976 100644 (file)
@@ -183,6 +183,10 @@ typedef struct aarch64_operand aarch64_operand;
 
 extern const aarch64_operand aarch64_operands[];
 
+enum err_type
+verify_constraints (const struct aarch64_inst *, const aarch64_insn, bfd_vma,
+                   bfd_boolean, aarch64_operand_error *, aarch64_instr_sequence*);
+
 /* Operand flags.  */
 
 #define OPD_F_HAS_INSERTER     0x00000001
This page took 0.022945 seconds and 4 git commands to generate.