diff options
author | Graham Markall <graham.markall@embecosm.com> | 2016-06-09 08:38:34 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-06-14 16:21:44 +0100 |
commit | 9ba75c884776383174cd894948bd8b3cbca62897 (patch) | |
tree | 62d86cb417724e4b383f32039f0230a05cf619eb /include | |
parent | 14053c1903cc0e4f0130570f61aee2825661cd7d (diff) | |
download | gdb-9ba75c884776383174cd894948bd8b3cbca62897.zip gdb-9ba75c884776383174cd894948bd8b3cbca62897.tar.gz gdb-9ba75c884776383174cd894948bd8b3cbca62897.tar.bz2 |
[ARC] Add deep packet inspection instructions for nps
With the exception of ldbit, this commit adds implementations of
all DPI instructions for the NPS-400. These instructions are:
- hash / hash.p[0-3]
- tr
- utf8
- e4by
- addf
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/arc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/arc.h b/include/opcode/arc.h index b71c2f5..adbae74 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -49,6 +49,7 @@ typedef enum BITOP, NET, ACL, + DPI, } insn_class_t; /* Instruction Subclass. */ |