[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
This commit is contained in:
Graham Markall
2016-06-09 08:38:34 +01:00
committed by Andrew Burgess
parent 14053c1903
commit 9ba75c8847
7 changed files with 348 additions and 50 deletions

View File

@@ -49,6 +49,7 @@ typedef enum
BITOP,
NET,
ACL,
DPI,
} insn_class_t;
/* Instruction Subclass. */