From c8f785f220bab3c17fc93445ac509495d00d5afe Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Thu, 31 Mar 2016 19:51:14 +0100 Subject: opcodes/arc: Add more nps instructions Add dctcp, dcip, dcet, and dcacl instructions. gas/ChangeLog: * testsuite/gas/arc/nps400-4.d: New file. * testsuite/gas/arc/nps400-4.s: New file. * testsuite/gas/arc/nps400-5.d: New file. * testsuite/gas/arc/nps400-5.s: New file. include/ChangeLog: * opcode/arc.h (insn_class_t): Add NET and ACL class. opcodes/ChangeLog: * arc-nps400-tbl.h: Add dctcp, dcip, dcet, and dcacl instructions. --- include/opcode/arc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/opcode/arc.h') diff --git a/include/opcode/arc.h b/include/opcode/arc.h index 2811877..31daeb7 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -47,6 +47,8 @@ typedef enum LOGICAL, MEMORY, BITOP, + NET, + ACL, } insn_class_t; /* Instruction Subclass. */ -- cgit v1.1