From 7179e0e6b2e0ed7b220af8836a88ef308faf5898 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Wed, 19 Jul 2017 09:56:55 +0200 Subject: [ARC] Add SJLI instruction. include/ 2017-07-19 Claudiu Zissulescu * opcode/arc.h (SJLI): Add. opcode/ 2017-07-19 Claudiu Zissulescu * arc-opc.c (extract_uimm12_20): New function. (UIMM12_20): New operand. (SIMM3_5_S): Adjust. * arc-tbl.h (sjli): Add new instruction. --- opcodes/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opcodes/ChangeLog') 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 + + * 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 John Eric Martin * arc-opc.c (UIMM10_6_S_JLIOFF): Define. -- cgit v1.1