From 2b848ebdbb2d1f856c7525ed4d6efaf6fe70de81 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Wed, 14 Sep 2016 13:40:38 +0200 Subject: [ARC] ISA alignment. include/ 2016-09-26 Claudiu Zissulescu * opcode/arc.h (insn_class_t): Add two new classes. opcodes/ 2016-09-26 Claudiu Zissulescu * arc-ext-tbl.h (EXTINSN2OPF): Define. (EXTINSN2OP): Use EXTINSN2OPF. (bspeekm, bspop, modapp): New extension instructions. * arc-opc.c (F_DNZ_ND): Define. (F_DNZ_D): Likewise. (F_SIZEB1): Changed. (C_DNZ_D): Define. (C_HARD): Changed. * arc-tbl.h (dbnz): New instruction. (prealloc): Allow it for ARC EM. (xbfu): Likewise. --- include/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ChangeLog') diff --git a/include/ChangeLog b/include/ChangeLog index 28ab891..01d1c14 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2016-09-26 Claudiu Zissulescu + + * opcode/arc.h (insn_class_t): Add two new classes. + 2016-09-26 Alan Modra * elf/ppc.h (Tag_GNU_Power_ABI_FP): Comment on new values. -- cgit v1.1