]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
[PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
e409955d
FS
12020-04-17 Fredrik Strupe <fredrik@strupe.net>
2
3 * arm-dis.c (neon_opcodes): Fix VDUP instruction masks.
4 (print_insn_neon): Support disassembly of conditional
5 instructions.
6
c54a9b56
DF
72020-02-16 David Faust <david.faust@oracle.com>
8
9 * bpf-desc.c: Regenerate.
10 * bpf-desc.h: Likewise.
11 * bpf-opc.c: Regenerate.
12 * bpf-opc.h: Likewise.
13
bb651e8b
CL
142020-04-07 Lili Cui <lili.cui@intel.com>
15
16 * i386-dis.c (enum): Add PREFIX_0F01_REG_5_MOD_3_RM_1,
17 (prefix_table): New instructions (see prefixes above).
18 (rm_table): Likewise
19 * i386-gen.c (cpu_flag_init): Add CPU_TSXLDTRK_FLAGS,
20 CPU_ANY_TSXLDTRK_FLAGS.
21 (cpu_flags): Add CpuTSXLDTRK.
22 * i386-opc.h (enum): Add CpuTSXLDTRK.
23 (i386_cpu_flags): Add cputsxldtrk.
24 * i386-opc.tbl: Add XSUSPLDTRK insns.
25 * i386-init.h: Regenerate.
26 * i386-tbl.h: Likewise.
27
4b27d27c
L
282020-04-02 Lili Cui <lili.cui@intel.com>
29
30 * i386-dis.c (prefix_table): New instructions serialize.
31 * i386-gen.c (cpu_flag_init): Add CPU_SERIALIZE_FLAGS,
32 CPU_ANY_SERIALIZE_FLAGS.
33 (cpu_flags): Add CpuSERIALIZE.
34 * i386-opc.h (enum): Add CpuSERIALIZE.
35 (i386_cpu_flags): Add cpuserialize.
36 * i386-opc.tbl: Add SERIALIZE insns.
37 * i386-init.h: Regenerate.
38 * i386-tbl.h: Likewise.
39
832a5807
AM
402020-03-26 Alan Modra <amodra@gmail.com>
41
42 * disassemble.h (opcodes_assert): Declare.
43 (OPCODES_ASSERT): Define.
44 * disassemble.c: Don't include assert.h. Include opintl.h.
45 (opcodes_assert): New function.
46 * h8300-dis.c (bfd_h8_disassemble_init): Use OPCODES_ASSERT.
47 (bfd_h8_disassemble): Reduce size of data array. Correctly
48 calculate maxlen. Omit insn decoding when insn length exceeds
49 maxlen. Exit from nibble loop when looking for E, before
50 accessing next data byte. Move processing of E outside loop.
51 Replace tests of maxlen in loop with assertions.
52
4c4addbe
AM
532020-03-26 Alan Modra <amodra@gmail.com>
54
55 * arc-dis.c (find_format): Init needs_limm. Simplify use of limm.
56
a18cd0ca
AM
572020-03-25 Alan Modra <amodra@gmail.com>
58
59 * z80-dis.c (suffix): Init mybuf.
60
57cb32b3
AM
612020-03-22 Alan Modra <amodra@gmail.com>
62
63 * h8300-dis.c (bfd_h8_disassemble): Limit data[] access to that
64 successflly read from section.
65
beea5cc1
AM
662020-03-22 Alan Modra <amodra@gmail.com>
67
68 * arc-dis.c (find_format): Use ISO C string concatenation rather
69 than line continuation within a string. Don't access needs_limm
70 before testing opcode != NULL.
71
03704c77
AM
722020-03-22 Alan Modra <amodra@gmail.com>
73
74 * ns32k-dis.c (print_insn_arg): Update comment.
75 (print_insn_ns32k): Reduce size of index_offset array, and
76 initialize, passing -1 to print_insn_arg for args that are not
77 an index. Don't exit arg loop early. Abort on bad arg number.
78
d1023b5d
AM
792020-03-22 Alan Modra <amodra@gmail.com>
80
81 * s12z-dis.c (abstract_read_memory): Don't print error on EOI.
82 * s12z-opc.c: Formatting.
83 (operands_f): Return an int.
84 (opr_n_bytes_p1): Return -1 on reaching buffer memory limit.
85 (opr_n_bytes2, bfextins_n_bytes, mul_n_bytes, bm_n_bytes),
86 (shift_n_bytes, mov_imm_opr_n_bytes, loop_prim_n_bytes),
87 (exg_sex_discrim): Likewise.
88 (create_immediate_operand, create_bitfield_operand),
89 (create_register_operand_with_size, create_register_all_operand),
90 (create_register_all16_operand, create_simple_memory_operand),
91 (create_memory_operand, create_memory_auto_operand): Don't
92 segfault on malloc failure.
93 (z_ext24_decode): Return an int status, negative on fail, zero
94 on success.
95 (x_imm1, imm1_decode, trap_decode, z_opr_decode, z_opr_decode2),
96 (imm1234, reg_s_imm, reg_s_opr, z_imm1234_8base, z_imm1234_0base),
97 (z_tfr, z_reg, reg_xy, lea_reg_xys_opr, lea_reg_xys, rel_15_7),
98 (decode_rel_15_7, cmp_xy, sub_d6_x_y, sub_d6_y_x),
99 (ld_18bit_decode, mul_decode, bm_decode, bm_rel_decode),
100 (mov_imm_opr, ld_18bit_decode, exg_sex_decode),
101 (loop_primitive_decode, shift_decode, psh_pul_decode),
102 (bit_field_decode): Similarly.
103 (z_decode_signed_value, decode_signed_value): Similarly. Add arg
104 to return value, update callers.
105 (x_opr_decode_with_size): Check all reads, returning NULL on fail.
106 Don't segfault on NULL operand.
107 (decode_operation): Return OP_INVALID on first fail.
108 (decode_s12z): Check all reads, returning -1 on fail.
109
340f3ac8
AM
1102020-03-20 Alan Modra <amodra@gmail.com>
111
112 * metag-dis.c (print_insn_metag): Don't ignore status from
113 read_memory_func.
114
fe90ae8a
AM
1152020-03-20 Alan Modra <amodra@gmail.com>
116
117 * nds32-dis.c (print_insn_nds32): Remove unnecessary casts.
118 Initialize parts of buffer not written when handling a possible
119 2-byte insn at end of section. Don't attempt decoding of such
120 an insn by the 4-byte machinery.
121
833d919c
AM
1222020-03-20 Alan Modra <amodra@gmail.com>
123
124 * ppc-dis.c (print_insn_powerpc): Only clear needed bytes of
125 partially filled buffer. Prevent lookup of 4-byte insns when
126 only VLE 2-byte insns are possible due to section size. Print
127 ".word" rather than ".long" for 2-byte leftovers.
128
327ef784
NC
1292020-03-17 Sergey Belyashov <sergey.belyashov@gmail.com>
130
131 PR 25641
132 * z80-dis.c: Fix disassembling ED+A4/AC/B4/BC opcodes.
133
1673df32
JB
1342020-03-13 Jan Beulich <jbeulich@suse.com>
135
136 * i386-dis.c (X86_64_0D): Rename to ...
137 (X86_64_0E): ... this.
138
384f3689
L
1392020-03-09 H.J. Lu <hongjiu.lu@intel.com>
140
141 * Makefile.am ($(srcdir)/i386-init.h): Also pass -P to $(CPP).
142 * Makefile.in: Regenerated.
143
865e2027
JB
1442020-03-09 Jan Beulich <jbeulich@suse.com>
145
146 * i386-opc.tbl (avx_irel): New. Use is for AVX512 vpcmp*
147 3-operand pseudos.
148 * i386-tbl.h: Re-generate.
149
2f13234b
JB
1502020-03-09 Jan Beulich <jbeulich@suse.com>
151
152 * i386-opc.tbl (xop_elem, xop_irel, xop_sign): New. Use them for XOP vpcom*,
153 vprot*, vpsha*, and vpshl*.
154 * i386-tbl.h: Re-generate.
155
3fabc179
JB
1562020-03-09 Jan Beulich <jbeulich@suse.com>
157
158 * i386-opc.tbl (avx_frel): New. Use it for AVX/AVX512 vcmpps,
159 vcmpss, vcmppd, and vcmpsd 3-operand pseudo-ops.
160 * i386-tbl.h: Re-generate.
161
3677e4c1
JB
1622020-03-09 Jan Beulich <jbeulich@suse.com>
163
164 * i386-gen.c (set_bitfield): Ignore zero-length field names.
165 * i386-opc.tbl (sse_frel): New. Use it for SSE/SSE2 cmpps,
166 cmpss, cmppd, and cmpsd 2-operand pseudo-ops.
167 * i386-tbl.h: Re-generate.
168
4c4898e8
JB
1692020-03-09 Jan Beulich <jbeulich@suse.com>
170
171 * i386-gen.c (struct template_arg, struct template_instance,
172 struct template_param, struct template, templates,
173 parse_template, expand_templates): New.
174 (process_i386_opcodes): Various local variables moved to
175 expand_templates. Call parse_template and expand_templates.
176 * i386-opc.tbl (cc): New. Use it for Jcc, SETcc, and CMOVcc.
177 * i386-tbl.h: Re-generate.
178
bc49bfd8
JB
1792020-03-06 Jan Beulich <jbeulich@suse.com>
180
181 * i386-opc.tbl (vcvtdq2pd, vcvtps2pd, vcvtudq2pd, vcvtps2ph,
182 vcvtps2qq, vcvtps2uqq, vcvttps2qq, vcvttps2uqq): Fold separate
183 register and memory source templates. Replace VexW= by VexW*
184 where applicable.
185 * i386-tbl.h: Re-generate.
186
4873e243
JB
1872020-03-06 Jan Beulich <jbeulich@suse.com>
188
189 * i386-opc.tbl: Drop IgnoreSize from various SIMD insns. Replace
190 VexW= by VexW* and VexVVVV=1 by just VexVVVV where applicable.
191 * i386-tbl.h: Re-generate.
192
672a349b
JB
1932020-03-06 Jan Beulich <jbeulich@suse.com>
194
195 * i386-opc.tbl (fildll, fistpll, fisttpll): Add ATTSyntax.
196 * i386-tbl.h: Re-generate.
197
4ed21b58
JB
1982020-03-06 Jan Beulich <jbeulich@suse.com>
199
200 * i386-opc.tbl (movq): Drop NoRex64 from XMM/XMM SSE2AVX variants.
201 (movmskps, pextrw, pinsrw, pmovmskb, movmskpd, extractps,
202 pextrb, pinsrb, roundsd): Drop NoRex64 and where applicable use
203 VexW0 on SSE2AVX variants.
204 (vmovq): Drop NoRex64 from XMM/XMM variants.
205 (vextractps, vmovmskpd, vmovmskps, vpextrb, vpextrw, vpinsrb,
206 vpinsrw, vpmovmskb, vroundsd, vpmovmskb): Drop NoRex64 and where
207 applicable use VexW0.
208 * i386-tbl.h: Re-generate.
209
643bb870
JB
2102020-03-06 Jan Beulich <jbeulich@suse.com>
211
212 * i386-gen.c (opcode_modifiers): Remove Rex64 field.
213 * i386-opc.h (Rex64): Delete.
214 (struct i386_opcode_modifier): Remove rex64 field.
215 * i386-opc.tbl (crc32): Drop Rex64.
216 Replace Rex64 with Size64 everywhere else.
217 * i386-tbl.h: Re-generate.
218
a23b33b3
JB
2192020-03-06 Jan Beulich <jbeulich@suse.com>
220
221 * i386-dis.c (OP_E_memory): Exclude recording of used address
222 prefix for "bnd" modes only in 64-bit mode. Don't decode 16-bit
223 addressed memory operands for MPX insns.
224
a0497384
JB
2252020-03-06 Jan Beulich <jbeulich@suse.com>
226
227 * i386-opc.tbl (movmskps, mwait, vmread, vmwrite, invept,
228 invvpid, invpcid, rdfsbase, rdgsbase, wrfsbase, wrgsbase, adcx,
229 adox, mwaitx, rdpid, movdiri): Add IgnoreSize.
230 (ptwrite): Split into non-64-bit and 64-bit forms.
231 * i386-tbl.h: Re-generate.
232
b630c145
JB
2332020-03-06 Jan Beulich <jbeulich@suse.com>
234
235 * i386-opc.tbl (tpause, umwait): Add IgnoreSize. Add 3-operand
236 template.
237 * i386-tbl.h: Re-generate.
238
a847e322
JB
2392020-03-04 Jan Beulich <jbeulich@suse.com>
240
241 * i386-dis.c (PREFIX_0F01_REG_3_RM_1): New.
242 (prefix_table): Move vmmcall here. Add vmgexit.
243 (rm_table): Replace vmmcall entry by prefix_table[] escape.
244 * i386-gen.c (cpu_flag_init): Add CPU_SEV_ES_FLAGS entry.
245 (cpu_flags): Add CpuSEV_ES entry.
246 * i386-opc.h (CpuSEV_ES): New.
247 (union i386_cpu_flags): Add cpusev_es field.
248 * i386-opc.tbl (vmgexit): New.
249 * i386-init.h, i386-tbl.h: Re-generate.
250
3cd7f3e3
L
2512020-03-03 H.J. Lu <hongjiu.lu@intel.com>
252
253 * i386-gen.c (opcode_modifiers): Replace IgnoreSize/DefaultSize
254 with MnemonicSize.
255 * i386-opc.h (IGNORESIZE): New.
256 (DEFAULTSIZE): Likewise.
257 (IgnoreSize): Removed.
258 (DefaultSize): Likewise.
259 (MnemonicSize): New.
260 (i386_opcode_modifier): Replace ignoresize/defaultsize with
261 mnemonicsize.
262 * i386-opc.tbl (IgnoreSize): New.
263 (DefaultSize): Likewise.
264 * i386-tbl.h: Regenerated.
265
b8ba1385
SB
2662020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
267
268 PR 25627
269 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
270 instructions.
271
10d97a0f
L
2722020-03-03 H.J. Lu <hongjiu.lu@intel.com>
273
274 PR gas/25622
275 * i386-opc.tbl: Add IgnoreSize to cvtsi2sd, cvtsi2ss, vcvtsi2sd,
276 vcvtsi2ss, vcvtusi2sd and vcvtusi2ss for AT&T syntax.
277 * i386-tbl.h: Regenerated.
278
dc1e8a47
AM
2792020-02-26 Alan Modra <amodra@gmail.com>
280
281 * aarch64-asm.c: Indent labels correctly.
282 * aarch64-dis.c: Likewise.
283 * aarch64-gen.c: Likewise.
284 * aarch64-opc.c: Likewise.
285 * alpha-dis.c: Likewise.
286 * i386-dis.c: Likewise.
287 * nds32-asm.c: Likewise.
288 * nfp-dis.c: Likewise.
289 * visium-dis.c: Likewise.
290
265b4673
CZ
2912020-02-25 Claudiu Zissulescu <claziss@gmail.com>
292
293 * arc-regs.h (int_vector_base): Make it available for all ARC
294 CPUs.
295
bd0cf5a6
NC
2962020-02-20 Nelson Chu <nelson.chu@sifive.com>
297
298 * riscv-dis.c (print_insn_args): Updated since the DECLARE_CSR is
299 changed.
300
fa164239
JW
3012020-02-19 Nelson Chu <nelson.chu@sifive.com>
302
303 * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed
304 c.mv/c.li if rs1 is zero.
305
272a84b1
L
3062020-02-17 H.J. Lu <hongjiu.lu@intel.com>
307
308 * i386-gen.c (cpu_flag_init): Replace CpuABM with
309 CpuLZCNT|CpuPOPCNT. Add CpuPOPCNT to CPU_SSE4_2_FLAGS. Add
310 CPU_POPCNT_FLAGS.
311 (cpu_flags): Remove CpuABM. Add CpuPOPCNT.
312 * i386-opc.h (CpuABM): Removed.
313 (CpuPOPCNT): New.
314 (i386_cpu_flags): Remove cpuabm. Add cpupopcnt.
315 * i386-opc.tbl: Replace CpuABM|CpuSSE4_2 with CpuPOPCNT on
316 popcnt. Remove CpuABM from lzcnt.
317 * i386-init.h: Regenerated.
318 * i386-tbl.h: Likewise.
319
1f730c46
JB
3202020-02-17 Jan Beulich <jbeulich@suse.com>
321
322 * i386-opc.tbl (vcvtsi2sd, vcvtsi2ss, vcvtusi2sd, vcvtusi2ss):
323 Fold CpuNo64 and Cpu64 templates. Use VexLIG/EVexLIG and VexW0/
324 VexW1 instead of open-coding them.
325 * i386-tbl.h: Re-generate.
326
c8f8eebc
JB
3272020-02-17 Jan Beulich <jbeulich@suse.com>
328
329 * i386-opc.tbl (AddrPrefixOpReg): Define.
330 (monitor, invlpga, vmload, vmrun, vmsave, clzero, monitorx,
331 umonitor, movdir64b, enqcmd, enqcmds): Fold Cpu64 and CpuNo64
332 templates. Drop NoRex64.
333 * i386-tbl.h: Re-generate.
334
b9915cbc
JB
3352020-02-17 Jan Beulich <jbeulich@suse.com>
336
337 PR gas/6518
338 * i386-opc.tbl (vcvtpd2dq, vcvtpd2ps, vcvttpd2dq, vcvtpd2udq,
339 vcvttpd2udq, vcvtqq2ps, vcvtuqq2ps): Split XMM/YMM source forms
340 into Intel syntax instance (with Unpsecified) and AT&T one
341 (without).
342 (vcvtneps2bf16): Likewise, along with folding the two so far
343 separate ones.
344 * i386-tbl.h: Re-generate.
345
ce504911
L
3462020-02-16 H.J. Lu <hongjiu.lu@intel.com>
347
348 * i386-gen.c (cpu_flag_init): Remove CPU_ANY_SSE3_FLAGS from
349 CPU_ANY_SSE4A_FLAGS.
350
dabec65d
AM
3512020-02-17 Alan Modra <amodra@gmail.com>
352
353 * i386-gen.c (cpu_flag_init): Correct last change.
354
af5c13b0
L
3552020-02-16 H.J. Lu <hongjiu.lu@intel.com>
356
357 * i386-gen.c (cpu_flag_init): Add CPU_ANY_SSE4A_FLAGS. Remove
358 CPU_ANY_SSE4_FLAGS.
359
6867aac0
L
3602020-02-14 H.J. Lu <hongjiu.lu@intel.com>
361
362 * i386-opc.tbl (movsx): Remove Intel syntax comments.
363 (movzx): Likewise.
364
65fca059
JB
3652020-02-14 Jan Beulich <jbeulich@suse.com>
366
367 PR gas/25438
368 * i386-opc.tbl (movsx): Fold patterns. Also allow Reg32 as
369 destination for Cpu64-only variant.
370 (movzx): Fold patterns.
371 * i386-tbl.h: Re-generate.
372
7deea9aa
JB
3732020-02-13 Jan Beulich <jbeulich@suse.com>
374
375 * i386-gen.c (cpu_flag_init): Move CpuSSE4a from
376 CPU_ANY_SSE_FLAGS entry to CPU_ANY_SSE3_FLAGS one. Add
377 CPU_ANY_SSE4_FLAGS entry.
378 * i386-init.h: Re-generate.
379
6c0946d0
JB
3802020-02-12 Jan Beulich <jbeulich@suse.com>
381
382 * i386-opc.tbl (vfpclasspd, vfpclassps): Add Intel sytax form
383 with Unspecified, making the present one AT&T syntax only.
384 * i386-tbl.h: Re-generate.
385
ddb56fe6
JB
3862020-02-12 Jan Beulich <jbeulich@suse.com>
387
388 * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants.
389 * i386-tbl.h: Re-generate.
390
5990e377
JB
3912020-02-12 Jan Beulich <jbeulich@suse.com>
392
393 PR gas/24546
394 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode.
395 * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into
396 Amd64 and Intel64 templates.
397 (call, jmp): Likewise for far indirect variants. Dro
398 Unspecified.
399 * i386-tbl.h: Re-generate.
400
50128d0c
JB
4012020-02-11 Jan Beulich <jbeulich@suse.com>
402
403 * i386-gen.c (opcode_modifiers): Remove ShortForm entry.
404 * i386-opc.h (ShortForm): Delete.
405 (struct i386_opcode_modifier): Remove shortform field.
406 * i386-opc.tbl (mov, movabs, push, pop, xchg, inc, dec, fld,
407 fst, fstp, fxch, fcom, fcomp, fucom, fucomp, fadd, faddp, fsub,
408 fsubp, fsubr, fsubrp, fmul, fmulp, fdiv, fdivp, fdivr, fdivrp,
409 ffreep, bswap, fcmov*, fcomi, fcomip, fucomi, fucomip, movq):
410 Drop ShortForm.
411 * i386-tbl.h: Re-generate.
412
1e05b5c4
JB
4132020-02-11 Jan Beulich <jbeulich@suse.com>
414
415 * i386-opc.tbl (fcomi, fucomi, fcomip, fcompi, fucomip,
416 fucompi): Drop ShortForm from operand-less templates.
417 * i386-tbl.h: Re-generate.
418
2f5dd314
AM
4192020-02-11 Alan Modra <amodra@gmail.com>
420
421 * cgen-ibld.in (extract_normal): Set *valuep on all return paths.
422 * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
423 * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
424 * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
425 * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
426
5aae9ae9
MM
4272020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
428
429 * arm-dis.c (print_insn_cde): Define 'V' parse character.
430 (cde_opcodes): Add VCX* instructions.
431
4934a27c
MM
4322020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
433 Matthew Malcomson <matthew.malcomson@arm.com>
434
435 * arm-dis.c (struct cdeopcode32): New.
436 (CDE_OPCODE): New macro.
437 (cde_opcodes): New disassembly table.
438 (regnames): New option to table.
439 (cde_coprocs): New global variable.
440 (print_insn_cde): New
441 (print_insn_thumb32): Use print_insn_cde.
442 (parse_arm_disassembler_options): Parse coprocN args.
443
4b5aaf5f
L
4442020-02-10 H.J. Lu <hongjiu.lu@intel.com>
445
446 PR gas/25516
447 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
448 with ISA64.
449 * i386-opc.h (AMD64): Removed.
450 (Intel64): Likewose.
451 (AMD64): New.
452 (INTEL64): Likewise.
453 (INTEL64ONLY): Likewise.
454 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
455 * i386-opc.tbl (Amd64): New.
456 (Intel64): Likewise.
457 (Intel64Only): Likewise.
458 Replace AMD64 with Amd64. Update sysenter/sysenter with
459 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
460 * i386-tbl.h: Regenerated.
461
9fc0b501
SB
4622020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
463
464 PR 25469
465 * z80-dis.c: Add support for GBZ80 opcodes.
466
c5d7be0c
AM
4672020-02-04 Alan Modra <amodra@gmail.com>
468
469 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
470
44e4546f
AM
4712020-02-03 Alan Modra <amodra@gmail.com>
472
473 * m32c-ibld.c: Regenerate.
474
b2b1453a
AM
4752020-02-01 Alan Modra <amodra@gmail.com>
476
477 * frv-ibld.c: Regenerate.
478
4102be5c
JB
4792020-01-31 Jan Beulich <jbeulich@suse.com>
480
481 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
482 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
483 (OP_E_memory): Replace xmm_mdq_mode case label by
484 vex_scalar_w_dq_mode one.
485 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
486
825bd36c
JB
4872020-01-31 Jan Beulich <jbeulich@suse.com>
488
489 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
490 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
491 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
492 (intel_operand_size): Drop vex_w_dq_mode case label.
493
c3036ed0
RS
4942020-01-31 Richard Sandiford <richard.sandiford@arm.com>
495
496 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
497 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
498
0c115f84
AM
4992020-01-30 Alan Modra <amodra@gmail.com>
500
501 * m32c-ibld.c: Regenerate.
502
bd434cc4
JM
5032020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
504
505 * bpf-opc.c: Regenerate.
506
aeab2b26
JB
5072020-01-30 Jan Beulich <jbeulich@suse.com>
508
509 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
510 (dis386): Use them to replace C2/C3 table entries.
511 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
512 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
513 ones. Use Size64 instead of DefaultSize on Intel64 ones.
514 * i386-tbl.h: Re-generate.
515
62b3f548
JB
5162020-01-30 Jan Beulich <jbeulich@suse.com>
517
518 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
519 forms.
520 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
521 DefaultSize.
522 * i386-tbl.h: Re-generate.
523
1bd8ae10
AM
5242020-01-30 Alan Modra <amodra@gmail.com>
525
526 * tic4x-dis.c (tic4x_dp): Make unsigned.
527
bc31405e
L
5282020-01-27 H.J. Lu <hongjiu.lu@intel.com>
529 Jan Beulich <jbeulich@suse.com>
530
531 PR binutils/25445
532 * i386-dis.c (MOVSXD_Fixup): New function.
533 (movsxd_mode): New enum.
534 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
535 (intel_operand_size): Handle movsxd_mode.
536 (OP_E_register): Likewise.
537 (OP_G): Likewise.
538 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
539 register on movsxd. Add movsxd with 16-bit destination register
540 for AMD64 and Intel64 ISAs.
541 * i386-tbl.h: Regenerated.
542
7568c93b
TC
5432020-01-27 Tamar Christina <tamar.christina@arm.com>
544
545 PR 25403
546 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
547 * aarch64-asm-2.c: Regenerate
548 * aarch64-dis-2.c: Likewise.
549 * aarch64-opc-2.c: Likewise.
550
c006a730
JB
5512020-01-21 Jan Beulich <jbeulich@suse.com>
552
553 * i386-opc.tbl (sysret): Drop DefaultSize.
554 * i386-tbl.h: Re-generate.
555
c906a69a
JB
5562020-01-21 Jan Beulich <jbeulich@suse.com>
557
558 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
559 Dword.
560 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
561 * i386-tbl.h: Re-generate.
562
26916852
NC
5632020-01-20 Nick Clifton <nickc@redhat.com>
564
565 * po/de.po: Updated German translation.
566 * po/pt_BR.po: Updated Brazilian Portuguese translation.
567 * po/uk.po: Updated Ukranian translation.
568
4d6cbb64
AM
5692020-01-20 Alan Modra <amodra@gmail.com>
570
571 * hppa-dis.c (fput_const): Remove useless cast.
572
2bddb71a
AM
5732020-01-20 Alan Modra <amodra@gmail.com>
574
575 * arm-dis.c (print_insn_arm): Wrap 'T' value.
576
1b1bb2c6
NC
5772020-01-18 Nick Clifton <nickc@redhat.com>
578
579 * configure: Regenerate.
580 * po/opcodes.pot: Regenerate.
581
ae774686
NC
5822020-01-18 Nick Clifton <nickc@redhat.com>
583
584 Binutils 2.34 branch created.
585
07f1f3aa
CB
5862020-01-17 Christian Biesinger <cbiesinger@google.com>
587
588 * opintl.h: Fix spelling error (seperate).
589
42e04b36
L
5902020-01-17 H.J. Lu <hongjiu.lu@intel.com>
591
592 * i386-opc.tbl: Add {vex} pseudo prefix.
593 * i386-tbl.h: Regenerated.
594
2da2eaf4
AV
5952020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
596
597 PR 25376
598 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
599 (neon_opcodes): Likewise.
600 (select_arm_features): Make sure we enable MVE bits when selecting
601 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
602 any architecture.
603
d0849eed
JB
6042020-01-16 Jan Beulich <jbeulich@suse.com>
605
606 * i386-opc.tbl: Drop stale comment from XOP section.
607
9cf70a44
JB
6082020-01-16 Jan Beulich <jbeulich@suse.com>
609
610 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
611 (extractps): Add VexWIG to SSE2AVX forms.
612 * i386-tbl.h: Re-generate.
613
4814632e
JB
6142020-01-16 Jan Beulich <jbeulich@suse.com>
615
616 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
617 Size64 from and use VexW1 on SSE2AVX forms.
618 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
619 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
620 * i386-tbl.h: Re-generate.
621
aad09917
AM
6222020-01-15 Alan Modra <amodra@gmail.com>
623
624 * tic4x-dis.c (tic4x_version): Make unsigned long.
625 (optab, optab_special, registernames): New file scope vars.
626 (tic4x_print_register): Set up registernames rather than
627 malloc'd registertable.
628 (tic4x_disassemble): Delete optable and optable_special. Use
629 optab and optab_special instead. Throw away old optab,
630 optab_special and registernames when info->mach changes.
631
7a6bf3be
SB
6322020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
633
634 PR 25377
635 * z80-dis.c (suffix): Use .db instruction to generate double
636 prefix.
637
ca1eaac0
AM
6382020-01-14 Alan Modra <amodra@gmail.com>
639
640 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
641 values to unsigned before shifting.
642
1d67fe3b
TT
6432020-01-13 Thomas Troeger <tstroege@gmx.de>
644
645 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
646 flow instructions.
647 (print_insn_thumb16, print_insn_thumb32): Likewise.
648 (print_insn): Initialize the insn info.
649 * i386-dis.c (print_insn): Initialize the insn info fields, and
650 detect jumps.
651
5e4f7e05
CZ
6522012-01-13 Claudiu Zissulescu <claziss@gmail.com>
653
654 * arc-opc.c (C_NE): Make it required.
655
b9fe6b8a
CZ
6562012-01-13 Claudiu Zissulescu <claziss@gmail.com>
657
658 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
659 reserved register name.
660
90dee485
AM
6612020-01-13 Alan Modra <amodra@gmail.com>
662
663 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
664 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
665
febda64f
AM
6662020-01-13 Alan Modra <amodra@gmail.com>
667
668 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
669 result of wasm_read_leb128 in a uint64_t and check that bits
670 are not lost when copying to other locals. Use uint32_t for
671 most locals. Use PRId64 when printing int64_t.
672
df08b588
AM
6732020-01-13 Alan Modra <amodra@gmail.com>
674
675 * score-dis.c: Formatting.
676 * score7-dis.c: Formatting.
677
b2c759ce
AM
6782020-01-13 Alan Modra <amodra@gmail.com>
679
680 * score-dis.c (print_insn_score48): Use unsigned variables for
681 unsigned values. Don't left shift negative values.
682 (print_insn_score32): Likewise.
683 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
684
5496abe1
AM
6852020-01-13 Alan Modra <amodra@gmail.com>
686
687 * tic4x-dis.c (tic4x_print_register): Remove dead code.
688
202e762b
AM
6892020-01-13 Alan Modra <amodra@gmail.com>
690
691 * fr30-ibld.c: Regenerate.
692
7ef412cf
AM
6932020-01-13 Alan Modra <amodra@gmail.com>
694
695 * xgate-dis.c (print_insn): Don't left shift signed value.
696 (ripBits): Formatting, use 1u.
697
7f578b95
AM
6982020-01-10 Alan Modra <amodra@gmail.com>
699
700 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
701 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
702
441af85b
AM
7032020-01-10 Alan Modra <amodra@gmail.com>
704
705 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
706 and XRREG value earlier to avoid a shift with negative exponent.
707 * m10200-dis.c (disassemble): Similarly.
708
bce58db4
NC
7092020-01-09 Nick Clifton <nickc@redhat.com>
710
711 PR 25224
712 * z80-dis.c (ld_ii_ii): Use correct cast.
713
40c75bc8
SB
7142020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
715
716 PR 25224
717 * z80-dis.c (ld_ii_ii): Use character constant when checking
718 opcode byte value.
719
d835a58b
JB
7202020-01-09 Jan Beulich <jbeulich@suse.com>
721
722 * i386-dis.c (SEP_Fixup): New.
723 (SEP): Define.
724 (dis386_twobyte): Use it for sysenter/sysexit.
725 (enum x86_64_isa): Change amd64 enumerator to value 1.
726 (OP_J): Compare isa64 against intel64 instead of amd64.
727 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
728 forms.
729 * i386-tbl.h: Re-generate.
730
030a2e78
AM
7312020-01-08 Alan Modra <amodra@gmail.com>
732
733 * z8k-dis.c: Include libiberty.h
734 (instr_data_s): Make max_fetched unsigned.
735 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
736 Don't exceed byte_info bounds.
737 (output_instr): Make num_bytes unsigned.
738 (unpack_instr): Likewise for nibl_count and loop.
739 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
740 idx unsigned.
741 * z8k-opc.h: Regenerate.
742
bb82aefe
SV
7432020-01-07 Shahab Vahedi <shahab@synopsys.com>
744
745 * arc-tbl.h (llock): Use 'LLOCK' as class.
746 (llockd): Likewise.
747 (scond): Use 'SCOND' as class.
748 (scondd): Likewise.
749 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
750 (scondd): Likewise.
751
cc6aa1a6
AM
7522020-01-06 Alan Modra <amodra@gmail.com>
753
754 * m32c-ibld.c: Regenerate.
755
660e62b1
AM
7562020-01-06 Alan Modra <amodra@gmail.com>
757
758 PR 25344
759 * z80-dis.c (suffix): Don't use a local struct buffer copy.
760 Peek at next byte to prevent recursion on repeated prefix bytes.
761 Ensure uninitialised "mybuf" is not accessed.
762 (print_insn_z80): Don't zero n_fetch and n_used here,..
763 (print_insn_z80_buf): ..do it here instead.
764
c9ae58fe
AM
7652020-01-04 Alan Modra <amodra@gmail.com>
766
767 * m32r-ibld.c: Regenerate.
768
5f57d4ec
AM
7692020-01-04 Alan Modra <amodra@gmail.com>
770
771 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
772
2c5c1196
AM
7732020-01-04 Alan Modra <amodra@gmail.com>
774
775 * crx-dis.c (match_opcode): Avoid shift left of signed value.
776
2e98c6c5
AM
7772020-01-04 Alan Modra <amodra@gmail.com>
778
779 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
780
567dfba2
JB
7812020-01-03 Jan Beulich <jbeulich@suse.com>
782
5437a02a
JB
783 * aarch64-tbl.h (aarch64_opcode_table): Use
784 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
785
7862020-01-03 Jan Beulich <jbeulich@suse.com>
787
788 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
567dfba2
JB
789 forms of SUDOT and USDOT.
790
8c45011a
JB
7912020-01-03 Jan Beulich <jbeulich@suse.com>
792
5437a02a 793 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
8c45011a
JB
794 uzip{1,2}.
795 * opcodes/aarch64-dis-2.c: Re-generate.
796
f4950f76
JB
7972020-01-03 Jan Beulich <jbeulich@suse.com>
798
5437a02a 799 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
f4950f76
JB
800 FMMLA encoding.
801 * opcodes/aarch64-dis-2.c: Re-generate.
802
6655dba2
SB
8032020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
804
805 * z80-dis.c: Add support for eZ80 and Z80 instructions.
806
b14ce8bf
AM
8072020-01-01 Alan Modra <amodra@gmail.com>
808
809 Update year range in copyright notice of all files.
810
0b114740 811For older changes see ChangeLog-2019
3499769a 812\f
0b114740 813Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
814
815Copying and distribution of this file, with or without modification,
816are permitted in any medium without royalty provided the copyright
817notice and this notice are preserved.
818
819Local Variables:
820mode: change-log
821left-margin: 8
822fill-column: 74
823version-control: never
824End: