[ARC] Update instruction type and delay slot info.
[deliverable/binutils-gdb.git] / include / opcode / arc.h
index 2e5de9c5ae070c1f6b3df88907d8e5f913b71e10..444341a44a9c1285c95f4a7ca3804f2709d71a17 100644 (file)
@@ -59,6 +59,7 @@ typedef enum
     BTSCN,
     CD1,
     CD2,
+    COND,
     DIV,
     DP,
     DPA,
@@ -91,7 +92,10 @@ typedef enum
 
     /* The conditional code can be extended over the standard variants
        via .extCondCode pseudo-op.  */
-    F_CLASS_EXTEND = (1 << 2)
+    F_CLASS_EXTEND = (1 << 2),
+
+    /* Condition code flag.  */
+    F_CLASS_COND = (1 << 3)
   } flag_class_t;
 
 /* The opcode table is an array of struct arc_opcode.  */
This page took 0.040153 seconds and 4 git commands to generate.