x86: reduce amount of various VCVT* templates
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
... / ...
CommitLineData
12020-03-06 Jan Beulich <jbeulich@suse.com>
2
3 * i386-opc.tbl (vcvtdq2pd, vcvtps2pd, vcvtudq2pd, vcvtps2ph,
4 vcvtps2qq, vcvtps2uqq, vcvttps2qq, vcvttps2uqq): Fold separate
5 register and memory source templates. Replace VexW= by VexW*
6 where applicable.
7 * i386-tbl.h: Re-generate.
8
92020-03-06 Jan Beulich <jbeulich@suse.com>
10
11 * i386-opc.tbl: Drop IgnoreSize from various SIMD insns. Replace
12 VexW= by VexW* and VexVVVV=1 by just VexVVVV where applicable.
13 * i386-tbl.h: Re-generate.
14
152020-03-06 Jan Beulich <jbeulich@suse.com>
16
17 * i386-opc.tbl (fildll, fistpll, fisttpll): Add ATTSyntax.
18 * i386-tbl.h: Re-generate.
19
202020-03-06 Jan Beulich <jbeulich@suse.com>
21
22 * i386-opc.tbl (movq): Drop NoRex64 from XMM/XMM SSE2AVX variants.
23 (movmskps, pextrw, pinsrw, pmovmskb, movmskpd, extractps,
24 pextrb, pinsrb, roundsd): Drop NoRex64 and where applicable use
25 VexW0 on SSE2AVX variants.
26 (vmovq): Drop NoRex64 from XMM/XMM variants.
27 (vextractps, vmovmskpd, vmovmskps, vpextrb, vpextrw, vpinsrb,
28 vpinsrw, vpmovmskb, vroundsd, vpmovmskb): Drop NoRex64 and where
29 applicable use VexW0.
30 * i386-tbl.h: Re-generate.
31
322020-03-06 Jan Beulich <jbeulich@suse.com>
33
34 * i386-gen.c (opcode_modifiers): Remove Rex64 field.
35 * i386-opc.h (Rex64): Delete.
36 (struct i386_opcode_modifier): Remove rex64 field.
37 * i386-opc.tbl (crc32): Drop Rex64.
38 Replace Rex64 with Size64 everywhere else.
39 * i386-tbl.h: Re-generate.
40
412020-03-06 Jan Beulich <jbeulich@suse.com>
42
43 * i386-dis.c (OP_E_memory): Exclude recording of used address
44 prefix for "bnd" modes only in 64-bit mode. Don't decode 16-bit
45 addressed memory operands for MPX insns.
46
472020-03-06 Jan Beulich <jbeulich@suse.com>
48
49 * i386-opc.tbl (movmskps, mwait, vmread, vmwrite, invept,
50 invvpid, invpcid, rdfsbase, rdgsbase, wrfsbase, wrgsbase, adcx,
51 adox, mwaitx, rdpid, movdiri): Add IgnoreSize.
52 (ptwrite): Split into non-64-bit and 64-bit forms.
53 * i386-tbl.h: Re-generate.
54
552020-03-06 Jan Beulich <jbeulich@suse.com>
56
57 * i386-opc.tbl (tpause, umwait): Add IgnoreSize. Add 3-operand
58 template.
59 * i386-tbl.h: Re-generate.
60
612020-03-04 Jan Beulich <jbeulich@suse.com>
62
63 * i386-dis.c (PREFIX_0F01_REG_3_RM_1): New.
64 (prefix_table): Move vmmcall here. Add vmgexit.
65 (rm_table): Replace vmmcall entry by prefix_table[] escape.
66 * i386-gen.c (cpu_flag_init): Add CPU_SEV_ES_FLAGS entry.
67 (cpu_flags): Add CpuSEV_ES entry.
68 * i386-opc.h (CpuSEV_ES): New.
69 (union i386_cpu_flags): Add cpusev_es field.
70 * i386-opc.tbl (vmgexit): New.
71 * i386-init.h, i386-tbl.h: Re-generate.
72
732020-03-03 H.J. Lu <hongjiu.lu@intel.com>
74
75 * i386-gen.c (opcode_modifiers): Replace IgnoreSize/DefaultSize
76 with MnemonicSize.
77 * i386-opc.h (IGNORESIZE): New.
78 (DEFAULTSIZE): Likewise.
79 (IgnoreSize): Removed.
80 (DefaultSize): Likewise.
81 (MnemonicSize): New.
82 (i386_opcode_modifier): Replace ignoresize/defaultsize with
83 mnemonicsize.
84 * i386-opc.tbl (IgnoreSize): New.
85 (DefaultSize): Likewise.
86 * i386-tbl.h: Regenerated.
87
882020-03-03 Sergey Belyashov <sergey.belyashov@gmail.com>
89
90 PR 25627
91 * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
92 instructions.
93
942020-03-03 H.J. Lu <hongjiu.lu@intel.com>
95
96 PR gas/25622
97 * i386-opc.tbl: Add IgnoreSize to cvtsi2sd, cvtsi2ss, vcvtsi2sd,
98 vcvtsi2ss, vcvtusi2sd and vcvtusi2ss for AT&T syntax.
99 * i386-tbl.h: Regenerated.
100
1012020-02-26 Alan Modra <amodra@gmail.com>
102
103 * aarch64-asm.c: Indent labels correctly.
104 * aarch64-dis.c: Likewise.
105 * aarch64-gen.c: Likewise.
106 * aarch64-opc.c: Likewise.
107 * alpha-dis.c: Likewise.
108 * i386-dis.c: Likewise.
109 * nds32-asm.c: Likewise.
110 * nfp-dis.c: Likewise.
111 * visium-dis.c: Likewise.
112
1132020-02-25 Claudiu Zissulescu <claziss@gmail.com>
114
115 * arc-regs.h (int_vector_base): Make it available for all ARC
116 CPUs.
117
1182020-02-20 Nelson Chu <nelson.chu@sifive.com>
119
120 * riscv-dis.c (print_insn_args): Updated since the DECLARE_CSR is
121 changed.
122
1232020-02-19 Nelson Chu <nelson.chu@sifive.com>
124
125 * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed
126 c.mv/c.li if rs1 is zero.
127
1282020-02-17 H.J. Lu <hongjiu.lu@intel.com>
129
130 * i386-gen.c (cpu_flag_init): Replace CpuABM with
131 CpuLZCNT|CpuPOPCNT. Add CpuPOPCNT to CPU_SSE4_2_FLAGS. Add
132 CPU_POPCNT_FLAGS.
133 (cpu_flags): Remove CpuABM. Add CpuPOPCNT.
134 * i386-opc.h (CpuABM): Removed.
135 (CpuPOPCNT): New.
136 (i386_cpu_flags): Remove cpuabm. Add cpupopcnt.
137 * i386-opc.tbl: Replace CpuABM|CpuSSE4_2 with CpuPOPCNT on
138 popcnt. Remove CpuABM from lzcnt.
139 * i386-init.h: Regenerated.
140 * i386-tbl.h: Likewise.
141
1422020-02-17 Jan Beulich <jbeulich@suse.com>
143
144 * i386-opc.tbl (vcvtsi2sd, vcvtsi2ss, vcvtusi2sd, vcvtusi2ss):
145 Fold CpuNo64 and Cpu64 templates. Use VexLIG/EVexLIG and VexW0/
146 VexW1 instead of open-coding them.
147 * i386-tbl.h: Re-generate.
148
1492020-02-17 Jan Beulich <jbeulich@suse.com>
150
151 * i386-opc.tbl (AddrPrefixOpReg): Define.
152 (monitor, invlpga, vmload, vmrun, vmsave, clzero, monitorx,
153 umonitor, movdir64b, enqcmd, enqcmds): Fold Cpu64 and CpuNo64
154 templates. Drop NoRex64.
155 * i386-tbl.h: Re-generate.
156
1572020-02-17 Jan Beulich <jbeulich@suse.com>
158
159 PR gas/6518
160 * i386-opc.tbl (vcvtpd2dq, vcvtpd2ps, vcvttpd2dq, vcvtpd2udq,
161 vcvttpd2udq, vcvtqq2ps, vcvtuqq2ps): Split XMM/YMM source forms
162 into Intel syntax instance (with Unpsecified) and AT&T one
163 (without).
164 (vcvtneps2bf16): Likewise, along with folding the two so far
165 separate ones.
166 * i386-tbl.h: Re-generate.
167
1682020-02-16 H.J. Lu <hongjiu.lu@intel.com>
169
170 * i386-gen.c (cpu_flag_init): Remove CPU_ANY_SSE3_FLAGS from
171 CPU_ANY_SSE4A_FLAGS.
172
1732020-02-17 Alan Modra <amodra@gmail.com>
174
175 * i386-gen.c (cpu_flag_init): Correct last change.
176
1772020-02-16 H.J. Lu <hongjiu.lu@intel.com>
178
179 * i386-gen.c (cpu_flag_init): Add CPU_ANY_SSE4A_FLAGS. Remove
180 CPU_ANY_SSE4_FLAGS.
181
1822020-02-14 H.J. Lu <hongjiu.lu@intel.com>
183
184 * i386-opc.tbl (movsx): Remove Intel syntax comments.
185 (movzx): Likewise.
186
1872020-02-14 Jan Beulich <jbeulich@suse.com>
188
189 PR gas/25438
190 * i386-opc.tbl (movsx): Fold patterns. Also allow Reg32 as
191 destination for Cpu64-only variant.
192 (movzx): Fold patterns.
193 * i386-tbl.h: Re-generate.
194
1952020-02-13 Jan Beulich <jbeulich@suse.com>
196
197 * i386-gen.c (cpu_flag_init): Move CpuSSE4a from
198 CPU_ANY_SSE_FLAGS entry to CPU_ANY_SSE3_FLAGS one. Add
199 CPU_ANY_SSE4_FLAGS entry.
200 * i386-init.h: Re-generate.
201
2022020-02-12 Jan Beulich <jbeulich@suse.com>
203
204 * i386-opc.tbl (vfpclasspd, vfpclassps): Add Intel sytax form
205 with Unspecified, making the present one AT&T syntax only.
206 * i386-tbl.h: Re-generate.
207
2082020-02-12 Jan Beulich <jbeulich@suse.com>
209
210 * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants.
211 * i386-tbl.h: Re-generate.
212
2132020-02-12 Jan Beulich <jbeulich@suse.com>
214
215 PR gas/24546
216 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode.
217 * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into
218 Amd64 and Intel64 templates.
219 (call, jmp): Likewise for far indirect variants. Dro
220 Unspecified.
221 * i386-tbl.h: Re-generate.
222
2232020-02-11 Jan Beulich <jbeulich@suse.com>
224
225 * i386-gen.c (opcode_modifiers): Remove ShortForm entry.
226 * i386-opc.h (ShortForm): Delete.
227 (struct i386_opcode_modifier): Remove shortform field.
228 * i386-opc.tbl (mov, movabs, push, pop, xchg, inc, dec, fld,
229 fst, fstp, fxch, fcom, fcomp, fucom, fucomp, fadd, faddp, fsub,
230 fsubp, fsubr, fsubrp, fmul, fmulp, fdiv, fdivp, fdivr, fdivrp,
231 ffreep, bswap, fcmov*, fcomi, fcomip, fucomi, fucomip, movq):
232 Drop ShortForm.
233 * i386-tbl.h: Re-generate.
234
2352020-02-11 Jan Beulich <jbeulich@suse.com>
236
237 * i386-opc.tbl (fcomi, fucomi, fcomip, fcompi, fucomip,
238 fucompi): Drop ShortForm from operand-less templates.
239 * i386-tbl.h: Re-generate.
240
2412020-02-11 Alan Modra <amodra@gmail.com>
242
243 * cgen-ibld.in (extract_normal): Set *valuep on all return paths.
244 * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
245 * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
246 * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
247 * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
248
2492020-02-10 Matthew Malcomson <matthew.malcomson@arm.com>
250
251 * arm-dis.c (print_insn_cde): Define 'V' parse character.
252 (cde_opcodes): Add VCX* instructions.
253
2542020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
255 Matthew Malcomson <matthew.malcomson@arm.com>
256
257 * arm-dis.c (struct cdeopcode32): New.
258 (CDE_OPCODE): New macro.
259 (cde_opcodes): New disassembly table.
260 (regnames): New option to table.
261 (cde_coprocs): New global variable.
262 (print_insn_cde): New
263 (print_insn_thumb32): Use print_insn_cde.
264 (parse_arm_disassembler_options): Parse coprocN args.
265
2662020-02-10 H.J. Lu <hongjiu.lu@intel.com>
267
268 PR gas/25516
269 * i386-gen.c (opcode_modifiers): Replace AMD64 and Intel64
270 with ISA64.
271 * i386-opc.h (AMD64): Removed.
272 (Intel64): Likewose.
273 (AMD64): New.
274 (INTEL64): Likewise.
275 (INTEL64ONLY): Likewise.
276 (i386_opcode_modifier): Replace amd64 and intel64 with isa64.
277 * i386-opc.tbl (Amd64): New.
278 (Intel64): Likewise.
279 (Intel64Only): Likewise.
280 Replace AMD64 with Amd64. Update sysenter/sysenter with
281 Cpu64 and Intel64Only. Remove AMD64 from sysenter/sysenter.
282 * i386-tbl.h: Regenerated.
283
2842020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
285
286 PR 25469
287 * z80-dis.c: Add support for GBZ80 opcodes.
288
2892020-02-04 Alan Modra <amodra@gmail.com>
290
291 * d30v-dis.c (print_insn): Make "val" and "opnum" unsigned.
292
2932020-02-03 Alan Modra <amodra@gmail.com>
294
295 * m32c-ibld.c: Regenerate.
296
2972020-02-01 Alan Modra <amodra@gmail.com>
298
299 * frv-ibld.c: Regenerate.
300
3012020-01-31 Jan Beulich <jbeulich@suse.com>
302
303 * i386-dis.c (EXxmm_mdq, xmm_mdq_mode): Delete.
304 (intel_operand_size, OP_EX): Drop xmm_mdq_mode case label.
305 (OP_E_memory): Replace xmm_mdq_mode case label by
306 vex_scalar_w_dq_mode one.
307 * i386-dis-evex-prefix.h: Replace EXxmm_mdq by EXVexWdqScalar.
308
3092020-01-31 Jan Beulich <jbeulich@suse.com>
310
311 * i386-dis.c (EXVexWdq, vex_w_dq_mode): Delete.
312 (vex_vsib_d_w_dq_mode, vex_vsib_q_w_dq_mode,
313 vex_scalar_w_dq_mode): Don't refer to vex_w_dq_mode in comments.
314 (intel_operand_size): Drop vex_w_dq_mode case label.
315
3162020-01-31 Richard Sandiford <richard.sandiford@arm.com>
317
318 * aarch64-tbl.h (aarch64_opcode): Set C_MAX_ELEM for SVE bfcvt.
319 Remove C_SCAN_MOVPRFX for SVE bfcvtnt.
320
3212020-01-30 Alan Modra <amodra@gmail.com>
322
323 * m32c-ibld.c: Regenerate.
324
3252020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
326
327 * bpf-opc.c: Regenerate.
328
3292020-01-30 Jan Beulich <jbeulich@suse.com>
330
331 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
332 (dis386): Use them to replace C2/C3 table entries.
333 (x86_64_table): Add X86_64_C2 and X86_64_C3 entries.
334 * i386-opc.tbl (ret): Split Cpu64 entries into AMD64 and Intel64
335 ones. Use Size64 instead of DefaultSize on Intel64 ones.
336 * i386-tbl.h: Re-generate.
337
3382020-01-30 Jan Beulich <jbeulich@suse.com>
339
340 * i386-opc.tbl (call): Drop DefaultSize from Intel64 JumpDword
341 forms.
342 (fldenv, fnstenv, fstenv, fnsave, fsave, frstor): Drop
343 DefaultSize.
344 * i386-tbl.h: Re-generate.
345
3462020-01-30 Alan Modra <amodra@gmail.com>
347
348 * tic4x-dis.c (tic4x_dp): Make unsigned.
349
3502020-01-27 H.J. Lu <hongjiu.lu@intel.com>
351 Jan Beulich <jbeulich@suse.com>
352
353 PR binutils/25445
354 * i386-dis.c (MOVSXD_Fixup): New function.
355 (movsxd_mode): New enum.
356 (x86_64_table): Use MOVSXD_Fixup and movsxd_mode on movsxd.
357 (intel_operand_size): Handle movsxd_mode.
358 (OP_E_register): Likewise.
359 (OP_G): Likewise.
360 * i386-opc.tbl: Remove Rex64 and allow 32-bit destination
361 register on movsxd. Add movsxd with 16-bit destination register
362 for AMD64 and Intel64 ISAs.
363 * i386-tbl.h: Regenerated.
364
3652020-01-27 Tamar Christina <tamar.christina@arm.com>
366
367 PR 25403
368 * aarch64-tbl.h (struct aarch64_opcode): Re-order cfinv.
369 * aarch64-asm-2.c: Regenerate
370 * aarch64-dis-2.c: Likewise.
371 * aarch64-opc-2.c: Likewise.
372
3732020-01-21 Jan Beulich <jbeulich@suse.com>
374
375 * i386-opc.tbl (sysret): Drop DefaultSize.
376 * i386-tbl.h: Re-generate.
377
3782020-01-21 Jan Beulich <jbeulich@suse.com>
379
380 * i386-opc.tbl (vcvtneps2bf16x): Add Broadcast, Xmmword, and
381 Dword.
382 (vcvtneps2bf16y): Add Broadcast, Ymmword, and Dword.
383 * i386-tbl.h: Re-generate.
384
3852020-01-20 Nick Clifton <nickc@redhat.com>
386
387 * po/de.po: Updated German translation.
388 * po/pt_BR.po: Updated Brazilian Portuguese translation.
389 * po/uk.po: Updated Ukranian translation.
390
3912020-01-20 Alan Modra <amodra@gmail.com>
392
393 * hppa-dis.c (fput_const): Remove useless cast.
394
3952020-01-20 Alan Modra <amodra@gmail.com>
396
397 * arm-dis.c (print_insn_arm): Wrap 'T' value.
398
3992020-01-18 Nick Clifton <nickc@redhat.com>
400
401 * configure: Regenerate.
402 * po/opcodes.pot: Regenerate.
403
4042020-01-18 Nick Clifton <nickc@redhat.com>
405
406 Binutils 2.34 branch created.
407
4082020-01-17 Christian Biesinger <cbiesinger@google.com>
409
410 * opintl.h: Fix spelling error (seperate).
411
4122020-01-17 H.J. Lu <hongjiu.lu@intel.com>
413
414 * i386-opc.tbl: Add {vex} pseudo prefix.
415 * i386-tbl.h: Regenerated.
416
4172020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
418
419 PR 25376
420 * opcodes/arm-dis.c (coprocessor_opcodes): Use CORE_HIGH for MVE bits.
421 (neon_opcodes): Likewise.
422 (select_arm_features): Make sure we enable MVE bits when selecting
423 armv8.1-m.main. Make sure we do not enable MVE bits when not selecting
424 any architecture.
425
4262020-01-16 Jan Beulich <jbeulich@suse.com>
427
428 * i386-opc.tbl: Drop stale comment from XOP section.
429
4302020-01-16 Jan Beulich <jbeulich@suse.com>
431
432 * i386-opc.tbl (movq): Add VexWIG to SSE2AVX XMM->XMM forms.
433 (extractps): Add VexWIG to SSE2AVX forms.
434 * i386-tbl.h: Re-generate.
435
4362020-01-16 Jan Beulich <jbeulich@suse.com>
437
438 * i386-opc.tbl (pextrq, pinsrq): Drop IgnoreSize and Qword. Drop
439 Size64 from and use VexW1 on SSE2AVX forms.
440 (vpextrq, vpinsrq): Drop IgnoreSize and Qword. Drop Size64 from
441 VEX-encoded forms. Add Cpu64 to EVEX-encoded forms. Use VexW1.
442 * i386-tbl.h: Re-generate.
443
4442020-01-15 Alan Modra <amodra@gmail.com>
445
446 * tic4x-dis.c (tic4x_version): Make unsigned long.
447 (optab, optab_special, registernames): New file scope vars.
448 (tic4x_print_register): Set up registernames rather than
449 malloc'd registertable.
450 (tic4x_disassemble): Delete optable and optable_special. Use
451 optab and optab_special instead. Throw away old optab,
452 optab_special and registernames when info->mach changes.
453
4542020-01-14 Sergey Belyashov <sergey.belyashov@gmail.com>
455
456 PR 25377
457 * z80-dis.c (suffix): Use .db instruction to generate double
458 prefix.
459
4602020-01-14 Alan Modra <amodra@gmail.com>
461
462 * z8k-dis.c (unpack_instr): Formatting. Cast unsigned short
463 values to unsigned before shifting.
464
4652020-01-13 Thomas Troeger <tstroege@gmx.de>
466
467 * arm-dis.c (print_insn_arm): Fill in insn info fields for control
468 flow instructions.
469 (print_insn_thumb16, print_insn_thumb32): Likewise.
470 (print_insn): Initialize the insn info.
471 * i386-dis.c (print_insn): Initialize the insn info fields, and
472 detect jumps.
473
4742012-01-13 Claudiu Zissulescu <claziss@gmail.com>
475
476 * arc-opc.c (C_NE): Make it required.
477
4782012-01-13 Claudiu Zissulescu <claziss@gmail.com>
479
480 * opcode/arc-dis.c (regnames): Correct ACCL/ACCH naming, fix typo
481 reserved register name.
482
4832020-01-13 Alan Modra <amodra@gmail.com>
484
485 * ns32k-dis.c (Is_gen): Use strchr, add 'f'.
486 (print_insn_ns32k): Adjust ioffset for 'f' index_offset.
487
4882020-01-13 Alan Modra <amodra@gmail.com>
489
490 * wasm32-dis.c (print_insn_wasm32): Localise variables. Store
491 result of wasm_read_leb128 in a uint64_t and check that bits
492 are not lost when copying to other locals. Use uint32_t for
493 most locals. Use PRId64 when printing int64_t.
494
4952020-01-13 Alan Modra <amodra@gmail.com>
496
497 * score-dis.c: Formatting.
498 * score7-dis.c: Formatting.
499
5002020-01-13 Alan Modra <amodra@gmail.com>
501
502 * score-dis.c (print_insn_score48): Use unsigned variables for
503 unsigned values. Don't left shift negative values.
504 (print_insn_score32): Likewise.
505 * score7-dis.c (print_insn_score32, print_insn_score16): Likewise.
506
5072020-01-13 Alan Modra <amodra@gmail.com>
508
509 * tic4x-dis.c (tic4x_print_register): Remove dead code.
510
5112020-01-13 Alan Modra <amodra@gmail.com>
512
513 * fr30-ibld.c: Regenerate.
514
5152020-01-13 Alan Modra <amodra@gmail.com>
516
517 * xgate-dis.c (print_insn): Don't left shift signed value.
518 (ripBits): Formatting, use 1u.
519
5202020-01-10 Alan Modra <amodra@gmail.com>
521
522 * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned.
523 * tilegx-opc.c (parse_insn_tilegx): Likewise. Delete raw_opval.
524
5252020-01-10 Alan Modra <amodra@gmail.com>
526
527 * m10300-dis.c (disassemble): Move extraction of DREG, AREG, RREG,
528 and XRREG value earlier to avoid a shift with negative exponent.
529 * m10200-dis.c (disassemble): Similarly.
530
5312020-01-09 Nick Clifton <nickc@redhat.com>
532
533 PR 25224
534 * z80-dis.c (ld_ii_ii): Use correct cast.
535
5362020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
537
538 PR 25224
539 * z80-dis.c (ld_ii_ii): Use character constant when checking
540 opcode byte value.
541
5422020-01-09 Jan Beulich <jbeulich@suse.com>
543
544 * i386-dis.c (SEP_Fixup): New.
545 (SEP): Define.
546 (dis386_twobyte): Use it for sysenter/sysexit.
547 (enum x86_64_isa): Change amd64 enumerator to value 1.
548 (OP_J): Compare isa64 against intel64 instead of amd64.
549 * i386-opc.tbl (sysenter, sysexit): Split into AMD64 and Intel64
550 forms.
551 * i386-tbl.h: Re-generate.
552
5532020-01-08 Alan Modra <amodra@gmail.com>
554
555 * z8k-dis.c: Include libiberty.h
556 (instr_data_s): Make max_fetched unsigned.
557 (z8k_lookup_instr): Make nibl_index and tabl_index unsigned.
558 Don't exceed byte_info bounds.
559 (output_instr): Make num_bytes unsigned.
560 (unpack_instr): Likewise for nibl_count and loop.
561 * z8kgen.c (gas <opcode_entry_type>): Make noperands, length and
562 idx unsigned.
563 * z8k-opc.h: Regenerate.
564
5652020-01-07 Shahab Vahedi <shahab@synopsys.com>
566
567 * arc-tbl.h (llock): Use 'LLOCK' as class.
568 (llockd): Likewise.
569 (scond): Use 'SCOND' as class.
570 (scondd): Likewise.
571 (llockd): Set data_size_mode to 'C_ZZ_D' which is 64-bit.
572 (scondd): Likewise.
573
5742020-01-06 Alan Modra <amodra@gmail.com>
575
576 * m32c-ibld.c: Regenerate.
577
5782020-01-06 Alan Modra <amodra@gmail.com>
579
580 PR 25344
581 * z80-dis.c (suffix): Don't use a local struct buffer copy.
582 Peek at next byte to prevent recursion on repeated prefix bytes.
583 Ensure uninitialised "mybuf" is not accessed.
584 (print_insn_z80): Don't zero n_fetch and n_used here,..
585 (print_insn_z80_buf): ..do it here instead.
586
5872020-01-04 Alan Modra <amodra@gmail.com>
588
589 * m32r-ibld.c: Regenerate.
590
5912020-01-04 Alan Modra <amodra@gmail.com>
592
593 * cr16-dis.c (cr16_match_opcode): Avoid shift left of signed value.
594
5952020-01-04 Alan Modra <amodra@gmail.com>
596
597 * crx-dis.c (match_opcode): Avoid shift left of signed value.
598
5992020-01-04 Alan Modra <amodra@gmail.com>
600
601 * d30v-dis.c (print_insn): Avoid signed overflow in left shift.
602
6032020-01-03 Jan Beulich <jbeulich@suse.com>
604
605 * aarch64-tbl.h (aarch64_opcode_table): Use
606 SVE_ADDR_RX_LSL{1,2,3} for LD1RO{H,W,D}.
607
6082020-01-03 Jan Beulich <jbeulich@suse.com>
609
610 * aarch64-tbl.h (aarch64_opcode_table): Correct SIMD
611 forms of SUDOT and USDOT.
612
6132020-01-03 Jan Beulich <jbeulich@suse.com>
614
615 * aarch64-tbl.h (aarch64_opcode_table): Drop 'i' from
616 uzip{1,2}.
617 * opcodes/aarch64-dis-2.c: Re-generate.
618
6192020-01-03 Jan Beulich <jbeulich@suse.com>
620
621 * aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit
622 FMMLA encoding.
623 * opcodes/aarch64-dis-2.c: Re-generate.
624
6252020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
626
627 * z80-dis.c: Add support for eZ80 and Z80 instructions.
628
6292020-01-01 Alan Modra <amodra@gmail.com>
630
631 Update year range in copyright notice of all files.
632
633For older changes see ChangeLog-2019
634\f
635Copyright (C) 2020 Free Software Foundation, Inc.
636
637Copying and distribution of this file, with or without modification,
638are permitted in any medium without royalty provided the copyright
639notice and this notice are preserved.
640
641Local Variables:
642mode: change-log
643left-margin: 8
644fill-column: 74
645version-control: never
646End:
This page took 0.024967 seconds and 4 git commands to generate.