[ARC] Provide an interface to decode ARC instructions.
[deliverable/binutils-gdb.git] / gas / config / tc-arc.c
index ec0fb68c70189e0730395cb13b1889add98f629b..9a3b26bd85bc73a08d549ac87f1196f975be8901 100644 (file)
@@ -1671,6 +1671,10 @@ parse_opcode_flags (const struct arc_opcode *opcode,
       int cl_matches = 0;
       struct arc_flags *pflag = NULL;
 
+      /* Check if opcode has implicit flag classes.  */
+      if (cl_flags->flag_class & F_CLASS_IMPLICIT)
+       continue;
+
       /* Check for extension conditional codes.  */
       if (ext_condcode.arc_ext_condcode
           && cl_flags->flag_class & F_CLASS_EXTEND)
This page took 0.022173 seconds and 4 git commands to generate.