]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - opcodes/ChangeLog
Update ARC instruction data-base.
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
1 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
2
3 * arc-tbl.h: Add rtsc, sleep with no arguments.
4
5 2016-04-12 Claudiu Zissulescu <claziss@synopsys.com>
6
7 * arc-opc.c (flags_none, flags_f, flags_cc, flags_ccf):
8 Initialize.
9 (arg_none, arg_32bit_rarbrc, arg_32bit_zarbrc, arg_32bit_rbrbrc)
10 (arg_32bit_rarbu6, arg_32bit_zarbu6, arg_32bit_rbrbu6)
11 (arg_32bit_rbrbs12, arg_32bit_ralimmrc, arg_32bit_rarblimm)
12 (arg_32bit_zalimmrc, arg_32bit_zarblimm, arg_32bit_rbrblimm)
13 (arg_32bit_ralimmu6, arg_32bit_zalimmu6, arg_32bit_zalimms12)
14 (arg_32bit_ralimmlimm, arg_32bit_zalimmlimm, arg_32bit_rbrc)
15 (arg_32bit_zarc, arg_32bit_rbu6, arg_32bit_zau6, arg_32bit_rblimm)
16 (arg_32bit_zalimm, arg_32bit_limmrc, arg_32bit_limmu6)
17 (arg_32bit_limms12, arg_32bit_limmlimm): Likewise.
18 (arc_opcode arc_opcodes): Null terminate the array.
19 (arc_num_opcodes): Remove.
20 * arc-ext.h (INSERT_XOP): Define.
21 (extInstruction_t): Likewise.
22 (arcExtMap_instName): Delete.
23 (arcExtMap_insn): New function.
24 (arcExtMap_genOpcode): Likewise.
25 * arc-ext.c (ExtInstruction): Remove.
26 (create_map): Zero initialize instruction fields.
27 (arcExtMap_instName): Remove.
28 (arcExtMap_insn): New function.
29 (dump_ARC_extmap): More info while debuging.
30 (arcExtMap_genOpcode): New function.
31 * arc-dis.c (find_format): New function.
32 (print_insn_arc): Use find_format.
33 (arc_get_disassembler): Enable dump_ARC_extmap only when
34 debugging.
35
36 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
37
38 * mips-dis.c (print_mips16_insn_arg): Mask unused extended
39 instruction bits out.
40
41 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * arc-nps400-tbl.h: Add schd, sync, and hwschd instructions.
44 * arc-opc.c (arc_flag_operands): Add new flags.
45 (arc_flag_classes): Add new classes.
46
47 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * arc-opc.c (arc_opcodes): Extend comment to discus table layout.
50
51 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * arc-nps400-tbl.h: Add movbi, decode1, fbset, fbclear, encode0,
54 encode1, rflt, crc16, and crc32 instructions.
55 * arc-opc.c (arc_flag_operands): Add F_NPS_R.
56 (arc_flag_classes): Add C_NPS_R.
57 (insert_nps_bitop_size_2b): New function.
58 (extract_nps_bitop_size_2b): Likewise.
59 (insert_nps_bitop_uimm8): Likewise.
60 (extract_nps_bitop_uimm8): Likewise.
61 (arc_operands): Add new operand entries.
62
63 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
64
65 * arc-regs.h: Add a new subclass field. Add double assist
66 accumulator register values.
67 * arc-tbl.h: Use DPA subclass to mark the double assist
68 instructions. Use DPX/SPX subclas to mark the FPX instructions.
69 * arc-opc.c (RSP): Define instead of SP.
70 (arc_aux_regs): Add the subclass field.
71
72 2016-04-05 Jiong Wang <jiong.wang@arm.com>
73
74 * arm-dis.c: Support FP16 vmul, vmla, vmls (by scalar).
75
76 2016-03-31 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 * arc-opc.c (arc_operands): Fix operand flags for NPS_R_DST, and
79 NPS_R_SRC1.
80
81 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * arc-nps400-tbl.h: Add a header comment, and fix some whitespace
84 issues. No functional changes.
85
86 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
87
88 * arc-regs.h (IC_RAM_ADDRESS, IC_TAG, IC_WP, IC_DATA, CONTROL0)
89 (AX2, AY2, MX2, MY2, AY0, AY1, DC_RAM_ADDR, DC_TAG, CONTROL1)
90 (RTT): Remove duplicate.
91 (LCDINSTR, LCDDATA, LCDSTAT, CC_*, PCT_COUNT*, PCT_SNAP*)
92 (PCT_CONFIG*): Remove.
93 (D1L, D1H, D2H, D2L): Define.
94
95 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
96
97 * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
98
99 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
100
101 * arc-tbl.h (invld07): Remove.
102 * arc-ext-tbl.h: New file.
103 * arc-dis.c (FIELDA, FIELDB, FIELDC): Remove.
104 * arc-opc.c (arc_opcodes): Add ext-tbl include.
105
106 2016-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 Fix -Wstack-usage warnings.
109 * aarch64-dis.c (print_operands): Substitute size.
110 * aarch64-opc.c (print_register_offset_address): Substitute tblen.
111
112 2016-03-22 Jose E. Marchesi <jose.marchesi@oracle.com>
113
114 * sparc-opc.c (sparc_opcodes): Reorder entries for `rd' in order
115 to get a proper diagnostic when an invalid ASR register is used.
116
117 2016-03-22 Nick Clifton <nickc@redhat.com>
118
119 * configure: Regenerate.
120
121 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * arc-nps400-tbl.h: New file.
124 * arc-opc.c: Add top level comment.
125 (insert_nps_3bit_dst): New function.
126 (extract_nps_3bit_dst): New function.
127 (insert_nps_3bit_src2): New function.
128 (extract_nps_3bit_src2): New function.
129 (insert_nps_bitop_size): New function.
130 (extract_nps_bitop_size): New function.
131 (arc_flag_operands): Add nps400 entries.
132 (arc_flag_classes): Add nps400 entries.
133 (arc_operands): Add nps400 entries.
134 (arc_opcodes): Add nps400 include.
135
136 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * arc-opc.c (arc_flag_classes): Convert all flag classes to use
139 the new class enum values.
140
141 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * arc-dis.c (print_insn_arc): Handle nps400.
144
145 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * arc-opc.c (BASE): Delete.
148
149 2016-03-18 Nick Clifton <nickc@redhat.com>
150
151 PR target/19721
152 * aarch64-tbl.h (aarch64_opcode_table): Fix type of second operand
153 of MOV insn that aliases an ORR insn.
154
155 2016-03-16 Jiong Wang <jiong.wang@arm.com>
156
157 * arm-dis.c (neon_opcodes): Support new FP16 instructions.
158
159 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
160
161 * mcore-opc.h: Add const qualifiers.
162 * microblaze-opc.h (struct op_code_struct): Likewise.
163 * sh-opc.h: Likewise.
164 * tic4x-dis.c (tic4x_print_indirect): Likewise.
165 (tic4x_print_op): Likewise.
166
167 2016-03-02 Alan Modra <amodra@gmail.com>
168
169 * or1k-desc.h: Regenerate.
170 * fr30-ibld.c: Regenerate.
171 * rl78-decode.c: Regenerate.
172
173 2016-03-01 Nick Clifton <nickc@redhat.com>
174
175 PR target/19747
176 * rl78-dis.c (print_insn_rl78_common): Fix typo.
177
178 2016-02-24 Renlin Li <renlin.li@arm.com>
179
180 * arm-dis.c (coprocessor_opcodes): Add fp16 instruction entries.
181 (print_insn_coprocessor): Support fp16 instructions.
182
183 2016-02-24 Renlin Li <renlin.li@arm.com>
184
185 * arm-dis.c (print_insn_coprocessor): Fix mask for vsel, vmaxnm,
186 vminnm, vrint(mpna).
187
188 2016-02-24 Renlin Li <renlin.li@arm.com>
189
190 * arm-dis.c (print_insn_coprocessor): Check co-processor number for
191 cpd/cpd2, mcr/mcr2, mrc/mrc2, ldc/ldc2, stc/stc2.
192
193 2016-02-15 H.J. Lu <hongjiu.lu@intel.com>
194
195 * i386-dis.c (print_insn): Parenthesize expression to prevent
196 truncated addresses.
197 (OP_J): Likewise.
198
199 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
200 Janek van Oirschot <jvanoirs@synopsys.com>
201
202 * arc-opc.c (arc_relax_opcodes, arc_num_relax_opcodes): New
203 variable.
204
205 2016-02-04 Nick Clifton <nickc@redhat.com>
206
207 PR target/19561
208 * msp430-dis.c (print_insn_msp430): Add a special case for
209 decoding an RRC instruction with the ZC bit set in the extension
210 word.
211
212 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * cgen-ibld.in (insert_normal): Rework calculation of shift.
215 * epiphany-ibld.c: Regenerate.
216 * fr30-ibld.c: Regenerate.
217 * frv-ibld.c: Regenerate.
218 * ip2k-ibld.c: Regenerate.
219 * iq2000-ibld.c: Regenerate.
220 * lm32-ibld.c: Regenerate.
221 * m32c-ibld.c: Regenerate.
222 * m32r-ibld.c: Regenerate.
223 * mep-ibld.c: Regenerate.
224 * mt-ibld.c: Regenerate.
225 * or1k-ibld.c: Regenerate.
226 * xc16x-ibld.c: Regenerate.
227 * xstormy16-ibld.c: Regenerate.
228
229 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * epiphany-dis.c: Regenerated from latest cpu files.
232
233 2016-02-01 Michael McConville <mmcco@mykolab.com>
234
235 * cgen-dis.c (count_decodable_bits): Use unsigned value for mask
236 test bit.
237
238 2016-01-25 Renlin Li <renlin.li@arm.com>
239
240 * arm-dis.c (mapping_symbol_for_insn): New function.
241 (find_ifthen_state): Call mapping_symbol_for_insn().
242
243 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
244
245 * aarch64-opc.c (operand_general_constraint_met_p): Check validity
246 of MSR UAO immediate operand.
247
248 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
249
250 * mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
251 instruction support.
252
253 2016-01-17 Alan Modra <amodra@gmail.com>
254
255 * configure: Regenerate.
256
257 2016-01-14 Nick Clifton <nickc@redhat.com>
258
259 * rl78-decode.opc (rl78_decode_opcode): Add 's' operand to movw
260 instructions that can support stack pointer operations.
261 * rl78-decode.c: Regenerate.
262 * rl78-dis.c: Fix display of stack pointer in MOVW based
263 instructions.
264
265 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
266
267 * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals
268 testing for RAS support. Add checks for erxfr_el1, erxctlr_el1,
269 erxtatus_el1 and erxaddr_el1.
270
271 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
272
273 * arm-dis.c (arm_opcodes): Add "esb".
274 (thumb_opcodes): Likewise.
275
276 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
277
278 * ppc-opc.c <xscmpnedp>: Delete.
279 <xvcmpnedp>: Likewise.
280 <xvcmpnedp.>: Likewise.
281 <xvcmpnesp>: Likewise.
282 <xvcmpnesp.>: Likewise.
283
284 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
285
286 PR gas/13050
287 * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
288 addition to ISA_A.
289
290 2016-01-01 Alan Modra <amodra@gmail.com>
291
292 Update year range in copyright notice of all files.
293
294 For older changes see ChangeLog-2015
295 \f
296 Copyright (C) 2016 Free Software Foundation, Inc.
297
298 Copying and distribution of this file, with or without modification,
299 are permitted in any medium without royalty provided the copyright
300 notice and this notice are preserved.
301
302 Local Variables:
303 mode: change-log
304 left-margin: 8
305 fill-column: 74
306 version-control: never
307 End: