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/ChangeLog | 4 ++++ include/opcode/arc.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index 8c16d79..9bd4a72 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2016-04-19 Andrew Burgess + + * opcode/arc.h (insn_class_t): Add NET and ACL class. + 2016-04-14 Andrew Burgess * elf/arc-reloc.def: Add ARC_NPS_CMEM16 reloc. 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