Add common AARCH64 REGNUM defines
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
63a25ea0
AW
12017-10-24 Andrew Waterman <andrew@sifive.com>
2
3 * riscv-opc.c (match_c_addi16sp) : New function.
4 (match_c_addi4spn): New function.
5 (match_c_lui): Don't allow 0-immediate encodings.
6 (riscv_opcodes) <addi>: Use the above functions.
7 <add>: Likewise.
8 <c.addi4spn>: Likewise.
9 <c.addi16sp>: Likewise.
10
fe4e2a3c
IT
112017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
12
13 * i386-init.h: Regenerate
14 * i386-tbl.h: Likewise
15
2739ef6d
IT
162017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
17
18 * i386-dis.c (enum): Add PREFIX_EVEX_0F3854, PREFIX_EVEX_0F388F.
19 (enum): Add EVEX_W_0F3854_P_2.
20 * i386-dis-evex.h (evex_table): Updated.
21 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_BITALG,
22 CPU_ANY_AVX512_BITALG_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
23 (cpu_flags): Add CpuAVX512_BITALG.
24 * i386-opc.h (enum): Add CpuAVX512_BITALG.
25 (i386_cpu_flags): Add cpuavx512_bitalg..
26 * i386-opc.tbl: Add Intel AVX512_BITALG instructions.
27 * i386-init.h: Regenerate.
28 * i386-tbl.h: Likewise.
29
302017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
31
32 * i386-dis.c (enum): Add PREFIX_EVEX_0F3850, PREFIX_EVEX_0F3851.
33 * i386-dis-evex.h (evex_table): Updated.
34 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_VNNI,
35 CPU_ANY_AVX512_VNNI_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
36 (cpu_flags): Add CpuAVX512_VNNI.
37 * i386-opc.h (enum): Add CpuAVX512_VNNI.
38 (i386_cpu_flags): Add cpuavx512_vnni.
39 * i386-opc.tbl Add Intel AVX512_VNNI instructions.
40 * i386-init.h: Regenerate.
41 * i386-tbl.h: Likewise.
42
432017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
44
45 * i386-dis.c (enum): Add PREFIX_EVEX_0F3A44.
46 (enum): Remove VEX_LEN_0F3A44_P_2.
47 (vex_len_table): Ditto.
48 (enum): Remove VEX_W_0F3A44_P_2.
49 (vew_w_table): Ditto.
50 (prefix_table): Adjust instructions (see prefixes above).
51 * i386-dis-evex.h (evex_table):
52 Add new instructions (see prefixes above).
53 * i386-gen.c (cpu_flag_init): Add VPCLMULQDQ.
54 (bitfield_cpu_flags): Ditto.
55 * i386-opc.h (enum): Ditto.
56 (i386_cpu_flags): Ditto.
57 (CpuUnused): Comment out to avoid zero-width field problem.
58 * i386-opc.tbl (vpclmulqdq): New instruction.
59 * i386-init.h: Regenerate.
60 * i386-tbl.h: Ditto.
61
622017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
63
64 * i386-dis.c (enum): Add PREFIX_EVEX_0F38DC, PREFIX_EVEX_0F38DD,
65 PREFIX_EVEX_0F38DE, PREFIX_EVEX_0F38DF.
66 (enum): Remove VEX_LEN_0F38DC_P_2, VEX_LEN_0F38DD_P_2,
67 VEX_LEN_0F38DE_P_2, VEX_LEN_0F38DF_P_2.
68 (vex_len_table): Ditto.
69 (enum): Remove VEX_W_0F38DC_P_2, VEX_W_0F38DD_P_2,
70 VEX_W_0F38DE_P_2, VEX_W_0F38DF_P_2.
71 (vew_w_table): Ditto.
72 (prefix_table): Adjust instructions (see prefixes above).
73 * i386-dis-evex.h (evex_table):
74 Add new instructions (see prefixes above).
75 * i386-gen.c (cpu_flag_init): Add VAES.
76 (bitfield_cpu_flags): Ditto.
77 * i386-opc.h (enum): Ditto.
78 (i386_cpu_flags): Ditto.
79 * i386-opc.tbl (vaes{enc,dec}{last,}): New instructions.
80 * i386-init.h: Regenerate.
81 * i386-tbl.h: Ditto.
82
832017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
84
85 * i386-dis.c (enum): Add PREFIX_0F38CF, PREFIX_0F3ACE, PREFIX_0F3ACF,
86 PREFIX_VEX_0F38CF, PREFIX_VEX_0F3ACE, PREFIX_VEX_0F3ACF,
87 PREFIX_EVEX_0F38CF, PREFIX_EVEX_0F3ACE, PREFIX_EVEX_0F3ACF.
88 (enum): Add VEX_W_0F38CF_P_2, VEX_W_0F3ACE_P_2, VEX_W_0F3ACF_P_2,
89 EVEX_W_0F3ACE_P_2, EVEX_W_0F3ACF_P_2.
90 (prefix_table): Updated (see prefixes above).
91 (three_byte_table): Likewise.
92 (vex_w_table): Likewise.
93 * i386-dis-evex.h: Likewise.
94 * i386-gen.c (cpu_flag_init): Add CPU_GFNI_FLAGS, CpuGFNI.
95 (cpu_flags): Add CpuGFNI.
96 * i386-opc.h (enum): Add CpuGFNI.
97 (i386_cpu_flags): Add cpugfni.
98 * i386-opc.tbl: Add Intel GFNI instructions.
99 * i386-init.h: Regenerate.
100 * i386-tbl.h: Likewise.
101
1022017-10-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
103
104 * i386-dis.c (enum): Add b_scalar_mode, w_scalar_mode.
105 Define EXbScalar and EXwScalar for OP_EX.
106 (enum): Add PREFIX_EVEX_0F3862, PREFIX_EVEX_0F3863,
107 PREFIX_EVEX_0F3870, PREFIX_EVEX_0F3871, PREFIX_EVEX_0F3872,
108 PREFIX_EVEX_0F3873, PREFIX_EVEX_0F3A70, PREFIX_EVEX_0F3A71,
109 PREFIX_EVEX_0F3A72, PREFIX_EVEX_0F3A73.
110 (enum): Add EVEX_W_0F3862_P_2, EVEX_W_0F3863_P_2,
111 EVEX_W_0F3870_P_2, EVEX_W_0F3871_P_2, EVEX_W_0F3872_P_2,
112 EVEX_W_0F3873_P_2, EVEX_W_0F3A70_P_2, EVEX_W_0F3A71_P_2,
113 EVEX_W_0F3A72_P_2, EVEX_W_0F3A73_P_2.
114 (intel_operand_size): Handle b_scalar_mode and w_scalar_mode.
115 (OP_E_memory): Likewise.
116 * i386-dis-evex.h: Updated.
117 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_VBMI2,
118 CPU_ANY_AVX512_VBMI2_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
119 (cpu_flags): Add CpuAVX512_VBMI2.
120 * i386-opc.h (enum): Add CpuAVX512_VBMI2.
121 (i386_cpu_flags): Add cpuavx512_vbmi2.
122 * i386-opc.tbl: Add Intel AVX512_VBMI2 instructions.
123 * i386-init.h: Regenerate.
124 * i386-tbl.h: Likewise.
125
2a6969e1
EB
1262017-10-18 Eric Botcazou <ebotcazou@adacore.com>
127
128 * visium-dis.c (disassem_class1) <case 0>: Print the operands.
129
3b4b0a62
JB
1302017-10-12 James Bowman <james.bowman@ftdichip.com>
131
132 * ft32-dis.c (print_insn_ft32): Replace FT32_FLD_K8 with K15.
133 * ft32-opc.c (ft32_opc_info): Replace FT32_FLD_K8 with
134 K15. Add jmpix pattern.
135
8e464506
AK
1362017-10-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
137
138 * s390-opc.txt (prno, tpei, irbm): New instructions added.
139
ee6767da
AK
1402017-10-09 Heiko Carstens <heiko.carstens@de.ibm.com>
141
142 * s390-opc.c (INSTR_SI_RD): New macro.
143 (INSTR_S_RD): Adjust example instruction.
144 * s390-opc.txt (lpsw, ssm, ts): Change S_RD instruction format to
145 SI_RD.
146
d2e6c9a3
AF
1472017-10-01 Alexander Fedotov <alfedotov@gmail.com>
148
149 * ppc-opc.c (vle_opcodes): Add e_lmvsprw, e_lmvgprw,
150 e_lmvsrrw, e_lmvcsrrw and e_lmvcsrrw as official mnemonics for
151 VLE multimple load/store instructions. Old e_ldm* variants are
152 kept as aliases.
153 Add missing e_lmvmcsrrw and e_stmvmcsrrw.
154
8e43602e
NC
1552017-09-27 Nick Clifton <nickc@redhat.com>
156
157 PR 22179
158 * riscv-opc.c (riscv_opcodes): Add fmv.x.w and fmv.w.x as the new
159 names for the fmv.x.s and fmv.s.x instructions respectively.
160
58a0b827
NC
1612017-09-26 do <do@nerilex.org>
162
163 PR 22123
164 * m68k-opc.c (m68k_opcodes): Allow macw and macl instructions to
165 be used on CPUs that have emacs support.
166
57a024f4
SDJ
1672017-09-21 Sergio Durigan Junior <sergiodj@redhat.com>
168
169 * aarch64-opc.c (expand_fp_imm): Initialize 'imm'.
170
4ec521f2
KLC
1712017-09-09 Kamil Rytarowski <n54@gmx.com>
172
173 * nds32-asm.c: Rename __BIT() to N32_BIT().
174 * nds32-asm.h: Likewise.
175 * nds32-dis.c: Likewise.
176
4e9ac44a
L
1772017-09-09 H.J. Lu <hongjiu.lu@intel.com>
178
179 * i386-dis.c (last_active_prefix): Removed.
180 (ckprefix): Don't set last_active_prefix.
181 (NOTRACK_Fixup): Don't check last_active_prefix.
182
b55f3386
NC
1832017-08-31 Nick Clifton <nickc@redhat.com>
184
185 * po/fr.po: Updated French translation.
186
59e8523b
JB
1872017-08-31 James Bowman <james.bowman@ftdichip.com>
188
189 * ft32-dis.c (print_insn_ft32): Correct display of non-address
190 fields.
191
74081948
AF
1922017-08-23 Alexander Fedotov <alexander.fedotov@nxp.com>
193 Edmar Wienskoski <edmar.wienskoski@nxp.com>
194
195 * ppc-dis.c (ppc_mopt): Add PPC_OPCODE_SPE2 and
196 PPC_OPCODE_EFS2 flag to "e200z4" entry.
197 New entries efs2 and spe2.
198 Add PPC_OPCODE_SPE2 and PPC_OPCODE_EFS2 flag to "vle" entry.
199 (SPE2_OPCD_SEGS): New macro.
200 (spe2_opcd_indices): New.
201 (disassemble_init_powerpc): Handle SPE2 opcodes.
202 (lookup_spe2): New function.
203 (print_insn_powerpc): call lookup_spe2.
204 * ppc-opc.c (insert_evuimm1_ex0): New function.
205 (extract_evuimm1_ex0): Likewise.
206 (insert_evuimm_lt8): Likewise.
207 (extract_evuimm_lt8): Likewise.
208 (insert_off_spe2): Likewise.
209 (extract_off_spe2): Likewise.
210 (insert_Ddd): Likewise.
211 (extract_Ddd): Likewise.
212 (DD): New operand.
213 (EVUIMM_LT8): Likewise.
214 (EVUIMM_LT16): Adjust.
215 (MMMM): New operand.
216 (EVUIMM_1): Likewise.
217 (EVUIMM_1_EX0): Likewise.
218 (EVUIMM_2): Adjust.
219 (NNN): New operand.
220 (VX_OFF_SPE2): Likewise.
221 (BBB): Likewise.
222 (DDD): Likewise.
223 (VX_MASK_DDD): New mask.
224 (HH): New operand.
225 (VX_RA_CONST): New macro.
226 (VX_RA_CONST_MASK): Likewise.
227 (VX_RB_CONST): Likewise.
228 (VX_RB_CONST_MASK): Likewise.
229 (VX_OFF_SPE2_MASK): Likewise.
230 (VX_SPE_CRFD): Likewise.
231 (VX_SPE_CRFD_MASK VX): Likewise.
232 (VX_SPE2_CLR): Likewise.
233 (VX_SPE2_CLR_MASK): Likewise.
234 (VX_SPE2_SPLATB): Likewise.
235 (VX_SPE2_SPLATB_MASK): Likewise.
236 (VX_SPE2_OCTET): Likewise.
237 (VX_SPE2_OCTET_MASK): Likewise.
238 (VX_SPE2_DDHH): Likewise.
239 (VX_SPE2_DDHH_MASK): Likewise.
240 (VX_SPE2_HH): Likewise.
241 (VX_SPE2_HH_MASK): Likewise.
242 (VX_SPE2_EVMAR): Likewise.
243 (VX_SPE2_EVMAR_MASK): Likewise.
244 (PPCSPE2): Likewise.
245 (PPCEFS2): Likewise.
246 (vle_opcodes): Add EFS2 and some missing SPE opcodes.
247 (powerpc_macros): Map old SPE instructions have new names
248 with the same opcodes. Add SPE2 instructions which just are
249 mapped to SPE2.
250 (spe2_opcodes): Add SPE2 opcodes.
251
b80c7270
AM
2522017-08-23 Alan Modra <amodra@gmail.com>
253
254 * ppc-opc.c: Formatting and comment fixes. Move insert and
255 extract functions earlier, deleting forward declarations.
256 (insert_nbi, insert_raq, insert_rbx): Expand use of RT_MASK and
257 RA_MASK.
258
67d888f5
PD
2592017-08-22 Palmer Dabbelt <palmer@dabbelt.com>
260
261 * riscv-opc.c (riscv_opcodes): Mark "c.nop" as an alias.
262
e3c2f928
AF
2632017-08-21 Alexander Fedotov <alexander.fedotov@nxp.com>
264 Edmar Wienskoski <edmar.wienskoski@nxp.com>
265
266 * ppc-opc.c (insert_evuimm2_ex0): New function.
267 (extract_evuimm2_ex0): Likewise.
268 (insert_evuimm4_ex0): Likewise.
269 (extract_evuimm4_ex0): Likewise.
270 (insert_evuimm8_ex0): Likewise.
271 (extract_evuimm8_ex0): Likewise.
272 (insert_evuimm_lt16): Likewise.
273 (extract_evuimm_lt16): Likewise.
274 (insert_rD_rS_even): Likewise.
275 (extract_rD_rS_even): Likewise.
276 (insert_off_lsp): Likewise.
277 (extract_off_lsp): Likewise.
278 (RD_EVEN): New operand.
279 (RS_EVEN): Likewise.
280 (RSQ): Adjust.
281 (EVUIMM_LT16): New operand.
282 (HTM_SI): Adjust.
283 (EVUIMM_2_EX0): New operand.
284 (EVUIMM_4): Adjust.
285 (EVUIMM_4_EX0): New operand.
286 (EVUIMM_8): Adjust.
287 (EVUIMM_8_EX0): New operand.
288 (WS): Adjust.
289 (VX_OFF): New operand.
290 (VX_LSP): New macro.
291 (VX_LSP_MASK): Likewise.
292 (VX_LSP_OFF_MASK): Likewise.
293 (PPC_OPCODE_LSP): Likewise.
294 (vle_opcodes): Add LSP opcodes.
295 * ppc-dis.c (ppc_mopt): Add PPC_OPCODE_LSP flag to "vle" entry.
296
cc4a945a
JW
2972017-08-09 Jiong Wang <jiong.wang@arm.com>
298
299 * arm-dis.c (thumb32_opcodes): Use format 'R' instead of 'S' for
300 register operands in CRC instructions.
301 (print_insn_thumb32): Remove "<bitfield>S" support. Updated the
302 comments.
303
b28b8b5e
L
3042017-08-07 H.J. Lu <hongjiu.lu@intel.com>
305
306 * disassemble.c (disassembler): Mark big and mach with
307 ATTRIBUTE_UNUSED.
308
e347efc3
MR
3092017-08-07 Maciej W. Rozycki <macro@imgtec.com>
310
311 * disassemble.c (disassembler): Remove arch/mach/endian
312 assertions.
313
7cbc739c
NC
3142017-07-25 Nick Clifton <nickc@redhat.com>
315
316 PR 21739
317 * arc-opc.c (insert_rhv2): Use lower case first letter in error
318 message.
319 (insert_r0): Likewise.
320 (insert_r1): Likewise.
321 (insert_r2): Likewise.
322 (insert_r3): Likewise.
323 (insert_sp): Likewise.
324 (insert_gp): Likewise.
325 (insert_pcl): Likewise.
326 (insert_blink): Likewise.
327 (insert_ilink1): Likewise.
328 (insert_ilink2): Likewise.
329 (insert_ras): Likewise.
330 (insert_rbs): Likewise.
331 (insert_rcs): Likewise.
332 (insert_simm3s): Likewise.
333 (insert_rrange): Likewise.
334 (insert_r13el): Likewise.
335 (insert_fpel): Likewise.
336 (insert_blinkel): Likewise.
337 (insert_pclel): Likewise.
338 (insert_nps_bitop_size_2b): Likewise.
339 (insert_nps_imm_offset): Likewise.
340 (insert_nps_imm_entry): Likewise.
341 (insert_nps_size_16bit): Likewise.
342 (insert_nps_##NAME##_pos): Likewise.
343 (insert_nps_##NAME): Likewise.
344 (insert_nps_bitop_ins_ext): Likewise.
345 (insert_nps_##NAME): Likewise.
346 (insert_nps_min_hofs): Likewise.
347 (insert_nps_##NAME): Likewise.
348 (insert_nps_rbdouble_64): Likewise.
349 (insert_nps_misc_imm_offset): Likewise.
350 * riscv-dis.c (print_riscv_disassembler_options): Fix typo in
351 option description.
352
7684e580
JW
3532017-07-24 Laurent Desnogues <laurent.desnogues@arm.com>
354 Jiong Wang <jiong.wang@arm.com>
355
356 * aarch64-gen.c (print_decision_tree_1): Reverse the index of PATTERN to
357 correct the print.
358 * aarch64-dis-2.c: Regenerated.
359
47826cdb
AK
3602017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
361
362 * s390-mkopc.c (main): Enable z14 as CPU string in the opcode
363 table.
364
2d2dbad0
NC
3652017-07-20 Nick Clifton <nickc@redhat.com>
366
367 * po/de.po: Updated German translation.
368
70b448ba 3692017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
370
371 * arc-regs.h (sec_stat): New aux register.
372 (aux_kernel_sp): Likewise.
373 (aux_sec_u_sp): Likewise.
374 (aux_sec_k_sp): Likewise.
375 (sec_vecbase_build): Likewise.
376 (nsc_table_top): Likewise.
377 (nsc_table_base): Likewise.
378 (ersec_stat): Likewise.
379 (aux_sec_except): Likewise.
380
7179e0e6
CZ
3812017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
382
383 * arc-opc.c (extract_uimm12_20): New function.
384 (UIMM12_20): New operand.
385 (SIMM3_5_S): Adjust.
386 * arc-tbl.h (sjli): Add new instruction.
387
684d5a10
JEM
3882017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
389 John Eric Martin <John.Martin@emmicro-us.com>
390
391 * arc-opc.c (UIMM10_6_S_JLIOFF): Define.
392 (UIMM3_23): Adjust accordingly.
393 * arc-regs.h: Add/correct jli_base register.
394 * arc-tbl.h (jli_s): Likewise.
395
de194d85
YC
3962017-07-18 Nick Clifton <nickc@redhat.com>
397
398 PR 21775
399 * aarch64-opc.c: Fix spelling typos.
400 * i386-dis.c: Likewise.
401
0f6329bd
RB
4022017-07-14 Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
403
404 * dis-buf.c (buffer_read_memory): Change type of end_addr_offset,
405 max_addr_offset and octets variables to size_t.
406
429d795d
AM
4072017-07-12 Alan Modra <amodra@gmail.com>
408
409 * po/da.po: Update from translationproject.org/latest/opcodes/.
410 * po/de.po: Likewise.
411 * po/es.po: Likewise.
412 * po/fi.po: Likewise.
413 * po/fr.po: Likewise.
414 * po/id.po: Likewise.
415 * po/it.po: Likewise.
416 * po/nl.po: Likewise.
417 * po/pt_BR.po: Likewise.
418 * po/ro.po: Likewise.
419 * po/sv.po: Likewise.
420 * po/tr.po: Likewise.
421 * po/uk.po: Likewise.
422 * po/vi.po: Likewise.
423 * po/zh_CN.po: Likewise.
424
4162bb66
AM
4252017-07-11 Yao Qi <yao.qi@linaro.org>
426 Alan Modra <amodra@gmail.com>
427
428 * cgen.sh: Mark generated files read-only.
429 * epiphany-asm.c: Regenerate.
430 * epiphany-desc.c: Regenerate.
431 * epiphany-desc.h: Regenerate.
432 * epiphany-dis.c: Regenerate.
433 * epiphany-ibld.c: Regenerate.
434 * epiphany-opc.c: Regenerate.
435 * epiphany-opc.h: Regenerate.
436 * fr30-asm.c: Regenerate.
437 * fr30-desc.c: Regenerate.
438 * fr30-desc.h: Regenerate.
439 * fr30-dis.c: Regenerate.
440 * fr30-ibld.c: Regenerate.
441 * fr30-opc.c: Regenerate.
442 * fr30-opc.h: Regenerate.
443 * frv-asm.c: Regenerate.
444 * frv-desc.c: Regenerate.
445 * frv-desc.h: Regenerate.
446 * frv-dis.c: Regenerate.
447 * frv-ibld.c: Regenerate.
448 * frv-opc.c: Regenerate.
449 * frv-opc.h: Regenerate.
450 * ip2k-asm.c: Regenerate.
451 * ip2k-desc.c: Regenerate.
452 * ip2k-desc.h: Regenerate.
453 * ip2k-dis.c: Regenerate.
454 * ip2k-ibld.c: Regenerate.
455 * ip2k-opc.c: Regenerate.
456 * ip2k-opc.h: Regenerate.
457 * iq2000-asm.c: Regenerate.
458 * iq2000-desc.c: Regenerate.
459 * iq2000-desc.h: Regenerate.
460 * iq2000-dis.c: Regenerate.
461 * iq2000-ibld.c: Regenerate.
462 * iq2000-opc.c: Regenerate.
463 * iq2000-opc.h: Regenerate.
464 * lm32-asm.c: Regenerate.
465 * lm32-desc.c: Regenerate.
466 * lm32-desc.h: Regenerate.
467 * lm32-dis.c: Regenerate.
468 * lm32-ibld.c: Regenerate.
469 * lm32-opc.c: Regenerate.
470 * lm32-opc.h: Regenerate.
471 * lm32-opinst.c: Regenerate.
472 * m32c-asm.c: Regenerate.
473 * m32c-desc.c: Regenerate.
474 * m32c-desc.h: Regenerate.
475 * m32c-dis.c: Regenerate.
476 * m32c-ibld.c: Regenerate.
477 * m32c-opc.c: Regenerate.
478 * m32c-opc.h: Regenerate.
479 * m32r-asm.c: Regenerate.
480 * m32r-desc.c: Regenerate.
481 * m32r-desc.h: Regenerate.
482 * m32r-dis.c: Regenerate.
483 * m32r-ibld.c: Regenerate.
484 * m32r-opc.c: Regenerate.
485 * m32r-opc.h: Regenerate.
486 * m32r-opinst.c: Regenerate.
487 * mep-asm.c: Regenerate.
488 * mep-desc.c: Regenerate.
489 * mep-desc.h: Regenerate.
490 * mep-dis.c: Regenerate.
491 * mep-ibld.c: Regenerate.
492 * mep-opc.c: Regenerate.
493 * mep-opc.h: Regenerate.
494 * mt-asm.c: Regenerate.
495 * mt-desc.c: Regenerate.
496 * mt-desc.h: Regenerate.
497 * mt-dis.c: Regenerate.
498 * mt-ibld.c: Regenerate.
499 * mt-opc.c: Regenerate.
500 * mt-opc.h: Regenerate.
501 * or1k-asm.c: Regenerate.
502 * or1k-desc.c: Regenerate.
503 * or1k-desc.h: Regenerate.
504 * or1k-dis.c: Regenerate.
505 * or1k-ibld.c: Regenerate.
506 * or1k-opc.c: Regenerate.
507 * or1k-opc.h: Regenerate.
508 * or1k-opinst.c: Regenerate.
509 * xc16x-asm.c: Regenerate.
510 * xc16x-desc.c: Regenerate.
511 * xc16x-desc.h: Regenerate.
512 * xc16x-dis.c: Regenerate.
513 * xc16x-ibld.c: Regenerate.
514 * xc16x-opc.c: Regenerate.
515 * xc16x-opc.h: Regenerate.
516 * xstormy16-asm.c: Regenerate.
517 * xstormy16-desc.c: Regenerate.
518 * xstormy16-desc.h: Regenerate.
519 * xstormy16-dis.c: Regenerate.
520 * xstormy16-ibld.c: Regenerate.
521 * xstormy16-opc.c: Regenerate.
522 * xstormy16-opc.h: Regenerate.
523
7639175c
AM
5242017-07-07 Alan Modra <amodra@gmail.com>
525
526 * cgen-dis.in: Include disassemble.h, not dis-asm.h.
527 * m32c-dis.c: Regenerate.
528 * mep-dis.c: Regenerate.
529
e4bdd679
BP
5302017-07-05 Borislav Petkov <bp@suse.de>
531
532 * i386-dis.c: Enable ModRM.reg /6 aliases.
533
60c96dbf
RR
5342017-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
535
536 * opcodes/arm-dis.c: Support MVFR2 in disassembly
537 with vmrs and vmsr.
538
0d702cfe
TG
5392017-07-04 Tristan Gingold <gingold@adacore.com>
540
541 * configure: Regenerate.
542
15e6ed8c
TG
5432017-07-03 Tristan Gingold <gingold@adacore.com>
544
545 * po/opcodes.pot: Regenerate.
546
b1d3c886
MR
5472017-06-30 Maciej W. Rozycki <macro@imgtec.com>
548
549 * mips-opc.c (mips_builtin_opcodes): Move "lsa" and "dlsa"
550 entries to the MSA ASE instruction block.
551
909b4e3d
MR
5522017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
553 Maciej W. Rozycki <macro@imgtec.com>
554
555 * micromips-opc.c (XPA, XPAVZ): New macros.
556 (micromips_opcodes): Add "mfhc0", "mfhgc0", "mthc0" and
557 "mthgc0".
558
f5b2fd52
MR
5592017-06-30 Andrew Bennett <andrew.bennett@imgtec.com>
560 Maciej W. Rozycki <macro@imgtec.com>
561
562 * micromips-opc.c (I36): New macro.
563 (micromips_opcodes): Add "eretnc".
564
9785fc2a
MR
5652017-06-30 Maciej W. Rozycki <macro@imgtec.com>
566 Andrew Bennett <andrew.bennett@imgtec.com>
567
568 * mips-dis.c (mips_calculate_combination_ases): Handle the
569 ASE_XPA_VIRT flag.
570 (parse_mips_ase_option): New function.
571 (parse_mips_dis_option): Factor out ASE option handling to the
572 new function. Call `mips_calculate_combination_ases'.
573 * mips-opc.c (XPAVZ): New macro.
574 (mips_builtin_opcodes): Correct ISA and ASE flags for "mfhc0",
575 "mfhgc0", "mthc0" and "mthgc0".
576
60804c53
MR
5772017-06-29 Maciej W. Rozycki <macro@imgtec.com>
578
579 * mips-dis.c (mips_calculate_combination_ases): New function.
580 (mips_convert_abiflags_ases): Factor out ASE_MIPS16E2_MT
581 calculation to the new function.
582 (set_default_mips_dis_options): Call the new function.
583
2e74f9dd
AK
5842017-06-29 Anton Kolesov <Anton.Kolesov@synopsys.com>
585
586 * arc-dis.c (parse_disassembler_options): Use
587 FOR_EACH_DISASSEMBLER_OPTION.
588
e1e94c49
AK
5892017-06-29 Anton Kolesov <Anton.Kolesov@synopsys.com>
590
591 * arc-dis.c (parse_option): Use disassembler_options_cmp to compare
592 disassembler option strings.
593 (parse_cpu_option): Likewise.
594
65a55fbb
TC
5952017-06-28 Tamar Christina <tamar.christina@arm.com>
596
597 * aarch64-asm.c (aarch64_ins_reglane): Added 4B dotprod.
598 * aarch64-dis.c (aarch64_ext_reglane): Likewise.
599 * aarch64-tbl.h (QL_V3DOT, QL_V2DOT): New.
600 (aarch64_feature_dotprod, DOT_INSN): New.
601 (udot, sdot): New.
602 * aarch64-dis-2.c: Regenerated.
603
c604a79a
JW
6042017-06-28 Jiong Wang <jiong.wang@arm.com>
605
606 * arm-dis.c (coprocessor_opcodes): New entries for vsdot and vudot.
607
38bf472a
MR
6082017-06-28 Maciej W. Rozycki <macro@imgtec.com>
609 Matthew Fortune <matthew.fortune@imgtec.com>
4151f684 610 Andrew Bennett <andrew.bennett@imgtec.com>
38bf472a
MR
611
612 * mips-formats.h (INT_BIAS): New macro.
613 (INT_ADJ): Redefine in INT_BIAS terms.
614 * mips-dis.c (mips_arch_choices): Add "interaptiv-mr2" entry.
615 (mips_print_save_restore): New function.
616 (print_insn_arg) <OP_SAVE_RESTORE_LIST>: Update comment.
617 (validate_insn_args) <OP_SAVE_RESTORE_LIST>: Remove `abort'
618 call.
619 (print_insn_args): Handle OP_SAVE_RESTORE_LIST.
620 (print_mips16_insn_arg): Call `mips_print_save_restore' for
621 OP_SAVE_RESTORE_LIST handling, factored out from here.
622 * mips-opc.c (decode_mips_operand) <'-'> <'m'>: New case.
623 (RD_31, RD_SP, WR_SP, MOD_SP, IAMR2): New macros.
624 (mips_builtin_opcodes): Add "restore" and "save" entries.
625 * mips16-opc.c (decode_mips16_operand) <'n', 'o'>: New cases.
626 (IAMR2): New macro.
627 (mips16_opcodes): Add "copyw" and "ucopyw" entries.
628
9bdfdbf9
AW
6292017-06-23 Andrew Waterman <andrew@sifive.com>
630
631 * riscv-opc.c (riscv_opcodes): Mark I-type SLT instruction as an
632 alias; do not mark SLTI instruction as an alias.
633
2234eee6
L
6342017-06-21 H.J. Lu <hongjiu.lu@intel.com>
635
636 * i386-dis.c (RM_0FAE_REG_5): Removed.
637 (PREFIX_MOD_3_0F01_REG_5_RM_1): Likewise.
638 (PREFIX_MOD_3_0F01_REG_5_RM_0): New.
639 (PREFIX_MOD_3_0FAE_REG_5): Likewise.
640 (prefix_table): Remove PREFIX_MOD_3_0F01_REG_5_RM_1. Add
641 PREFIX_MOD_3_0F01_REG_5_RM_0.
642 (prefix_table): Update PREFIX_MOD_0_0FAE_REG_5. Add
643 PREFIX_MOD_3_0FAE_REG_5.
644 (mod_table): Update MOD_0FAE_REG_5.
645 (rm_table): Update RM_0F01_REG_5. Remove RM_0FAE_REG_5.
646 * i386-opc.tbl: Update incsspd, incsspq and setssbsy.
647 * i386-tbl.h: Regenerated.
648
c2f76402
L
6492017-06-21 H.J. Lu <hongjiu.lu@intel.com>
650
651 * i386-dis.c (prefix_table): Replace savessp with saveprevssp.
652 * i386-opc.tbl: Likewise.
653 * i386-tbl.h: Regenerated.
654
9fef80d6
L
6552017-06-21 H.J. Lu <hongjiu.lu@intel.com>
656
657 * i386-dis.c (reg_table): Swap indirEv with NOTRACK on "call{&|}"
658 and "jmp{&|}".
659 (NOTRACK_Fixup): Support memory indirect branch with NOTRACK
660 prefix.
661
0f6d864d
NC
6622017-06-19 Nick Clifton <nickc@redhat.com>
663
664 PR binutils/21614
665 * score-dis.c (score_opcodes): Add sentinel.
666
e197589b
AM
6672017-06-16 Alan Modra <amodra@gmail.com>
668
669 * rx-decode.c: Regenerate.
670
0d96e4df
L
6712017-06-15 H.J. Lu <hongjiu.lu@intel.com>
672
673 PR binutils/21594
674 * i386-dis.c (OP_E_register): Check valid bnd register.
675 (OP_G): Likewise.
676
cd3ea7c6
NC
6772017-06-15 Nick Clifton <nickc@redhat.com>
678
679 PR binutils/21595
680 * aarch64-dis.c (aarch64_ext_ldst_reglist): Check for an out of
681 range value.
682
63323b5b
NC
6832017-06-15 Nick Clifton <nickc@redhat.com>
684
685 PR binutils/21588
686 * rl78-decode.opc (OP_BUF_LEN): Define.
687 (GETBYTE): Check for the index exceeding OP_BUF_LEN.
688 (rl78_decode_opcode): Use OP_BUF_LEN as the length of the op_buf
689 array.
690 * rl78-decode.c: Regenerate.
691
08c7881b
NC
6922017-06-15 Nick Clifton <nickc@redhat.com>
693
694 PR binutils/21586
695 * bfin-dis.c (gregs): Clip index to prevent overflow.
696 (regs): Likewise.
697 (regs_lo): Likewise.
698 (regs_hi): Likewise.
699
e64519d1
NC
7002017-06-14 Nick Clifton <nickc@redhat.com>
701
702 PR binutils/21576
703 * score7-dis.c (score_opcodes): Add sentinel.
704
6394c606
YQ
7052017-06-14 Yao Qi <yao.qi@linaro.org>
706
707 * aarch64-dis.c: Include disassemble.h instead of dis-asm.h.
708 * arm-dis.c: Likewise.
709 * ia64-dis.c: Likewise.
710 * mips-dis.c: Likewise.
711 * spu-dis.c: Likewise.
712 * disassemble.h (print_insn_aarch64): New declaration, moved from
713 include/dis-asm.h.
714 (print_insn_big_arm, print_insn_big_mips): Likewise.
715 (print_insn_i386, print_insn_ia64): Likewise.
716 (print_insn_little_arm, print_insn_little_mips): Likewise.
717
db5fa770
NC
7182017-06-14 Nick Clifton <nickc@redhat.com>
719
720 PR binutils/21587
721 * rx-decode.opc: Include libiberty.h
722 (GET_SCALE): New macro - validates access to SCALE array.
723 (GET_PSCALE): New macro - validates access to PSCALE array.
724 (DIs, SIs, S2Is, rx_disp): Use new macros.
725 * rx-decode.c: Regenerate.
726
05c966f3
AV
7272017-07-14 Andre Vieira <andre.simoesdiasvieira@arm.com>
728
729 * arm-dis.c (print_insn_arm): Remove bogus entry for bx.
730
10045478
AK
7312017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
732
733 * arc-dis.c (enforced_isa_mask): Declare.
734 (cpu_types): Likewise.
735 (parse_cpu_option): New function.
736 (parse_disassembler_options): Use it.
737 (print_insn_arc): Use enforced_isa_mask.
738 (print_arc_disassembler_options): Document new options.
739
88c1242d
YQ
7402017-05-24 Yao Qi <yao.qi@linaro.org>
741
742 * alpha-dis.c: Include disassemble.h, don't include
743 dis-asm.h.
744 * avr-dis.c, bfin-dis.c, cr16-dis.c: Likewise.
745 * crx-dis.c, d10v-dis.c, d30v-dis.c: Likewise.
746 * disassemble.c, dlx-dis.c, epiphany-dis.c: Likewise.
747 * fr30-dis.c, ft32-dis.c, h8300-dis.c, h8500-dis.c: Likewise.
748 * hppa-dis.c, i370-dis.c, i386-dis.c: Likewise.
749 * i860-dis.c, i960-dis.c, ip2k-dis.c: Likewise.
750 * iq2000-dis.c, lm32-dis.c, m10200-dis.c: Likewise.
751 * m10300-dis.c, m32r-dis.c, m68hc11-dis.c: Likewise.
752 * m68k-dis.c, m88k-dis.c, mcore-dis.c: Likewise.
753 * metag-dis.c, microblaze-dis.c, mmix-dis.c: Likewise.
754 * moxie-dis.c, msp430-dis.c, mt-dis.c:
755 * nds32-dis.c, nios2-dis.c, ns32k-dis.c: Likewise.
756 * or1k-dis.c, pdp11-dis.c, pj-dis.c: Likewise.
757 * ppc-dis.c, pru-dis.c, riscv-dis.c: Likewise.
758 * rl78-dis.c, s390-dis.c, score-dis.c: Likewise.
759 * sh-dis.c, sh64-dis.c, tic30-dis.c: Likewise.
760 * tic4x-dis.c, tic54x-dis.c, tic6x-dis.c: Likewise.
761 * tic80-dis.c, tilegx-dis.c, tilepro-dis.c: Likewise.
762 * v850-dis.c, vax-dis.c, visium-dis.c: Likewise.
763 * w65-dis.c, wasm32-dis.c, xc16x-dis.c: Likewise.
764 * xgate-dis.c, xstormy16-dis.c, xtensa-dis.c: Likewise.
765 * z80-dis.c, z8k-dis.c: Likewise.
766 * disassemble.h: New file.
767
ab20fa4a
YQ
7682017-05-24 Yao Qi <yao.qi@linaro.org>
769
770 * rl78-dis.c (rl78_get_disassembler): If parameter abfd
771 is NULL, set cpu to E_FLAG_RL78_ANY_CPU.
772
003ca0fd
YQ
7732017-05-24 Yao Qi <yao.qi@linaro.org>
774
775 * disassemble.c (disassembler): Add arguments a, big and mach.
776 Use them.
777
04ef582a
L
7782017-05-22 H.J. Lu <hongjiu.lu@intel.com>
779
780 * i386-dis.c (NOTRACK_Fixup): New.
781 (NOTRACK): Likewise.
782 (NOTRACK_PREFIX): Likewise.
783 (last_active_prefix): Likewise.
784 (reg_table): Use NOTRACK on indirect call and jmp.
785 (ckprefix): Set last_active_prefix.
786 (prefix_name): Return "notrack" for NOTRACK_PREFIX.
787 * i386-gen.c (opcode_modifiers): Add NoTrackPrefixOk.
788 * i386-opc.h (NoTrackPrefixOk): New.
789 (i386_opcode_modifier): Add notrackprefixok.
790 * i386-opc.tbl: Add NoTrackPrefixOk to indirect call and jmp.
791 Add notrack.
792 * i386-tbl.h: Regenerated.
793
64517994
JM
7942017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
795
796 * sparc-dis.c (MASK_V9): Include SPARC_OPCODE_ARCH_M8.
797 (X_IMM2): Define.
798 (compute_arch_mask): Handle bfd_mach_sparc_v8plusm8 and
799 bfd_mach_sparc_v9m8.
800 (print_insn_sparc): Handle new operand types.
801 * sparc-opc.c (MASK_M8): Define.
802 (v6): Add MASK_M8.
803 (v6notlet): Likewise.
804 (v7): Likewise.
805 (v8): Likewise.
806 (v9): Likewise.
807 (v9a): Likewise.
808 (v9b): Likewise.
809 (v9c): Likewise.
810 (v9d): Likewise.
811 (v9e): Likewise.
812 (v9v): Likewise.
813 (v9m): Likewise.
814 (v9andleon): Likewise.
815 (m8): Define.
816 (HWS_VM8): Define.
817 (HWS2_VM8): Likewise.
818 (sparc_opcode_archs): Add entry for "m8".
819 (sparc_opcodes): Add OSA2017 and M8 instructions
820 dictunpack, fpcmp{ule,ugt,eq,ne,de,ur}{8,16,32}shl,
821 fpx{ll,ra,rl}64x,
822 ldm{sh,uh,sw,uw,x,ux}, ldm{sh,uh,sw,uw,x,ux}a, ldmf{s,d},
823 ldmf{s,d}a, on{add,sub,mul,div}, rdentropy, revbitsb,
824 revbytes{h,w,x}, rle_burst, rle_length, sha3, stm{h,w,x},
825 stm{h,w,x}a, stmf{s,d}, stmf{s,d}a.
826 (asi_table): New M8 ASIs ASI_CORE_COMMIT_COUNT,
827 ASI_CORE_SELECT_COUNT, ASI_ARF_ECC_REG, ASI_ITLB_PROBE, ASI_DSFAR,
828 ASI_DTLB_PROBE_PRIMARY, ASI_DTLB_PROBE_REAL,
829 ASI_CORE_SELECT_COMMIT_NHT.
830
535b785f
AM
8312017-05-18 Alan Modra <amodra@gmail.com>
832
833 * aarch64-asm.c: Don't compare boolean values against TRUE or FALSE.
834 * aarch64-dis.c: Likewise.
835 * aarch64-gen.c: Likewise.
836 * aarch64-opc.c: Likewise.
837
25499ac7
MR
8382017-05-15 Maciej W. Rozycki <macro@imgtec.com>
839 Matthew Fortune <matthew.fortune@imgtec.com>
840
841 * mips-dis.c (mips_arch_choices): Add ASE_MIPS16E2 and
842 ASE_MIPS16E2_MT flags to the unnamed MIPS16 entry.
843 (mips_convert_abiflags_ases): Handle the AFL_ASE_MIPS16E2 flag.
844 (print_insn_arg) <OP_REG28>: Add handler.
845 (validate_insn_args) <OP_REG28>: Handle.
846 (print_mips16_insn_arg): Handle MIPS16 instructions that require
847 32-bit encoding and 9-bit immediates.
848 (print_insn_mips16): Handle MIPS16 instructions that require
849 32-bit encoding and MFC0/MTC0 operand decoding.
850 * mips16-opc.c (decode_mips16_operand) <'>', '9', 'G', 'N', 'O'>
851 <'Q', 'T', 'b', 'c', 'd', 'r', 'u'>: Add handlers.
852 (RD_C0, WR_C0, E2, E2MT): New macros.
853 (mips16_opcodes): Add entries for MIPS16e2 instructions:
854 GP-relative "addiu" and its "addu" spelling, "andi", "cache",
855 "di", "ehb", "ei", "ext", "ins", GP-relative "lb", "lbu", "lh",
856 "lhu", and "lw" instructions, "ll", "lui", "lwl", "lwr", "mfc0",
857 "movn", "movtn", "movtz", "movz", "mtc0", "ori", "pause",
858 "pref", "rdhwr", "sc", GP-relative "sb", "sh" and "sw"
859 instructions, "swl", "swr", "sync" and its "sync_acquire",
860 "sync_mb", "sync_release", "sync_rmb" and "sync_wmb" aliases,
861 "xori", "dmt", "dvpe", "emt" and "evpe". Add split
862 regular/extended entries for original MIPS16 ISA revision
863 instructions whose extended forms are subdecoded in the MIPS16e2
864 ISA revision: "li", "sll" and "srl".
865
fdfb4752
MR
8662017-05-15 Maciej W. Rozycki <macro@imgtec.com>
867
868 * mips-dis.c (print_insn_args) <default>: Remove an MT ASE
869 reference in CP0 move operand decoding.
870
a4f89915
MR
8712017-05-12 Maciej W. Rozycki <macro@imgtec.com>
872
873 * mips16-opc.c (decode_mips16_operand) <'6'>: Switch the operand
874 type to hexadecimal.
875 (mips16_opcodes): Add operandless "break" and "sdbbp" entries.
876
99e2d67a
MR
8772017-05-11 Maciej W. Rozycki <macro@imgtec.com>
878
879 * mips-opc.c (mips_builtin_opcodes): Mark "synciobdma", "syncs",
880 "syncw", "syncws", "sync_acquire", "sync_mb", "sync_release",
881 "sync_rmb" and "sync_wmb" as aliases.
882 * micromips-opc.c (micromips_opcodes): Mark "sync_acquire",
883 "sync_mb", "sync_release", "sync_rmb" and "sync_wmb" as aliases.
884
53a346d8
CZ
8852017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
886
887 * arc-dis.c (parse_option): Update quarkse_em option..
888 * arc-ext-tbl.h (dsp_fp_flt2i, dsp_fp_i2flt): Change subclass to
889 QUARKSE1.
890 (dsp_fp_div, dsp_fp_cmp): Change subclass to QUARKSE2.
891
f91d48de
KC
8922017-05-03 Kito Cheng <kito.cheng@gmail.com>
893
894 * riscv-dis.c (print_insn_args): Handle 'Co' operands.
895
43e379d7
MC
8962017-05-01 Michael Clark <michaeljclark@mac.com>
897
898 * riscv-opc.c (riscv_opcodes) <call>: Use RA not T1 as a temporary
899 register.
900
a4ddc54e
MR
9012017-05-02 Maciej W. Rozycki <macro@imgtec.com>
902
903 * mips-dis.c (print_insn_arg): Only clear the ISA bit for jumps
904 and branches and not synthetic data instructions.
905
fe50e98c
BE
9062017-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
907
908 * arm-dis.c (print_insn_thumb32): Fix value_in_comment.
909
126124cc
CZ
9102017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
911
912 * arc-dis.c (print_insn_arc): Smartly print enter/leave mnemonics.
913 * arc-opc.c (insert_r13el): New function.
914 (R13_EL): Define.
915 * arc-tbl.h: Add new enter/leave variants.
916
be6a24d8
CZ
9172017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
918
919 * arc-tbl.h: Reorder NOP entry to be before MOV instructions.
920
0348fd79
MR
9212017-04-25 Maciej W. Rozycki <macro@imgtec.com>
922
923 * mips-dis.c (print_mips_disassembler_options): Add
924 `no-aliases'.
925
6e3d1f07
MR
9262017-04-25 Maciej W. Rozycki <macro@imgtec.com>
927
928 * mips16-opc.c (AL): New macro.
929 (mips16_opcodes): Mark "nop", "la", "dla", and synthetic forms
930 of "ld" and "lw" as aliases.
931
957f6b39
TC
9322017-04-24 Tamar Christina <tamar.christina@arm.com>
933
934 * aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE
935 arguments.
936
a8cc8a54
AM
9372017-04-22 Alexander Fedotov <alfedotov@gmail.com>
938 Alan Modra <amodra@gmail.com>
939
940 * ppc-opc.c (ELEV): Define.
941 (vle_opcodes): Add se_rfgi and e_sc.
942 (powerpc_opcodes): Enable lbdx, lhdx, lwdx, stbdx, sthdx, stwdx
943 for E200Z4.
944
3ab87b68
JM
9452017-04-21 Jose E. Marchesi <jose.marchesi@oracle.com>
946
947 * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9.
948
792f174f
NC
9492017-04-21 Nick Clifton <nickc@redhat.com>
950
951 PR binutils/21380
952 * aarch64-tbl.h (aarch64_opcode_table): Fix masks for LD1R, LD2R,
953 LD3R and LD4R.
954
42742084
AM
9552017-04-13 Alan Modra <amodra@gmail.com>
956
957 * epiphany-desc.c: Regenerate.
958 * fr30-desc.c: Regenerate.
959 * frv-desc.c: Regenerate.
960 * ip2k-desc.c: Regenerate.
961 * iq2000-desc.c: Regenerate.
962 * lm32-desc.c: Regenerate.
963 * m32c-desc.c: Regenerate.
964 * m32r-desc.c: Regenerate.
965 * mep-desc.c: Regenerate.
966 * mt-desc.c: Regenerate.
967 * or1k-desc.c: Regenerate.
968 * xc16x-desc.c: Regenerate.
969 * xstormy16-desc.c: Regenerate.
970
9a85b496
AM
9712017-04-11 Alan Modra <amodra@gmail.com>
972
ef85eab0 973 * ppc-dis.c (ppc_opts): Remove PPC_OPCODE_ALTIVEC2,
c03dc33b
AM
974 PPC_OPCODE_VSX3, PPC_OPCODE_HTM and "htm". Formatting. Set
975 PPC_OPCODE_TMR for e6500.
9a85b496
AM
976 * ppc-opc.c (PPCVEC2): Define as PPC_OPCODE_POWER8|PPC_OPCODE_E6500.
977 (PPCVEC3): Define as PPC_OPCODE_POWER9.
9570835e
AM
978 (PPCVSX2): Define as PPC_OPCODE_POWER8.
979 (PPCVSX3): Define as PPC_OPCODE_POWER9.
ef85eab0 980 (PPCHTM): Define as PPC_OPCODE_POWER8.
c03dc33b 981 (powerpc_opcodes <mftmr, mttmr>): Remove now unnecessary E6500.
9a85b496 982
62adc510
AM
9832017-04-10 Alan Modra <amodra@gmail.com>
984
985 * ppc-dis.c (ppc_opts <476>): Remove PPC_OPCODE_440.
986 * ppc-opc.c (MULHW): Add PPC_OPCODE_476.
987 (powerpc_opcodes): Adjust PPC440, PPC464 and PPC476 insns to suit
988 removal of PPC_OPCODE_440 from ppc476 cpu selection bits.
989
aa808707
PC
9902017-04-09 Pip Cet <pipcet@gmail.com>
991
992 * wasm32-dis.c (print_insn_wasm32): Avoid DECIMAL_DIG, specify
993 appropriate floating-point precision directly.
994
ac8f0f72
AM
9952017-04-07 Alan Modra <amodra@gmail.com>
996
997 * ppc-opc.c (powerpc_opcodes <mviwsplt, mvidsplt, lvexbx, lvepxl,
998 lvexhx, lvepx, lvexwx, stvexbx, stvexhx, stvexwx, lvtrx, lvtlx,
999 lvswx, stvfrx, stvflx, stvswx, lvsm, stvepxl, lvtrxl, stvepx,
1000 lvtlxl, lvswxl, stvfrxl, stvflxl, stvswxl>): Enable E6500 only
1001 vector instructions with E6500 not PPCVEC2.
1002
62ecb94c
PC
10032017-04-06 Pip Cet <pipcet@gmail.com>
1004
1005 * Makefile.am: Add wasm32-dis.c.
1006 * configure.ac: Add wasm32-dis.c to wasm32 target.
1007 * disassemble.c: Add wasm32 disassembler code.
1008 * wasm32-dis.c: New file.
1009 * Makefile.in: Regenerate.
1010 * configure: Regenerate.
1011 * po/POTFILES.in: Regenerate.
1012 * po/opcodes.pot: Regenerate.
1013
f995bbe8
PA
10142017-04-05 Pedro Alves <palves@redhat.com>
1015
1016 * arc-dis.c (parse_option, parse_disassembler_options): Constify.
1017 * arm-dis.c (parse_arm_disassembler_options): Constify.
1018 * ppc-dis.c (powerpc_init_dialect): Constify local.
1019 * vax-dis.c (parse_disassembler_options): Constify.
1020
b5292032
PD
10212017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
1022
1023 * riscv-dis.c (riscv_disassemble_insn): Change "_gp" to
1024 RISCV_GP_SYMBOL.
1025
f96bd6c2
PC
10262017-03-30 Pip Cet <pipcet@gmail.com>
1027
1028 * configure.ac: Add (empty) bfd_wasm32_arch target.
1029 * configure: Regenerate
1030 * po/opcodes.pot: Regenerate.
1031
f7c514a3
JM
10322017-03-29 Sheldon Lobo <sheldon.lobo@oracle.com>
1033
1034 Add support for missing SPARC ASIs from UA2005, UA2007, OSA2011, &
1035 OSA2015.
1036 * opcodes/sparc-opc.c (asi_table): New ASIs.
1037
52be03fd
AM
10382017-03-29 Alan Modra <amodra@gmail.com>
1039
1040 * ppc-dis.c (ppc_opts): Set PPC_OPCODE_PPC for "any" flags. Add
1041 "raw" option.
1042 (lookup_powerpc): Don't special case -1 dialect. Handle
1043 PPC_OPCODE_RAW.
1044 (print_insn_powerpc): Mask out PPC_OPCODE_ANY on first
1045 lookup_powerpc call, pass it on second.
1046
9b753937
AM
10472017-03-27 Alan Modra <amodra@gmail.com>
1048
1049 PR 21303
1050 * ppc-dis.c (struct ppc_mopt): Comment.
1051 (ppc_opts <e200z4>): Move PPC_OPCODE_VLE from .sticky to .cpu.
1052
c0c31e91
RZ
10532017-03-27 Rinat Zelig <rinat@mellanox.com>
1054
1055 * arc-nps400-tbl.h: Add Ultra Ip and Miscellaneous instructions format.
1056 * arc-opc.c: Add defines. e.g. F_NJ, F_NM , F_NO_T, F_NPS_SR,
1057 F_NPS_M, F_NPS_CORE, F_NPS_ALL.
1058 (insert_nps_misc_imm_offset): New function.
1059 (extract_nps_misc imm_offset): New function.
1060 (arc_num_flag_operands): Add F_NJ, F_NM, F_NO_T.
1061 (arc_flag_special_cases): Add F_NJ, F_NM, F_NO_T.
1062
2253c8f0
AK
10632017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1064
1065 * s390-mkopc.c (main): Remove vx2 check.
1066 * s390-opc.txt: Remove vx2 instruction flags.
1067
645d3342
RZ
10682017-03-21 Rinat Zelig <rinat@mellanox.com>
1069
1070 * arc-nps400-tbl.h: Add cp32/cp16 instructions format.
1071 * arc-opc.c: Add F_NPS_NA, NPS_DMA_IMM_ENTRY, NPS_DMA_IMM_OFFSET.
1072 (insert_nps_imm_offset): New function.
1073 (extract_nps_imm_offset): New function.
1074 (insert_nps_imm_entry): New function.
1075 (extract_nps_imm_entry): New function.
1076
4b94dd2d
AM
10772017-03-17 Alan Modra <amodra@gmail.com>
1078
1079 PR 21248
1080 * ppc-opc.c (powerpc_opcodes): Enable mfivor32, mfivor33,
1081 mtivor32, and mtivor33 for e6500. Move mfibatl and mfibatu after
1082 those spr mnemonics they alias. Similarly for mtibatl, mtibatu.
1083
b416fe87
KC
10842017-03-14 Kito Cheng <kito.cheng@gmail.com>
1085
1086 * riscv-opc.c (riscv_opcodes> <c.li>: Use the 'o' immediate encoding.
1087 <c.andi>: Likewise.
1088 <c.addiw> Likewise.
1089
03b039a5
KC
10902017-03-14 Kito Cheng <kito.cheng@gmail.com>
1091
1092 * riscv-opc.c (riscv_opcodes) <c.addi>: Use match_opcode.
1093
2c232b83
AW
10942017-03-13 Andrew Waterman <andrew@sifive.com>
1095
1096 * riscv-opc.c (riscv_opcodes) <srli/C>: Use match_opcode.
1097 <srl> Likewise.
1098 <srai> Likewise.
1099 <sra> Likewise.
1100
86fa6981
L
11012017-03-09 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * i386-gen.c (opcode_modifiers): Replace S with Load.
1104 * i386-opc.h (S): Removed.
1105 (Load): New.
1106 (i386_opcode_modifier): Replace s with load.
1107 * i386-opc.tbl: Add {disp8}, {disp32}, {swap}, {vex2}, {vex3}
1108 and {evex}. Replace S with Load.
1109 * i386-tbl.h: Regenerated.
1110
c1fe188b
L
11112017-03-09 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 * i386-opc.tbl: Use CpuCET on rdsspq.
1114 * i386-tbl.h: Regenerated.
1115
4b8b687e
PB
11162017-03-08 Peter Bergner <bergner@vnet.ibm.com>
1117
1118 * ppc-dis.c (ppc_opts) <altivec>: Do not use PPC_OPCODE_ALTIVEC2;
1119 <vsx>: Do not use PPC_OPCODE_VSX3;
1120
1437d063
PB
11212017-03-08 Peter Bergner <bergner@vnet.ibm.com>
1122
1123 * ppc-opc.c (powerpc_opcodes) <lnia>: New extended mnemonic.
1124
603555e5
L
11252017-03-06 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * i386-dis.c (REG_0F1E_MOD_3): New enum.
1128 (MOD_0F1E_PREFIX_1): Likewise.
1129 (MOD_0F38F5_PREFIX_2): Likewise.
1130 (MOD_0F38F6_PREFIX_0): Likewise.
1131 (RM_0F1E_MOD_3_REG_7): Likewise.
1132 (PREFIX_MOD_0_0F01_REG_5): Likewise.
1133 (PREFIX_MOD_3_0F01_REG_5_RM_1): Likewise.
1134 (PREFIX_MOD_3_0F01_REG_5_RM_2): Likewise.
1135 (PREFIX_0F1E): Likewise.
1136 (PREFIX_MOD_0_0FAE_REG_5): Likewise.
1137 (PREFIX_0F38F5): Likewise.
1138 (dis386_twobyte): Use PREFIX_0F1E.
1139 (reg_table): Add REG_0F1E_MOD_3.
1140 (prefix_table): Add PREFIX_MOD_0_0F01_REG_5,
1141 PREFIX_MOD_3_0F01_REG_5_RM_1, PREFIX_MOD_3_0F01_REG_5_RM_2,
1142 PREFIX_0F1E, PREFIX_MOD_0_0FAE_REG_5 and PREFIX_0F38F5. Update
1143 PREFIX_0FAE_REG_6 and PREFIX_0F38F6.
1144 (three_byte_table): Use PREFIX_0F38F5.
1145 (mod_table): Use PREFIX_MOD_0_0F01_REG_5, PREFIX_MOD_0_0FAE_REG_5.
1146 Add MOD_0F1E_PREFIX_1, MOD_0F38F5_PREFIX_2, MOD_0F38F6_PREFIX_0.
1147 (rm_table): Add MOD_0F38F5_PREFIX_2, MOD_0F38F6_PREFIX_0,
1148 RM_0F1E_MOD_3_REG_7. Use PREFIX_MOD_3_0F01_REG_5_RM_1 and
1149 PREFIX_MOD_3_0F01_REG_5_RM_2.
1150 * i386-gen.c (cpu_flag_init): Add CPU_CET_FLAGS.
1151 (cpu_flags): Add CpuCET.
1152 * i386-opc.h (CpuCET): New enum.
1153 (CpuUnused): Commented out.
1154 (i386_cpu_flags): Add cpucet.
1155 * i386-opc.tbl: Add Intel CET instructions.
1156 * i386-init.h: Regenerated.
1157 * i386-tbl.h: Likewise.
1158
73f07bff
AM
11592017-03-06 Alan Modra <amodra@gmail.com>
1160
1161 PR 21124
1162 * ppc-opc.c (extract_esync, extract_ls, extract_ral, extract_ram)
1163 (extract_raq, extract_ras, extract_rbx): New functions.
1164 (powerpc_operands): Use opposite corresponding insert function.
1165 (Q_MASK): Define.
1166 (powerpc_opcodes): Apply Q_MASK to all quad insns with even
1167 register restriction.
1168
65b48a81
PB
11692017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1170
1171 * disassemble.c Include "safe-ctype.h".
1172 (disassemble_init_for_target): Handle s390 init.
1173 (remove_whitespace_and_extra_commas): New function.
1174 (disassembler_options_cmp): Likewise.
1175 * arm-dis.c: Include "libiberty.h".
1176 (NUM_ELEM): Delete.
1177 (regnames): Use long disassembler style names.
1178 Add force-thumb and no-force-thumb options.
1179 (NUM_ARM_REGNAMES): Rename from this...
1180 (NUM_ARM_OPTIONS): ...to this. Use ARRAY_SIZE.
1181 (get_arm_regname_num_options): Delete.
1182 (set_arm_regname_option): Likewise.
1183 (get_arm_regnames): Likewise.
1184 (parse_disassembler_options): Likewise.
1185 (parse_arm_disassembler_option): Rename from this...
1186 (parse_arm_disassembler_options): ...to this. Make static.
1187 Use new FOR_EACH_DISASSEMBLER_OPTION macro to scan over options.
1188 (print_insn): Use parse_arm_disassembler_options.
1189 (disassembler_options_arm): New function.
1190 (print_arm_disassembler_options): Handle updated regnames.
1191 * ppc-dis.c: Include "libiberty.h".
1192 (ppc_opts): Add "32" and "64" entries.
1193 (ppc_parse_cpu): Use ARRAY_SIZE and disassembler_options_cmp.
1194 (powerpc_init_dialect): Add break to switch statement.
1195 Use new FOR_EACH_DISASSEMBLER_OPTION macro.
1196 (disassembler_options_powerpc): New function.
1197 (print_ppc_disassembler_options): Use ARRAY_SIZE.
1198 Remove printing of "32" and "64".
1199 * s390-dis.c: Include "libiberty.h".
1200 (init_flag): Remove unneeded variable.
1201 (struct s390_options_t): New structure type.
1202 (options): New structure.
1203 (init_disasm): Rename from this...
1204 (disassemble_init_s390): ...to this. Add initializations for
1205 current_arch_mask and option_use_insn_len_bits_p. Remove init_flag.
1206 (print_insn_s390): Delete call to init_disasm.
1207 (disassembler_options_s390): New function.
1208 (print_s390_disassembler_options): Print using information from
1209 struct 'options'.
1210 * po/opcodes.pot: Regenerate.
1211
15c7c1d8
JB
12122017-02-28 Jan Beulich <jbeulich@suse.com>
1213
1214 * i386-dis.c (PCMPESTR_Fixup): New.
1215 (VEX_W_0F3A60_P_2, VEX_W_0F3A61_P_2): Delete.
1216 (prefix_table): Use PCMPESTR_Fixup.
1217 (vex_len_table): Make VPCMPESTR{I,M} entries leaf ones and use
1218 PCMPESTR_Fixup.
1219 (vex_w_table): Delete VPCMPESTR{I,M} entries.
1220 * i386-opc.tbl (pcmpestri, pcmpestrm, vpcmpestri, vpcmpestrm):
1221 Split 64-bit and non-64-bit variants.
1222 * opcodes/i386-tbl.h: Re-generate.
1223
582e12bf
RS
12242017-02-24 Richard Sandiford <richard.sandiford@arm.com>
1225
1226 * aarch64-tbl.h (OP_SVE_HMH, OP_SVE_VMU_HSD, OP_SVE_VMVU_HSD)
1227 (OP_SVE_VMVV_HSD, OP_SVE_VMVVU_HSD, OP_SVE_VM_HSD, OP_SVE_VUVV_HSD)
1228 (OP_SVE_VUV_HSD, OP_SVE_VU_HSD, OP_SVE_VVVU_H, OP_SVE_VVVU_S)
1229 (OP_SVE_VVVU_HSD, OP_SVE_VVV_D, OP_SVE_VVV_D_H, OP_SVE_VVV_H)
1230 (OP_SVE_VVV_HSD, OP_SVE_VVV_S, OP_SVE_VVV_S_B, OP_SVE_VVV_SD_BH)
1231 (OP_SVE_VV_BHSDQ, OP_SVE_VV_HSD, OP_SVE_VZVV_HSD, OP_SVE_VZV_HSD)
1232 (OP_SVE_V_HSD): New macros.
1233 (OP_SVE_VMU_SD, OP_SVE_VMVU_SD, OP_SVE_VM_SD, OP_SVE_VUVV_SD)
1234 (OP_SVE_VU_SD, OP_SVE_VVVU_SD, OP_SVE_VVV_SD, OP_SVE_VZVV_SD)
1235 (OP_SVE_VZV_SD, OP_SVE_V_SD): Delete.
1236 (aarch64_opcode_table): Add new SVE instructions.
1237 (aarch64_opcode_table): Use imm_rotate{1,2} instead of imm_rotate
1238 for rotation operands. Add new SVE operands.
1239 * aarch64-asm.h (ins_sve_addr_ri_s4): New inserter.
1240 (ins_sve_quad_index): Likewise.
1241 (ins_imm_rotate): Split into...
1242 (ins_imm_rotate1, ins_imm_rotate2): ...these two inserters.
1243 * aarch64-asm.c (aarch64_ins_imm_rotate): Split into...
1244 (aarch64_ins_imm_rotate1, aarch64_ins_imm_rotate2): ...these two
1245 functions.
1246 (aarch64_ins_sve_addr_ri_s4): New function.
1247 (aarch64_ins_sve_quad_index): Likewise.
1248 (do_misc_encoding): Handle "MOV Zn.Q, Qm".
1249 * aarch64-asm-2.c: Regenerate.
1250 * aarch64-dis.h (ext_sve_addr_ri_s4): New extractor.
1251 (ext_sve_quad_index): Likewise.
1252 (ext_imm_rotate): Split into...
1253 (ext_imm_rotate1, ext_imm_rotate2): ...these two extractors.
1254 * aarch64-dis.c (aarch64_ext_imm_rotate): Split into...
1255 (aarch64_ext_imm_rotate1, aarch64_ext_imm_rotate2): ...these two
1256 functions.
1257 (aarch64_ext_sve_addr_ri_s4): New function.
1258 (aarch64_ext_sve_quad_index): Likewise.
1259 (aarch64_ext_sve_index): Allow quad indices.
1260 (do_misc_decoding): Likewise.
1261 * aarch64-dis-2.c: Regenerate.
1262 * aarch64-opc.h (FLD_SVE_i3h, FLD_SVE_rot1, FLD_SVE_rot2): New
1263 aarch64_field_kinds.
1264 (OPD_F_OD_MASK): Widen by one bit.
1265 (OPD_F_NO_ZR): Bump accordingly.
1266 (get_operand_field_width): New function.
1267 * aarch64-opc.c (fields): Add new SVE fields.
1268 (operand_general_constraint_met_p): Handle new SVE operands.
1269 (aarch64_print_operand): Likewise.
1270 * aarch64-opc-2.c: Regenerate.
1271
f482d304
RS
12722017-02-24 Richard Sandiford <richard.sandiford@arm.com>
1273
1274 * aarch64-tbl.h (aarch64_feature_simd_v8_3): Replace with...
1275 (aarch64_feature_compnum): ...this.
1276 (SIMD_V8_3): Replace with...
1277 (COMPNUM): ...this.
1278 (CNUM_INSN): New macro.
1279 (aarch64_opcode_table): Use it for the complex number instructions.
1280
7db2c588
JB
12812017-02-24 Jan Beulich <jbeulich@suse.com>
1282
1283 * i386-dis.c (reg_table): REG_F6/1 and REG_F7/1 decode as TEST.
1284
1e9d41d4
SL
12852017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
1286
1287 Add support for associating SPARC ASIs with an architecture level.
1288 * include/opcode/sparc.h (sparc_asi): New sparc_asi struct.
1289 * opcodes/sparc-opc.c (asi_table): Updated asi_table and encoding/
1290 decoding of SPARC ASIs.
1291
53c4d625
JB
12922017-02-23 Jan Beulich <jbeulich@suse.com>
1293
1294 * i386-dis.c (get_valid_dis386): Don't special case VEX opcode
1295 82. For 3-byte VEX only special case opcode 77 in VEX_0F space.
1296
11648de5
JB
12972017-02-21 Jan Beulich <jbeulich@suse.com>
1298
1299 * aarch64-asm.c (convert_bfc_to_bfm): Copy operand 0 to operand
1300 1 (instead of to itself). Correct typo.
1301
f98d33be
AW
13022017-02-14 Andrew Waterman <andrew@sifive.com>
1303
1304 * riscv-opc.c (riscv_opcodes): Add sfence.vma instruction and
1305 pseudoinstructions.
1306
773fb663
RS
13072017-02-15 Richard Sandiford <richard.sandiford@arm.com>
1308
1309 * aarch64-opc.c (aarch64_sys_regs): Add SVE registers.
1310 (aarch64_sys_reg_supported_p): Handle them.
1311
cc07cda6
CZ
13122017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
1313
1314 * arc-opc.c (UIMM6_20R): Define.
1315 (SIMM12_20): Use above.
1316 (SIMM12_20R): Define.
1317 (SIMM3_5_S): Use above.
1318 (UIMM7_A32_11R_S): Define.
1319 (UIMM7_9_S): Use above.
1320 (UIMM3_13R_S): Define.
1321 (SIMM11_A32_7_S): Use above.
1322 (SIMM9_8R): Define.
1323 (UIMM10_A32_8_S): Use above.
1324 (UIMM8_8R_S): Define.
1325 (W6): Use above.
1326 (arc_relax_opcodes): Use all above defines.
1327
66a5a740
VG
13282017-02-15 Vineet Gupta <vgupta@synopsys.com>
1329
1330 * arc-regs.h: Distinguish some of the registers different on
1331 ARC700 and HS38 cpus.
1332
7e0de605
AM
13332017-02-14 Alan Modra <amodra@gmail.com>
1334
1335 PR 21118
1336 * ppc-opc.c (powerpc_operands): Flag SPR, SPRG and TBR entries
1337 with PPC_OPERAND_SPR. Flag PSQ and PSQM with PPC_OPERAND_GQR.
1338
54064fdb
AM
13392017-02-11 Stafford Horne <shorne@gmail.com>
1340 Alan Modra <amodra@gmail.com>
1341
1342 * cgen-opc.c (cgen_lookup_insn): Delete buf and base_insn temps.
1343 Use insn_bytes_value and insn_int_value directly instead. Don't
1344 free allocated memory until function exit.
1345
dce75bf9
NP
13462017-02-10 Nicholas Piggin <npiggin@gmail.com>
1347
1348 * ppc-opc.c (powerpc_opcodes) <scv, rfscv>: New mnemonics.
1349
1b7e3d2f
NC
13502017-02-03 Nick Clifton <nickc@redhat.com>
1351
1352 PR 21096
1353 * aarch64-opc.c (print_register_list): Ensure that the register
1354 list index will fir into the tb buffer.
1355 (print_register_offset_address): Likewise.
1356 * tic6x-dis.c (print_insn_tic6x): Increase size of func_unit_buf.
1357
8ec5cf65
AD
13582017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
1359
1360 PR 21056
1361 * tic6x-dis.c (print_insn_tic6x): Correct displaying of parallel
1362 instructions when the previous fetch packet ends with a 32-bit
1363 instruction.
1364
a1aa5e81
DD
13652017-01-24 Dimitar Dimitrov <dimitar@dinux.eu>
1366
1367 * pru-opc.c: Remove vague reference to a future GDB port.
1368
add3afb2
NC
13692017-01-20 Nick Clifton <nickc@redhat.com>
1370
1371 * po/ga.po: Updated Irish translation.
1372
c13a63b0
SN
13732017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
1374
1375 * arm-dis.c (coprocessor_opcodes): Fix vcmla mask and disassembly.
1376
9608051a
YQ
13772017-01-13 Yao Qi <yao.qi@linaro.org>
1378
1379 * m68k-dis.c (match_insn_m68k): Extend comments. Return -1
1380 if FETCH_DATA returns 0.
1381 (m68k_scan_mask): Likewise.
1382 (print_insn_m68k): Update code to handle -1 return value.
1383
f622ea96
YQ
13842017-01-13 Yao Qi <yao.qi@linaro.org>
1385
1386 * m68k-dis.c (enum print_insn_arg_error): New.
1387 (NEXTBYTE): Replace -3 with
1388 PRINT_INSN_ARG_MEMORY_ERROR.
1389 (NEXTULONG): Likewise.
1390 (NEXTSINGLE): Likewise.
1391 (NEXTDOUBLE): Likewise.
1392 (NEXTDOUBLE): Likewise.
1393 (NEXTPACKED): Likewise.
1394 (FETCH_ARG): Likewise.
1395 (FETCH_DATA): Update comments.
1396 (print_insn_arg): Update comments. Replace magic numbers with
1397 enum.
1398 (match_insn_m68k): Likewise.
1399
620214f7
IT
14002017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1401
1402 * i386-dis.c (enum): Add PREFIX_EVEX_0F3855, EVEX_W_0F3855_P_2.
1403 * i386-dis-evex.h (evex_table): Updated.
1404 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_VPOPCNTDQ_FLAGS,
1405 CPU_ANY_AVX512_VPOPCNTDQ_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
1406 (cpu_flags): Add CpuAVX512_VPOPCNTDQ.
1407 * i386-opc.h (enum): (AVX512_VPOPCNTDQ): New.
1408 (i386_cpu_flags): Add cpuavx512_vpopcntdq.
1409 * i386-opc.tbl: Add Intel AVX512_VPOPCNTDQ instructions.
1410 * i386-init.h: Regenerate.
1411 * i386-tbl.h: Ditto.
1412
d95014a2
YQ
14132017-01-12 Yao Qi <yao.qi@linaro.org>
1414
1415 * msp430-dis.c (msp430_singleoperand): Return -1 if
1416 msp430dis_opcode_signed returns false.
1417 (msp430_doubleoperand): Likewise.
1418 (msp430_branchinstr): Return -1 if
1419 msp430dis_opcode_unsigned returns false.
1420 (msp430x_calla_instr): Likewise.
1421 (print_insn_msp430): Likewise.
1422
0ae60c3e
NC
14232017-01-05 Nick Clifton <nickc@redhat.com>
1424
1425 PR 20946
1426 * frv-desc.c (lookup_mach_via_bfd_name): Return NULL if the name
1427 could not be matched.
1428 (frv_cgen_cpu_open): Allow for lookup_mach_via_bfd_name returning
1429 NULL.
1430
d74d4880
SN
14312017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
1432
1433 * aarch64-tbl.h (RCPC, RCPC_INSN): Define.
1434 (aarch64_opcode_table): Use RCPC_INSN.
1435
cc917fd9
KC
14362017-01-03 Kito Cheng <kito.cheng@gmail.com>
1437
1438 * riscv-opc.c (riscv-opcodes): Add support for the "q" ISA
1439 extension.
1440 * riscv-opcodes/all-opcodes: Likewise.
1441
b52d3cfc
DP
14422017-01-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
1443
1444 * riscv-dis.c (print_insn_args): Add fall through comment.
1445
f90c58d5
NC
14462017-01-03 Nick Clifton <nickc@redhat.com>
1447
1448 * po/sr.po: New Serbian translation.
1449 * configure.ac (ALL_LINGUAS): Add sr.
1450 * configure: Regenerate.
1451
f47b0d4a
AM
14522017-01-02 Alan Modra <amodra@gmail.com>
1453
1454 * epiphany-desc.h: Regenerate.
1455 * epiphany-opc.h: Regenerate.
1456 * fr30-desc.h: Regenerate.
1457 * fr30-opc.h: Regenerate.
1458 * frv-desc.h: Regenerate.
1459 * frv-opc.h: Regenerate.
1460 * ip2k-desc.h: Regenerate.
1461 * ip2k-opc.h: Regenerate.
1462 * iq2000-desc.h: Regenerate.
1463 * iq2000-opc.h: Regenerate.
1464 * lm32-desc.h: Regenerate.
1465 * lm32-opc.h: Regenerate.
1466 * m32c-desc.h: Regenerate.
1467 * m32c-opc.h: Regenerate.
1468 * m32r-desc.h: Regenerate.
1469 * m32r-opc.h: Regenerate.
1470 * mep-desc.h: Regenerate.
1471 * mep-opc.h: Regenerate.
1472 * mt-desc.h: Regenerate.
1473 * mt-opc.h: Regenerate.
1474 * or1k-desc.h: Regenerate.
1475 * or1k-opc.h: Regenerate.
1476 * xc16x-desc.h: Regenerate.
1477 * xc16x-opc.h: Regenerate.
1478 * xstormy16-desc.h: Regenerate.
1479 * xstormy16-opc.h: Regenerate.
1480
2571583a
AM
14812017-01-02 Alan Modra <amodra@gmail.com>
1482
1483 Update year range in copyright notice of all files.
1484
5c1ad6b5 1485For older changes see ChangeLog-2016
3499769a 1486\f
5c1ad6b5 1487Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
1488
1489Copying and distribution of this file, with or without modification,
1490are permitted in any medium without royalty provided the copyright
1491notice and this notice are preserved.
1492
1493Local Variables:
1494mode: change-log
1495left-margin: 8
1496fill-column: 74
1497version-control: never
1498End:
This page took 0.171345 seconds and 4 git commands to generate.