]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
x86: use template for AVX/AVX512 floating point comparison insns
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
3fabc179
JB
12020-03-09 Jan Beulich <jbeulich@suse.com>
2
3 * i386-opc.tbl (avx_frel): New. Use it for AVX/AVX512 vcmpps,
4 vcmpss, vcmppd, and vcmpsd 3-operand pseudo-ops.
5 * i386-tbl.h: Re-generate.
6
3677e4c1
JB
72020-03-09 Jan Beulich <jbeulich@suse.com>
8
9 * i386-gen.c (set_bitfield): Ignore zero-length field names.
10 * i386-opc.tbl (sse_frel): New. Use it for SSE/SSE2 cmpps,
11 cmpss, cmppd, and cmpsd 2-operand pseudo-ops.
12 * i386-tbl.h: Re-generate.
13
4c4898e8
JB
142020-03-09 Jan Beulich <jbeulich@suse.com>
15
16 * i386-gen.c (struct template_arg, struct template_instance,
17 struct template_param, struct template, templates,
18 parse_template, expand_templates): New.
19 (process_i386_opcodes): Various local variables moved to
20 expand_templates. Call parse_template and expand_templates.
21 * i386-opc.tbl (cc): New. Use it for Jcc, SETcc, and CMOVcc.
22 * i386-tbl.h: Re-generate.
23
bc49bfd8
JB
242020-03-06 Jan Beulich <jbeulich@suse.com>
25
26 * i386-opc.tbl (vcvtdq2pd, vcvtps2pd, vcvtudq2pd, vcvtps2ph,
27 vcvtps2qq, vcvtps2uqq, vcvttps2qq, vcvttps2uqq): Fold separate
28 register and memory source templates. Replace VexW= by VexW*
29 where applicable.
30 * i386-tbl.h: Re-generate.
31
4873e243
JB
322020-03-06 Jan Beulich <jbeulich@suse.com>
33
34 * i386-opc.tbl: Drop IgnoreSize from various SIMD insns. Replace
35 VexW= by VexW* and VexVVVV=1 by just VexVVVV where applicable.
36 * i386-tbl.h: Re-generate.
37
672a349b
JB
382020-03-06 Jan Beulich <jbeulich@suse.com>
39
40 * i386-opc.tbl (fildll, fistpll, fisttpll): Add ATTSyntax.
41 * i386-tbl.h: Re-generate.
42
4ed21b58
JB
432020-03-06 Jan Beulich <jbeulich@suse.com>
44
45 * i386-opc.tbl (movq): Drop NoRex64 from XMM/XMM SSE2AVX variants.
46 (movmskps, pextrw, pinsrw, pmovmskb, movmskpd, extractps,
47 pextrb, pinsrb, roundsd): Drop NoRex64 and where applicable use
48 VexW0 on SSE2AVX variants.
49 (vmovq): Drop NoRex64 from XMM/XMM variants.
50 (vextractps, vmovmskpd, vmovmskps, vpextrb, vpextrw, vpinsrb,
51 vpinsrw, vpmovmskb, vroundsd, vpmovmskb): Drop NoRex64 and where
52 applicable use VexW0.
53 * i386-tbl.h: Re-generate.
54
643bb870
JB
552020-03-06 Jan Beulich <jbeulich@suse.com>
56
57 * i386-gen.c (opcode_modifiers): Remove Rex64 field.
58 * i386-opc.h (Rex64): Delete.
59 (struct i386_opcode_modifier): Remove rex64 field.
60 * i386-opc.tbl (crc32): Drop Rex64.
61 Replace Rex64 with Size64 everywhere else.
62 * i386-tbl.h: Re-generate.
63
a23b33b3
JB
642020-03-06 Jan Beulich <jbeulich@suse.com>
65
66 * i386-dis.c (OP_E_memory): Exclude recording of used address
67 prefix for "bnd" modes only in 64-bit mode. Don't decode 16-bit
68 addressed memory operands for MPX insns.
69
a0497384
JB
702020-03-06 Jan Beulich <jbeulich@suse.com>
71
72 * i386-opc.tbl (movmskps, mwait, vmread, vmwrite, invept,
73 invvpid, invpcid, rdfsbase, rdgsbase, wrfsbase, wrgsbase, adcx,
74 adox, mwaitx, rdpid, movdiri): Add IgnoreSize.
75 (ptwrite): Split into non-64-bit and 64-bit forms.
76 * i386-tbl.h: Re-generate.
77
b630c145
JB
782020-03-06 Jan Beulich <jbeulich@suse.com>
79
80 * i386-opc.tbl (tpause, umwait): Add IgnoreSize. Add 3-operand
81 template.
82 * i386-tbl.h: Re-generate.
83
a847e322
JB
842020-03-04 Jan Beulich <jbeulich@suse.com>
85
86 * i386-dis.c (PREFIX_0F01_REG_3_RM_1): New.
87 (prefix_table): Move vmmcall here. Add vmgexit.
88 (rm_table): Replace vmmcall entry by prefix_table[] escape.
89 * i386-gen.c (cpu_flag_init): Add CPU_SEV_ES_FLAGS entry.
90 (cpu_flags): Add CpuSEV_ES entry.
91 * i386-opc.h (CpuSEV_ES): New.
92 (union i386_cpu_flags): Add cpusev_es field.
93 * i386-opc.tbl (vmgexit): New.
94 * i386-init.h, i386-tbl.h: Re-generate.
95
3cd7f3e3
L
962020-03-03 H.J. Lu <hongjiu.lu@intel.com>
97
98 * i386-gen.c (opcode_modifiers): Replace IgnoreSize/DefaultSize
99 with MnemonicSize.
100 * i386-opc.h (IGNORESIZE): New.
101 (DEFAULTSIZE): Likewise.
102 (IgnoreSize): Removed.
103 (DefaultSize): Likewise.
104 (MnemonicSize): New.
105 (i386_opcode_modifier): Replace ignoresize/defaultsize with
106 mnemonicsize.
107 * i386-opc.tbl (IgnoreSize): New.
108 (DefaultSize): Likewise.
109 * i386-tbl.h: Regenerated.
110
b8ba1385
SB
1112020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
112
113 PR 25627
114 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
115 instructions.
116
10d97a0f
L
1172020-03-03 H.J. Lu <hongjiu.lu@intel.com>
118
119 PR gas/25622
120 * i386-opc.tbl: Add IgnoreSize to cvtsi2sd, cvtsi2ss, vcvtsi2sd,
121 vcvtsi2ss, vcvtusi2sd and vcvtusi2ss for AT&T syntax.
122 * i386-tbl.h: Regenerated.
123
dc1e8a47
AM
1242020-02-26 Alan Modra <amodra@gmail.com>
125
126 * aarch64-asm.c: Indent labels correctly.
127 * aarch64-dis.c: Likewise.
128 * aarch64-gen.c: Likewise.
129 * aarch64-opc.c: Likewise.
130 * alpha-dis.c: Likewise.
131 * i386-dis.c: Likewise.
132 * nds32-asm.c: Likewise.
133 * nfp-dis.c: Likewise.
134 * visium-dis.c: Likewise.
135
265b4673
CZ
1362020-02-25 Claudiu Zissulescu <claziss@gmail.com>
137
138 * arc-regs.h (int_vector_base): Make it available for all ARC
139 CPUs.
140
bd0cf5a6
NC
1412020-02-20 Nelson Chu <nelson.chu@sifive.com>
142
143 * riscv-dis.c (print_insn_args): Updated since the DECLARE_CSR is
144 changed.
145
fa164239
JW
1462020-02-19 Nelson Chu <nelson.chu@sifive.com>
147
148 * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed
149 c.mv/c.li if rs1 is zero.
150
272a84b1
L
1512020-02-17 H.J. Lu <hongjiu.lu@intel.com>
152
153 * i386-gen.c (cpu_flag_init): Replace CpuABM with
154 CpuLZCNT|CpuPOPCNT. Add CpuPOPCNT to CPU_SSE4_2_FLAGS. Add
155 CPU_POPCNT_FLAGS.
156 (cpu_flags): Remove CpuABM. Add CpuPOPCNT.
157 * i386-opc.h (CpuABM): Removed.
158 (CpuPOPCNT): New.
159 (i386_cpu_flags): Remove cpuabm. Add cpupopcnt.
160 * i386-opc.tbl: Replace CpuABM|CpuSSE4_2 with CpuPOPCNT on
161 popcnt. Remove CpuABM from lzcnt.
162 * i386-init.h: Regenerated.
163 * i386-tbl.h: Likewise.
164
1f730c46
JB
1652020-02-17 Jan Beulich <jbeulich@suse.com>
166
167 * i386-opc.tbl (vcvtsi2sd, vcvtsi2ss, vcvtusi2sd, vcvtusi2ss):
168 Fold CpuNo64 and Cpu64 templates. Use VexLIG/EVexLIG and VexW0/
169 VexW1 instead of open-coding them.
170 * i386-tbl.h: Re-generate.
171
c8f8eebc
JB
1722020-02-17 Jan Beulich <jbeulich@suse.com>
173
174 * i386-opc.tbl (AddrPrefixOpReg): Define.
175 (monitor, invlpga, vmload, vmrun, vmsave, clzero, monitorx,
176 umonitor, movdir64b, enqcmd, enqcmds): Fold Cpu64 and CpuNo64
177 templates. Drop NoRex64.
178 * i386-tbl.h: Re-generate.
179
b9915cbc
JB
1802020-02-17 Jan Beulich <jbeulich@suse.com>
181
182 PR gas/6518
183 * i386-opc.tbl (vcvtpd2dq, vcvtpd2ps, vcvttpd2dq, vcvtpd2udq,
184 vcvttpd2udq, vcvtqq2ps, vcvtuqq2ps): Split XMM/YMM source forms
185 into Intel syntax instance (with Unpsecified) and AT&T one
186 (without).
187 (vcvtneps2bf16): Likewise, along with folding the two so far
188 separate ones.
189 * i386-tbl.h: Re-generate.
190
ce504911
L
1912020-02-16 H.J. Lu <hongjiu.lu@intel.com>
192
193 * i386-gen.c (cpu_flag_init): Remove CPU_ANY_SSE3_FLAGS from
194 CPU_ANY_SSE4A_FLAGS.
195
dabec65d
AM
1962020-02-17 Alan Modra <amodra@gmail.com>
197
198 * i386-gen.c (cpu_flag_init): Correct last change.
199
af5c13b0
L
2002020-02-16 H.J. Lu <hongjiu.lu@intel.com>
201
202 * i386-gen.c (cpu_flag_init): Add CPU_ANY_SSE4A_FLAGS. Remove
203 CPU_ANY_SSE4_FLAGS.
204
6867aac0
L
2052020-02-14 H.J. Lu <hongjiu.lu@intel.com>
206
207 * i386-opc.tbl (movsx): Remove Intel syntax comments.
208 (movzx): Likewise.
209
65fca059
JB
2102020-02-14 Jan Beulich <jbeulich@suse.com>
211
212 PR gas/25438
213 * i386-opc.tbl (movsx): Fold patterns. Also allow Reg32 as
214 destination for Cpu64-only variant.
215 (movzx): Fold patterns.
216 * i386-tbl.h: Re-generate.
217
7deea9aa
JB
2182020-02-13 Jan Beulich <jbeulich@suse.com>
219
220 * i386-gen.c (cpu_flag_init): Move CpuSSE4a from
221 CPU_ANY_SSE_FLAGS entry to CPU_ANY_SSE3_FLAGS one. Add
222 CPU_ANY_SSE4_FLAGS entry.
223 * i386-init.h: Re-generate.
224
6c0946d0
JB
2252020-02-12 Jan Beulich <jbeulich@suse.com>
226
227 * i386-opc.tbl (vfpclasspd, vfpclassps): Add Intel sytax form
228 with Unspecified, making the present one AT&T syntax only.
229 * i386-tbl.h: Re-generate.
230
ddb56fe6
JB
2312020-02-12 Jan Beulich <jbeulich@suse.com>
232
233 * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants.
234 * i386-tbl.h: Re-generate.
235
5990e377
JB
2362020-02-12 Jan Beulich <jbeulich@suse.com>
237
238 PR gas/24546
239 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode.
240 * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into
241 Amd64 and Intel64 templates.
242 (call, jmp): Likewise for far indirect variants. Dro
243 Unspecified.
244 * i386-tbl.h: Re-generate.
245
50128d0c
JB
2462020-02-11 Jan Beulich <jbeulich@suse.com>
247
248 * i386-gen.c (opcode_modifiers): Remove ShortForm entry.
249 * i386-opc.h (ShortForm): Delete.
250 (struct i386_opcode_modifier): Remove shortform field.
251 * i386-opc.tbl (mov, movabs, push, pop, xchg, inc, dec, fld,
252 fst, fstp, fxch, fcom, fcomp, fucom, fucomp, fadd, faddp, fsub,
253 fsubp, fsubr, fsubrp, fmul, fmulp, fdiv, fdivp, fdivr, fdivrp,
254 ffreep, bswap, fcmov*, fcomi, fcomip, fucomi, fucomip, movq):
255 Drop ShortForm.
256 * i386-tbl.h: Re-generate.
257
1e05b5c4
JB
2582020-02-11 Jan Beulich <jbeulich@suse.com>
259
260 * i386-opc.tbl (fcomi, fucomi, fcomip, fcompi, fucomip,
261 fucompi): Drop ShortForm from operand-less templates.
262 * i386-tbl.h: Re-generate.
263
2f5dd314
AM
2642020-02-11 Alan Modra <amodra@gmail.com>
265
266 * cgen-ibld.in (extract_normal): Set *valuep on all return paths.
267 * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
268 * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
269 * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
270 * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
271
5aae9ae9
MM
2722020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
273
274 * arm-dis.c (print_insn_cde): Define 'V' parse character.
275 (cde_opcodes): Add VCX* instructions.
276
4934a27c
MM
2772020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
278 Matthew Malcomson <matthew.malcomson@arm.com>
279
280 * arm-dis.c (struct cdeopcode32): New.
281 (CDE_OPCODE): New macro.
282 (cde_opcodes): New disassembly table.
283 (regnames): New option to table.
284 (cde_coprocs): New global variable.
285 (print_insn_cde): New
286 (print_insn_thumb32): Use print_insn_cde.
287 (parse_arm_disassembler_options): Parse coprocN args.
288
4b5aaf5f
L
2892020-02-10 H.J. Lu <hongjiu.lu@intel.com>
290
291 PR gas/25516
292 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
293 with ISA64.
294 * i386-opc.h (AMD64): Removed.
295 (Intel64): Likewose.
296 (AMD64): New.
297 (INTEL64): Likewise.
298 (INTEL64ONLY): Likewise.
299 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
300 * i386-opc.tbl (Amd64): New.
301 (Intel64): Likewise.
302 (Intel64Only): Likewise.
303 Replace AMD64 with Amd64. Update sysenter/sysenter with
304 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
305 * i386-tbl.h: Regenerated.
306
9fc0b501
SB
3072020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
308
309 PR 25469
310 * z80-dis.c: Add support for GBZ80 opcodes.
311
c5d7be0c
AM
3122020-02-04 Alan Modra <amodra@gmail.com>
313
314 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
315
44e4546f
AM
3162020-02-03 Alan Modra <amodra@gmail.com>
317
318 * m32c-ibld.c: Regenerate.
319
b2b1453a
AM
3202020-02-01 Alan Modra <amodra@gmail.com>
321
322 * frv-ibld.c: Regenerate.
323
4102be5c
JB
3242020-01-31 Jan Beulich <jbeulich@suse.com>
325
326 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
327 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
328 (OP_E_memory): Replace xmm_mdq_mode case label by
329 vex_scalar_w_dq_mode one.
330 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
331
825bd36c
JB
3322020-01-31 Jan Beulich <jbeulich@suse.com>
333
334 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
335 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
336 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
337 (intel_operand_size): Drop vex_w_dq_mode case label.
338
c3036ed0
RS
3392020-01-31 Richard Sandiford <richard.sandiford@arm.com>
340
341 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
342 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
343
0c115f84
AM
3442020-01-30 Alan Modra <amodra@gmail.com>
345
346 * m32c-ibld.c: Regenerate.
347
bd434cc4
JM
3482020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
349
350 * bpf-opc.c: Regenerate.
351
aeab2b26
JB
3522020-01-30 Jan Beulich <jbeulich@suse.com>
353
354 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
355 (dis386): Use them to replace C2/C3 table entries.
356 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
357 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
358 ones. Use Size64 instead of DefaultSize on Intel64 ones.
359 * i386-tbl.h: Re-generate.
360
62b3f548
JB
3612020-01-30 Jan Beulich <jbeulich@suse.com>
362
363 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
364 forms.
365 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
366 DefaultSize.
367 * i386-tbl.h: Re-generate.
368
1bd8ae10
AM
3692020-01-30 Alan Modra <amodra@gmail.com>
370
371 * tic4x-dis.c (tic4x_dp): Make unsigned.
372
bc31405e
L
3732020-01-27 H.J. Lu <hongjiu.lu@intel.com>
374 Jan Beulich <jbeulich@suse.com>
375
376 PR binutils/25445
377 * i386-dis.c (MOVSXD_Fixup): New function.
378 (movsxd_mode): New enum.
379 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
380 (intel_operand_size): Handle movsxd_mode.
381 (OP_E_register): Likewise.
382 (OP_G): Likewise.
383 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
384 register on movsxd. Add movsxd with 16-bit destination register
385 for AMD64 and Intel64 ISAs.
386 * i386-tbl.h: Regenerated.
387
7568c93b
TC
3882020-01-27 Tamar Christina <tamar.christina@arm.com>
389
390 PR 25403
391 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
392 * aarch64-asm-2.c: Regenerate
393 * aarch64-dis-2.c: Likewise.
394 * aarch64-opc-2.c: Likewise.
395
c006a730
JB
3962020-01-21 Jan Beulich <jbeulich@suse.com>
397
398 * i386-opc.tbl (sysret): Drop DefaultSize.
399 * i386-tbl.h: Re-generate.
400
c906a69a
JB
4012020-01-21 Jan Beulich <jbeulich@suse.com>
402
403 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
404 Dword.
405 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
406 * i386-tbl.h: Re-generate.
407
26916852
NC
4082020-01-20 Nick Clifton <nickc@redhat.com>
409
410 * po/de.po: Updated German translation.
411 * po/pt_BR.po: Updated Brazilian Portuguese translation.
412 * po/uk.po: Updated Ukranian translation.
413
4d6cbb64
AM
4142020-01-20 Alan Modra <amodra@gmail.com>
415
416 * hppa-dis.c (fput_const): Remove useless cast.
417
2bddb71a
AM
4182020-01-20 Alan Modra <amodra@gmail.com>
419
420 * arm-dis.c (print_insn_arm): Wrap 'T' value.
421
1b1bb2c6
NC
4222020-01-18 Nick Clifton <nickc@redhat.com>
423
424 * configure: Regenerate.
425 * po/opcodes.pot: Regenerate.
426
ae774686
NC
4272020-01-18 Nick Clifton <nickc@redhat.com>
428
429 Binutils 2.34 branch created.
430
07f1f3aa
CB
4312020-01-17 Christian Biesinger <cbiesinger@google.com>
432
433 * opintl.h: Fix spelling error (seperate).
434
42e04b36
L
4352020-01-17 H.J. Lu <hongjiu.lu@intel.com>
436
437 * i386-opc.tbl: Add {vex} pseudo prefix.
438 * i386-tbl.h: Regenerated.
439
2da2eaf4
AV
4402020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
441
442 PR 25376
443 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
444 (neon_opcodes): Likewise.
445 (select_arm_features): Make sure we enable MVE bits when selecting
446 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
447 any architecture.
448
d0849eed
JB
4492020-01-16 Jan Beulich <jbeulich@suse.com>
450
451 * i386-opc.tbl: Drop stale comment from XOP section.
452
9cf70a44
JB
4532020-01-16 Jan Beulich <jbeulich@suse.com>
454
455 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
456 (extractps): Add VexWIG to SSE2AVX forms.
457 * i386-tbl.h: Re-generate.
458
4814632e
JB
4592020-01-16 Jan Beulich <jbeulich@suse.com>
460
461 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
462 Size64 from and use VexW1 on SSE2AVX forms.
463 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
464 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
465 * i386-tbl.h: Re-generate.
466
aad09917
AM
4672020-01-15 Alan Modra <amodra@gmail.com>
468
469 * tic4x-dis.c (tic4x_version): Make unsigned long.
470 (optab, optab_special, registernames): New file scope vars.
471 (tic4x_print_register): Set up registernames rather than
472 malloc'd registertable.
473 (tic4x_disassemble): Delete optable and optable_special. Use
474 optab and optab_special instead. Throw away old optab,
475 optab_special and registernames when info->mach changes.
476
7a6bf3be
SB
4772020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
478
479 PR 25377
480 * z80-dis.c (suffix): Use .db instruction to generate double
481 prefix.
482
ca1eaac0
AM
4832020-01-14 Alan Modra <amodra@gmail.com>
484
485 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
486 values to unsigned before shifting.
487
1d67fe3b
TT
4882020-01-13 Thomas Troeger <tstroege@gmx.de>
489
490 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
491 flow instructions.
492 (print_insn_thumb16, print_insn_thumb32): Likewise.
493 (print_insn): Initialize the insn info.
494 * i386-dis.c (print_insn): Initialize the insn info fields, and
495 detect jumps.
496
5e4f7e05
CZ
4972012-01-13 Claudiu Zissulescu <claziss@gmail.com>
498
499 * arc-opc.c (C_NE): Make it required.
500
b9fe6b8a
CZ
5012012-01-13 Claudiu Zissulescu <claziss@gmail.com>
502
503 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
504 reserved register name.
505
90dee485
AM
5062020-01-13 Alan Modra <amodra@gmail.com>
507
508 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
509 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
510
febda64f
AM
5112020-01-13 Alan Modra <amodra@gmail.com>
512
513 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
514 result of wasm_read_leb128 in a uint64_t and check that bits
515 are not lost when copying to other locals. Use uint32_t for
516 most locals. Use PRId64 when printing int64_t.
517
df08b588
AM
5182020-01-13 Alan Modra <amodra@gmail.com>
519
520 * score-dis.c: Formatting.
521 * score7-dis.c: Formatting.
522
b2c759ce
AM
5232020-01-13 Alan Modra <amodra@gmail.com>
524
525 * score-dis.c (print_insn_score48): Use unsigned variables for
526 unsigned values. Don't left shift negative values.
527 (print_insn_score32): Likewise.
528 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
529
5496abe1
AM
5302020-01-13 Alan Modra <amodra@gmail.com>
531
532 * tic4x-dis.c (tic4x_print_register): Remove dead code.
533
202e762b
AM
5342020-01-13 Alan Modra <amodra@gmail.com>
535
536 * fr30-ibld.c: Regenerate.
537
7ef412cf
AM
5382020-01-13 Alan Modra <amodra@gmail.com>
539
540 * xgate-dis.c (print_insn): Don't left shift signed value.
541 (ripBits): Formatting, use 1u.
542
7f578b95
AM
5432020-01-10 Alan Modra <amodra@gmail.com>
544
545 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
546 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
547
441af85b
AM
5482020-01-10 Alan Modra <amodra@gmail.com>
549
550 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
551 and XRREG value earlier to avoid a shift with negative exponent.
552 * m10200-dis.c (disassemble): Similarly.
553
bce58db4
NC
5542020-01-09 Nick Clifton <nickc@redhat.com>
555
556 PR 25224
557 * z80-dis.c (ld_ii_ii): Use correct cast.
558
40c75bc8
SB
5592020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
560
561 PR 25224
562 * z80-dis.c (ld_ii_ii): Use character constant when checking
563 opcode byte value.
564
d835a58b
JB
5652020-01-09 Jan Beulich <jbeulich@suse.com>
566
567 * i386-dis.c (SEP_Fixup): New.
568 (SEP): Define.
569 (dis386_twobyte): Use it for sysenter/sysexit.
570 (enum x86_64_isa): Change amd64 enumerator to value 1.
571 (OP_J): Compare isa64 against intel64 instead of amd64.
572 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
573 forms.
574 * i386-tbl.h: Re-generate.
575
030a2e78
AM
5762020-01-08 Alan Modra <amodra@gmail.com>
577
578 * z8k-dis.c: Include libiberty.h
579 (instr_data_s): Make max_fetched unsigned.
580 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
581 Don't exceed byte_info bounds.
582 (output_instr): Make num_bytes unsigned.
583 (unpack_instr): Likewise for nibl_count and loop.
584 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
585 idx unsigned.
586 * z8k-opc.h: Regenerate.
587
bb82aefe
SV
5882020-01-07 Shahab Vahedi <shahab@synopsys.com>
589
590 * arc-tbl.h (llock): Use 'LLOCK' as class.
591 (llockd): Likewise.
592 (scond): Use 'SCOND' as class.
593 (scondd): Likewise.
594 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
595 (scondd): Likewise.
596
cc6aa1a6
AM
5972020-01-06 Alan Modra <amodra@gmail.com>
598
599 * m32c-ibld.c: Regenerate.
600
660e62b1
AM
6012020-01-06 Alan Modra <amodra@gmail.com>
602
603 PR 25344
604 * z80-dis.c (suffix): Don't use a local struct buffer copy.
605 Peek at next byte to prevent recursion on repeated prefix bytes.
606 Ensure uninitialised "mybuf" is not accessed.
607 (print_insn_z80): Don't zero n_fetch and n_used here,..
608 (print_insn_z80_buf): ..do it here instead.
609
c9ae58fe
AM
6102020-01-04 Alan Modra <amodra@gmail.com>
611
612 * m32r-ibld.c: Regenerate.
613
5f57d4ec
AM
6142020-01-04 Alan Modra <amodra@gmail.com>
615
616 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
617
2c5c1196
AM
6182020-01-04 Alan Modra <amodra@gmail.com>
619
620 * crx-dis.c (match_opcode): Avoid shift left of signed value.
621
2e98c6c5
AM
6222020-01-04 Alan Modra <amodra@gmail.com>
623
624 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
625
567dfba2
JB
6262020-01-03 Jan Beulich <jbeulich@suse.com>
627
5437a02a
JB
628 * aarch64-tbl.h (aarch64_opcode_table): Use
629 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
630
6312020-01-03 Jan Beulich <jbeulich@suse.com>
632
633 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
634 forms of SUDOT and USDOT.
635
8c45011a
JB
6362020-01-03 Jan Beulich <jbeulich@suse.com>
637
5437a02a 638 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
639 uzip{1,2}.
640 * opcodes/aarch64-dis-2.c: Re-generate.
641
f4950f76
JB
6422020-01-03 Jan Beulich <jbeulich@suse.com>
643
5437a02a 644 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
645 FMMLA encoding.
646 * opcodes/aarch64-dis-2.c: Re-generate.
647
6655dba2
SB
6482020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
649
650 * z80-dis.c: Add support for eZ80 and Z80 instructions.
651
b14ce8bf
AM
6522020-01-01 Alan Modra <amodra@gmail.com>
653
654 Update year range in copyright notice of all files.
655
0b114740 656For older changes see ChangeLog-2019
3499769a 657\f
0b114740 658Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
659
660Copying and distribution of this file, with or without modification,
661are permitted in any medium without royalty provided the copyright
662notice and this notice are preserved.
663
664Local Variables:
665mode: change-log
666left-margin: 8
667fill-column: 74
668version-control: never
669End: