1 2016-04-19 Andrew Burgess <andrew.burgess@embecosm.com>
3 * arc-nps400-tbl.h: Add dctcp, dcip, dcet, and dcacl instructions.
5 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
7 * Makefile.in: Regenerated with automake 1.11.6.
8 * aclocal.m4: Likewise.
10 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
12 * arc-nps400-tbl.h: Add xldb, xldw, xld, xstb, xstw, and xst
14 * arc-opc.c (insert_nps_cmem_uimm16): New function.
15 (extract_nps_cmem_uimm16): New function.
16 (arc_operands): Add NPS_XLDST_UIMM16 operand.
18 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
20 * arc-dis.c (arc_insn_length): New function.
21 (print_insn_arc): Use arc_insn_length, change insnLen to unsigned.
22 (find_format): Change insnLen parameter to unsigned.
24 2016-04-13 Nick Clifton <nickc@redhat.com>
27 * v850-opc.c (v850_opcodes): Correct masks for long versions of
28 the LD.B and LD.BU instructions.
30 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
32 * arc-dis.c (find_format): Check for extension flags.
33 (print_flags): New function.
34 (print_insn_arc): Update for .extCondCode, .extCoreRegister and
36 * arc-ext.c (arcExtMap_coreRegName): Use
37 LAST_EXTENSION_CORE_REGISTER.
38 (arcExtMap_coreReadWrite): Likewise.
39 (dump_ARC_extmap): Update printing.
40 * arc-opc.c (arc_flag_classes): Add F_CLASS_EXTEND flag.
41 (arc_aux_regs): Add cpu field.
42 * arc-regs.h: Add cpu field, lower case name aux registers.
44 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
46 * arc-tbl.h: Add rtsc, sleep with no arguments.
48 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
50 * arc-opc.c (flags_none, flags_f, flags_cc, flags_ccf):
52 (arg_none, arg_32bit_rarbrc, arg_32bit_zarbrc, arg_32bit_rbrbrc)
53 (arg_32bit_rarbu6, arg_32bit_zarbu6, arg_32bit_rbrbu6)
54 (arg_32bit_rbrbs12, arg_32bit_ralimmrc, arg_32bit_rarblimm)
55 (arg_32bit_zalimmrc, arg_32bit_zarblimm, arg_32bit_rbrblimm)
56 (arg_32bit_ralimmu6, arg_32bit_zalimmu6, arg_32bit_zalimms12)
57 (arg_32bit_ralimmlimm, arg_32bit_zalimmlimm, arg_32bit_rbrc)
58 (arg_32bit_zarc, arg_32bit_rbu6, arg_32bit_zau6, arg_32bit_rblimm)
59 (arg_32bit_zalimm, arg_32bit_limmrc, arg_32bit_limmu6)
60 (arg_32bit_limms12, arg_32bit_limmlimm): Likewise.
61 (arc_opcode arc_opcodes): Null terminate the array.
62 (arc_num_opcodes): Remove.
63 * arc-ext.h (INSERT_XOP): Define.
64 (extInstruction_t): Likewise.
65 (arcExtMap_instName): Delete.
66 (arcExtMap_insn): New function.
67 (arcExtMap_genOpcode): Likewise.
68 * arc-ext.c (ExtInstruction): Remove.
69 (create_map): Zero initialize instruction fields.
70 (arcExtMap_instName): Remove.
71 (arcExtMap_insn): New function.
72 (dump_ARC_extmap): More info while debuging.
73 (arcExtMap_genOpcode): New function.
74 * arc-dis.c (find_format): New function.
75 (print_insn_arc): Use find_format.
76 (arc_get_disassembler): Enable dump_ARC_extmap only when
79 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
81 * mips-dis.c (print_mips16_insn_arg): Mask unused extended
84 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
86 * arc-nps400-tbl.h: Add schd, sync, and hwschd instructions.
87 * arc-opc.c (arc_flag_operands): Add new flags.
88 (arc_flag_classes): Add new classes.
90 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
92 * arc-opc.c (arc_opcodes): Extend comment to discus table layout.
94 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
96 * arc-nps400-tbl.h: Add movbi, decode1, fbset, fbclear, encode0,
97 encode1, rflt, crc16, and crc32 instructions.
98 * arc-opc.c (arc_flag_operands): Add F_NPS_R.
99 (arc_flag_classes): Add C_NPS_R.
100 (insert_nps_bitop_size_2b): New function.
101 (extract_nps_bitop_size_2b): Likewise.
102 (insert_nps_bitop_uimm8): Likewise.
103 (extract_nps_bitop_uimm8): Likewise.
104 (arc_operands): Add new operand entries.
106 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
108 * arc-regs.h: Add a new subclass field. Add double assist
109 accumulator register values.
110 * arc-tbl.h: Use DPA subclass to mark the double assist
111 instructions. Use DPX/SPX subclas to mark the FPX instructions.
112 * arc-opc.c (RSP): Define instead of SP.
113 (arc_aux_regs): Add the subclass field.
115 2016-04-05 Jiong Wang <jiong.wang@arm.com>
117 * arm-dis.c: Support FP16 vmul, vmla, vmls (by scalar).
119 2016-03-31 Andrew Burgess <andrew.burgess@embecosm.com>
121 * arc-opc.c (arc_operands): Fix operand flags for NPS_R_DST, and
124 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
126 * arc-nps400-tbl.h: Add a header comment, and fix some whitespace
127 issues. No functional changes.
129 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
131 * arc-regs.h (IC_RAM_ADDRESS, IC_TAG, IC_WP, IC_DATA, CONTROL0)
132 (AX2, AY2, MX2, MY2, AY0, AY1, DC_RAM_ADDR, DC_TAG, CONTROL1)
133 (RTT): Remove duplicate.
134 (LCDINSTR, LCDDATA, LCDSTAT, CC_*, PCT_COUNT*, PCT_SNAP*)
135 (PCT_CONFIG*): Remove.
136 (D1L, D1H, D2H, D2L): Define.
138 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
140 * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
142 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
144 * arc-tbl.h (invld07): Remove.
145 * arc-ext-tbl.h: New file.
146 * arc-dis.c (FIELDA, FIELDB, FIELDC): Remove.
147 * arc-opc.c (arc_opcodes): Add ext-tbl include.
149 2016-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
151 Fix -Wstack-usage warnings.
152 * aarch64-dis.c (print_operands): Substitute size.
153 * aarch64-opc.c (print_register_offset_address): Substitute tblen.
155 2016-03-22 Jose E. Marchesi <jose.marchesi@oracle.com>
157 * sparc-opc.c (sparc_opcodes): Reorder entries for `rd' in order
158 to get a proper diagnostic when an invalid ASR register is used.
160 2016-03-22 Nick Clifton <nickc@redhat.com>
162 * configure: Regenerate.
164 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
166 * arc-nps400-tbl.h: New file.
167 * arc-opc.c: Add top level comment.
168 (insert_nps_3bit_dst): New function.
169 (extract_nps_3bit_dst): New function.
170 (insert_nps_3bit_src2): New function.
171 (extract_nps_3bit_src2): New function.
172 (insert_nps_bitop_size): New function.
173 (extract_nps_bitop_size): New function.
174 (arc_flag_operands): Add nps400 entries.
175 (arc_flag_classes): Add nps400 entries.
176 (arc_operands): Add nps400 entries.
177 (arc_opcodes): Add nps400 include.
179 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
181 * arc-opc.c (arc_flag_classes): Convert all flag classes to use
182 the new class enum values.
184 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
186 * arc-dis.c (print_insn_arc): Handle nps400.
188 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
190 * arc-opc.c (BASE): Delete.
192 2016-03-18 Nick Clifton <nickc@redhat.com>
195 * aarch64-tbl.h (aarch64_opcode_table): Fix type of second operand
196 of MOV insn that aliases an ORR insn.
198 2016-03-16 Jiong Wang <jiong.wang@arm.com>
200 * arm-dis.c (neon_opcodes): Support new FP16 instructions.
202 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
204 * mcore-opc.h: Add const qualifiers.
205 * microblaze-opc.h (struct op_code_struct): Likewise.
206 * sh-opc.h: Likewise.
207 * tic4x-dis.c (tic4x_print_indirect): Likewise.
208 (tic4x_print_op): Likewise.
210 2016-03-02 Alan Modra <amodra@gmail.com>
212 * or1k-desc.h: Regenerate.
213 * fr30-ibld.c: Regenerate.
214 * rl78-decode.c: Regenerate.
216 2016-03-01 Nick Clifton <nickc@redhat.com>
219 * rl78-dis.c (print_insn_rl78_common): Fix typo.
221 2016-02-24 Renlin Li <renlin.li@arm.com>
223 * arm-dis.c (coprocessor_opcodes): Add fp16 instruction entries.
224 (print_insn_coprocessor): Support fp16 instructions.
226 2016-02-24 Renlin Li <renlin.li@arm.com>
228 * arm-dis.c (print_insn_coprocessor): Fix mask for vsel, vmaxnm,
231 2016-02-24 Renlin Li <renlin.li@arm.com>
233 * arm-dis.c (print_insn_coprocessor): Check co-processor number for
234 cpd/cpd2, mcr/mcr2, mrc/mrc2, ldc/ldc2, stc/stc2.
236 2016-02-15 H.J. Lu <hongjiu.lu@intel.com>
238 * i386-dis.c (print_insn): Parenthesize expression to prevent
242 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
243 Janek van Oirschot <jvanoirs@synopsys.com>
245 * arc-opc.c (arc_relax_opcodes, arc_num_relax_opcodes): New
248 2016-02-04 Nick Clifton <nickc@redhat.com>
251 * msp430-dis.c (print_insn_msp430): Add a special case for
252 decoding an RRC instruction with the ZC bit set in the extension
255 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
257 * cgen-ibld.in (insert_normal): Rework calculation of shift.
258 * epiphany-ibld.c: Regenerate.
259 * fr30-ibld.c: Regenerate.
260 * frv-ibld.c: Regenerate.
261 * ip2k-ibld.c: Regenerate.
262 * iq2000-ibld.c: Regenerate.
263 * lm32-ibld.c: Regenerate.
264 * m32c-ibld.c: Regenerate.
265 * m32r-ibld.c: Regenerate.
266 * mep-ibld.c: Regenerate.
267 * mt-ibld.c: Regenerate.
268 * or1k-ibld.c: Regenerate.
269 * xc16x-ibld.c: Regenerate.
270 * xstormy16-ibld.c: Regenerate.
272 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
274 * epiphany-dis.c: Regenerated from latest cpu files.
276 2016-02-01 Michael McConville <mmcco@mykolab.com>
278 * cgen-dis.c (count_decodable_bits): Use unsigned value for mask
281 2016-01-25 Renlin Li <renlin.li@arm.com>
283 * arm-dis.c (mapping_symbol_for_insn): New function.
284 (find_ifthen_state): Call mapping_symbol_for_insn().
286 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
288 * aarch64-opc.c (operand_general_constraint_met_p): Check validity
289 of MSR UAO immediate operand.
291 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
293 * mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
296 2016-01-17 Alan Modra <amodra@gmail.com>
298 * configure: Regenerate.
300 2016-01-14 Nick Clifton <nickc@redhat.com>
302 * rl78-decode.opc (rl78_decode_opcode): Add 's' operand to movw
303 instructions that can support stack pointer operations.
304 * rl78-decode.c: Regenerate.
305 * rl78-dis.c: Fix display of stack pointer in MOVW based
308 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
310 * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals
311 testing for RAS support. Add checks for erxfr_el1, erxctlr_el1,
312 erxtatus_el1 and erxaddr_el1.
314 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
316 * arm-dis.c (arm_opcodes): Add "esb".
317 (thumb_opcodes): Likewise.
319 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
321 * ppc-opc.c <xscmpnedp>: Delete.
322 <xvcmpnedp>: Likewise.
323 <xvcmpnedp.>: Likewise.
324 <xvcmpnesp>: Likewise.
325 <xvcmpnesp.>: Likewise.
327 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
330 * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
333 2016-01-01 Alan Modra <amodra@gmail.com>
335 Update year range in copyright notice of all files.
337 For older changes see ChangeLog-2015
339 Copyright (C) 2016 Free Software Foundation, Inc.
341 Copying and distribution of this file, with or without modification,
342 are permitted in any medium without royalty provided the copyright
343 notice and this notice are preserved.
349 version-control: never