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.
This commit is contained in:
Andrew Burgess
2016-03-31 19:51:14 +01:00
parent ee2915c993
commit c8f785f220
9 changed files with 74 additions and 0 deletions

View File

@ -47,6 +47,8 @@ typedef enum
LOGICAL,
MEMORY,
BITOP,
NET,
ACL,
} insn_class_t;
/* Instruction Subclass. */