diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2017-07-19 09:56:55 +0200 |
---|---|---|
committer | claziss <claziss@synopsys.com> | 2017-07-19 09:56:55 +0200 |
commit | 7179e0e6b2e0ed7b220af8836a88ef308faf5898 (patch) | |
tree | 236dfc3015bf0c6b982a65ddcb8214601c6893b1 /opcodes/ChangeLog | |
parent | 684d5a10b1332e2a1b03a1d6e7a899ef87b3ea16 (diff) | |
download | gdb-7179e0e6b2e0ed7b220af8836a88ef308faf5898.zip gdb-7179e0e6b2e0ed7b220af8836a88ef308faf5898.tar.gz gdb-7179e0e6b2e0ed7b220af8836a88ef308faf5898.tar.bz2 |
[ARC] Add SJLI instruction.
include/
2017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
* opcode/arc.h (SJLI): Add.
opcode/
2017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
* arc-opc.c (extract_uimm12_20): New function.
(UIMM12_20): New operand.
(SIMM3_5_S): Adjust.
* arc-tbl.h (sjli): Add new instruction.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e789003..d14b325 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,11 @@ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> + + * arc-opc.c (extract_uimm12_20): New function. + (UIMM12_20): New operand. + (SIMM3_5_S): Adjust. + * arc-tbl.h (sjli): Add new instruction. + +2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> John Eric Martin <John.Martin@emmicro-us.com> * arc-opc.c (UIMM10_6_S_JLIOFF): Define. |