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 /opcodes/ChangeLog | |
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 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6b54926..0c39a6d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2016-06-13 Graham Markall <graham.markall@embecosm.com> + * arc-nps400-tbl.h: Add hash, hash.p[0-3], tr, utf8, e4by, and addf + * arc-opc.c: Add flag classes, insert/extract functions, and operands to + support the above instructions. + +2016-06-13 Graham Markall <graham.markall@embecosm.com> + * arc-nps400-tbl.h: Add calcbsd, calcbxd, calckey, calcxkey, mxb, imxb, addl, subl, andl, orl, xorl, andab, orab, lbdsize, bdlen, csms, csma, cbba, zncv, and hofs. |