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