arc: Implement NPS-400 dcmac instruction
[deliverable/binutils-gdb.git] / opcodes / arc-dis.c
index 1c951ea2c4bd75fb6cace2bf92f17539992a2561..31b5a91db57c327587b0fb75ccef01e99a65e967 100644 (file)
@@ -595,6 +595,10 @@ arc_insn_length (bfd_byte msb, bfd_byte lsb, struct disassemble_info *info)
          else if (minor_opcode == 0x10 || minor_opcode == 0x11)
            return 8;
         }
+      if (major_opcode == 0xa)
+        {
+          return 8;
+        }
       /* Fall through.  */
     case bfd_mach_arc_arc600:
       return (major_opcode > 0xb) ? 2 : 4;
This page took 0.022601 seconds and 4 git commands to generate.