[ARC] Add arc-cpu.def with processor definitions
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
88c1242d
YQ
12017-05-24 Yao Qi <yao.qi@linaro.org>
2
3 * alpha-dis.c: Include disassemble.h, don't include
4 dis-asm.h.
5 * avr-dis.c, bfin-dis.c, cr16-dis.c: Likewise.
6 * crx-dis.c, d10v-dis.c, d30v-dis.c: Likewise.
7 * disassemble.c, dlx-dis.c, epiphany-dis.c: Likewise.
8 * fr30-dis.c, ft32-dis.c, h8300-dis.c, h8500-dis.c: Likewise.
9 * hppa-dis.c, i370-dis.c, i386-dis.c: Likewise.
10 * i860-dis.c, i960-dis.c, ip2k-dis.c: Likewise.
11 * iq2000-dis.c, lm32-dis.c, m10200-dis.c: Likewise.
12 * m10300-dis.c, m32r-dis.c, m68hc11-dis.c: Likewise.
13 * m68k-dis.c, m88k-dis.c, mcore-dis.c: Likewise.
14 * metag-dis.c, microblaze-dis.c, mmix-dis.c: Likewise.
15 * moxie-dis.c, msp430-dis.c, mt-dis.c:
16 * nds32-dis.c, nios2-dis.c, ns32k-dis.c: Likewise.
17 * or1k-dis.c, pdp11-dis.c, pj-dis.c: Likewise.
18 * ppc-dis.c, pru-dis.c, riscv-dis.c: Likewise.
19 * rl78-dis.c, s390-dis.c, score-dis.c: Likewise.
20 * sh-dis.c, sh64-dis.c, tic30-dis.c: Likewise.
21 * tic4x-dis.c, tic54x-dis.c, tic6x-dis.c: Likewise.
22 * tic80-dis.c, tilegx-dis.c, tilepro-dis.c: Likewise.
23 * v850-dis.c, vax-dis.c, visium-dis.c: Likewise.
24 * w65-dis.c, wasm32-dis.c, xc16x-dis.c: Likewise.
25 * xgate-dis.c, xstormy16-dis.c, xtensa-dis.c: Likewise.
26 * z80-dis.c, z8k-dis.c: Likewise.
27 * disassemble.h: New file.
28
ab20fa4a
YQ
292017-05-24 Yao Qi <yao.qi@linaro.org>
30
31 * rl78-dis.c (rl78_get_disassembler): If parameter abfd
32 is NULL, set cpu to E_FLAG_RL78_ANY_CPU.
33
003ca0fd
YQ
342017-05-24 Yao Qi <yao.qi@linaro.org>
35
36 * disassemble.c (disassembler): Add arguments a, big and mach.
37 Use them.
38
04ef582a
L
392017-05-22 H.J. Lu <hongjiu.lu@intel.com>
40
41 * i386-dis.c (NOTRACK_Fixup): New.
42 (NOTRACK): Likewise.
43 (NOTRACK_PREFIX): Likewise.
44 (last_active_prefix): Likewise.
45 (reg_table): Use NOTRACK on indirect call and jmp.
46 (ckprefix): Set last_active_prefix.
47 (prefix_name): Return "notrack" for NOTRACK_PREFIX.
48 * i386-gen.c (opcode_modifiers): Add NoTrackPrefixOk.
49 * i386-opc.h (NoTrackPrefixOk): New.
50 (i386_opcode_modifier): Add notrackprefixok.
51 * i386-opc.tbl: Add NoTrackPrefixOk to indirect call and jmp.
52 Add notrack.
53 * i386-tbl.h: Regenerated.
54
64517994
JM
552017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
56
57 * sparc-dis.c (MASK_V9): Include SPARC_OPCODE_ARCH_M8.
58 (X_IMM2): Define.
59 (compute_arch_mask): Handle bfd_mach_sparc_v8plusm8 and
60 bfd_mach_sparc_v9m8.
61 (print_insn_sparc): Handle new operand types.
62 * sparc-opc.c (MASK_M8): Define.
63 (v6): Add MASK_M8.
64 (v6notlet): Likewise.
65 (v7): Likewise.
66 (v8): Likewise.
67 (v9): Likewise.
68 (v9a): Likewise.
69 (v9b): Likewise.
70 (v9c): Likewise.
71 (v9d): Likewise.
72 (v9e): Likewise.
73 (v9v): Likewise.
74 (v9m): Likewise.
75 (v9andleon): Likewise.
76 (m8): Define.
77 (HWS_VM8): Define.
78 (HWS2_VM8): Likewise.
79 (sparc_opcode_archs): Add entry for "m8".
80 (sparc_opcodes): Add OSA2017 and M8 instructions
81 dictunpack, fpcmp{ule,ugt,eq,ne,de,ur}{8,16,32}shl,
82 fpx{ll,ra,rl}64x,
83 ldm{sh,uh,sw,uw,x,ux}, ldm{sh,uh,sw,uw,x,ux}a, ldmf{s,d},
84 ldmf{s,d}a, on{add,sub,mul,div}, rdentropy, revbitsb,
85 revbytes{h,w,x}, rle_burst, rle_length, sha3, stm{h,w,x},
86 stm{h,w,x}a, stmf{s,d}, stmf{s,d}a.
87 (asi_table): New M8 ASIs ASI_CORE_COMMIT_COUNT,
88 ASI_CORE_SELECT_COUNT, ASI_ARF_ECC_REG, ASI_ITLB_PROBE, ASI_DSFAR,
89 ASI_DTLB_PROBE_PRIMARY, ASI_DTLB_PROBE_REAL,
90 ASI_CORE_SELECT_COMMIT_NHT.
91
535b785f
AM
922017-05-18 Alan Modra <amodra@gmail.com>
93
94 * aarch64-asm.c: Don't compare boolean values against TRUE or FALSE.
95 * aarch64-dis.c: Likewise.
96 * aarch64-gen.c: Likewise.
97 * aarch64-opc.c: Likewise.
98
25499ac7
MR
992017-05-15 Maciej W. Rozycki <macro@imgtec.com>
100 Matthew Fortune <matthew.fortune@imgtec.com>
101
102 * mips-dis.c (mips_arch_choices): Add ASE_MIPS16E2 and
103 ASE_MIPS16E2_MT flags to the unnamed MIPS16 entry.
104 (mips_convert_abiflags_ases): Handle the AFL_ASE_MIPS16E2 flag.
105 (print_insn_arg) <OP_REG28>: Add handler.
106 (validate_insn_args) <OP_REG28>: Handle.
107 (print_mips16_insn_arg): Handle MIPS16 instructions that require
108 32-bit encoding and 9-bit immediates.
109 (print_insn_mips16): Handle MIPS16 instructions that require
110 32-bit encoding and MFC0/MTC0 operand decoding.
111 * mips16-opc.c (decode_mips16_operand) <'>', '9', 'G', 'N', 'O'>
112 <'Q', 'T', 'b', 'c', 'd', 'r', 'u'>: Add handlers.
113 (RD_C0, WR_C0, E2, E2MT): New macros.
114 (mips16_opcodes): Add entries for MIPS16e2 instructions:
115 GP-relative "addiu" and its "addu" spelling, "andi", "cache",
116 "di", "ehb", "ei", "ext", "ins", GP-relative "lb", "lbu", "lh",
117 "lhu", and "lw" instructions, "ll", "lui", "lwl", "lwr", "mfc0",
118 "movn", "movtn", "movtz", "movz", "mtc0", "ori", "pause",
119 "pref", "rdhwr", "sc", GP-relative "sb", "sh" and "sw"
120 instructions, "swl", "swr", "sync" and its "sync_acquire",
121 "sync_mb", "sync_release", "sync_rmb" and "sync_wmb" aliases,
122 "xori", "dmt", "dvpe", "emt" and "evpe". Add split
123 regular/extended entries for original MIPS16 ISA revision
124 instructions whose extended forms are subdecoded in the MIPS16e2
125 ISA revision: "li", "sll" and "srl".
126
fdfb4752
MR
1272017-05-15 Maciej W. Rozycki <macro@imgtec.com>
128
129 * mips-dis.c (print_insn_args) <default>: Remove an MT ASE
130 reference in CP0 move operand decoding.
131
a4f89915
MR
1322017-05-12 Maciej W. Rozycki <macro@imgtec.com>
133
134 * mips16-opc.c (decode_mips16_operand) <'6'>: Switch the operand
135 type to hexadecimal.
136 (mips16_opcodes): Add operandless "break" and "sdbbp" entries.
137
99e2d67a
MR
1382017-05-11 Maciej W. Rozycki <macro@imgtec.com>
139
140 * mips-opc.c (mips_builtin_opcodes): Mark "synciobdma", "syncs",
141 "syncw", "syncws", "sync_acquire", "sync_mb", "sync_release",
142 "sync_rmb" and "sync_wmb" as aliases.
143 * micromips-opc.c (micromips_opcodes): Mark "sync_acquire",
144 "sync_mb", "sync_release", "sync_rmb" and "sync_wmb" as aliases.
145
53a346d8
CZ
1462017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
147
148 * arc-dis.c (parse_option): Update quarkse_em option..
149 * arc-ext-tbl.h (dsp_fp_flt2i, dsp_fp_i2flt): Change subclass to
150 QUARKSE1.
151 (dsp_fp_div, dsp_fp_cmp): Change subclass to QUARKSE2.
152
f91d48de
KC
1532017-05-03 Kito Cheng <kito.cheng@gmail.com>
154
155 * riscv-dis.c (print_insn_args): Handle 'Co' operands.
156
43e379d7
MC
1572017-05-01 Michael Clark <michaeljclark@mac.com>
158
159 * riscv-opc.c (riscv_opcodes) <call>: Use RA not T1 as a temporary
160 register.
161
a4ddc54e
MR
1622017-05-02 Maciej W. Rozycki <macro@imgtec.com>
163
164 * mips-dis.c (print_insn_arg): Only clear the ISA bit for jumps
165 and branches and not synthetic data instructions.
166
fe50e98c
BE
1672017-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
168
169 * arm-dis.c (print_insn_thumb32): Fix value_in_comment.
170
126124cc
CZ
1712017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
172
173 * arc-dis.c (print_insn_arc): Smartly print enter/leave mnemonics.
174 * arc-opc.c (insert_r13el): New function.
175 (R13_EL): Define.
176 * arc-tbl.h: Add new enter/leave variants.
177
be6a24d8
CZ
1782017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
179
180 * arc-tbl.h: Reorder NOP entry to be before MOV instructions.
181
0348fd79
MR
1822017-04-25 Maciej W. Rozycki <macro@imgtec.com>
183
184 * mips-dis.c (print_mips_disassembler_options): Add
185 `no-aliases'.
186
6e3d1f07
MR
1872017-04-25 Maciej W. Rozycki <macro@imgtec.com>
188
189 * mips16-opc.c (AL): New macro.
190 (mips16_opcodes): Mark "nop", "la", "dla", and synthetic forms
191 of "ld" and "lw" as aliases.
192
957f6b39
TC
1932017-04-24 Tamar Christina <tamar.christina@arm.com>
194
195 * aarch64-opc.c (aarch64_logical_immediate_p): Update DEBUG_TRACE
196 arguments.
197
a8cc8a54
AM
1982017-04-22 Alexander Fedotov <alfedotov@gmail.com>
199 Alan Modra <amodra@gmail.com>
200
201 * ppc-opc.c (ELEV): Define.
202 (vle_opcodes): Add se_rfgi and e_sc.
203 (powerpc_opcodes): Enable lbdx, lhdx, lwdx, stbdx, sthdx, stwdx
204 for E200Z4.
205
3ab87b68
JM
2062017-04-21 Jose E. Marchesi <jose.marchesi@oracle.com>
207
208 * sparc-opc.c (sparc_opcodes): Mark RETT instructions as v6notv9.
209
792f174f
NC
2102017-04-21 Nick Clifton <nickc@redhat.com>
211
212 PR binutils/21380
213 * aarch64-tbl.h (aarch64_opcode_table): Fix masks for LD1R, LD2R,
214 LD3R and LD4R.
215
42742084
AM
2162017-04-13 Alan Modra <amodra@gmail.com>
217
218 * epiphany-desc.c: Regenerate.
219 * fr30-desc.c: Regenerate.
220 * frv-desc.c: Regenerate.
221 * ip2k-desc.c: Regenerate.
222 * iq2000-desc.c: Regenerate.
223 * lm32-desc.c: Regenerate.
224 * m32c-desc.c: Regenerate.
225 * m32r-desc.c: Regenerate.
226 * mep-desc.c: Regenerate.
227 * mt-desc.c: Regenerate.
228 * or1k-desc.c: Regenerate.
229 * xc16x-desc.c: Regenerate.
230 * xstormy16-desc.c: Regenerate.
231
9a85b496
AM
2322017-04-11 Alan Modra <amodra@gmail.com>
233
ef85eab0 234 * ppc-dis.c (ppc_opts): Remove PPC_OPCODE_ALTIVEC2,
c03dc33b
AM
235 PPC_OPCODE_VSX3, PPC_OPCODE_HTM and "htm". Formatting. Set
236 PPC_OPCODE_TMR for e6500.
9a85b496
AM
237 * ppc-opc.c (PPCVEC2): Define as PPC_OPCODE_POWER8|PPC_OPCODE_E6500.
238 (PPCVEC3): Define as PPC_OPCODE_POWER9.
9570835e
AM
239 (PPCVSX2): Define as PPC_OPCODE_POWER8.
240 (PPCVSX3): Define as PPC_OPCODE_POWER9.
ef85eab0 241 (PPCHTM): Define as PPC_OPCODE_POWER8.
c03dc33b 242 (powerpc_opcodes <mftmr, mttmr>): Remove now unnecessary E6500.
9a85b496 243
62adc510
AM
2442017-04-10 Alan Modra <amodra@gmail.com>
245
246 * ppc-dis.c (ppc_opts <476>): Remove PPC_OPCODE_440.
247 * ppc-opc.c (MULHW): Add PPC_OPCODE_476.
248 (powerpc_opcodes): Adjust PPC440, PPC464 and PPC476 insns to suit
249 removal of PPC_OPCODE_440 from ppc476 cpu selection bits.
250
aa808707
PC
2512017-04-09 Pip Cet <pipcet@gmail.com>
252
253 * wasm32-dis.c (print_insn_wasm32): Avoid DECIMAL_DIG, specify
254 appropriate floating-point precision directly.
255
ac8f0f72
AM
2562017-04-07 Alan Modra <amodra@gmail.com>
257
258 * ppc-opc.c (powerpc_opcodes <mviwsplt, mvidsplt, lvexbx, lvepxl,
259 lvexhx, lvepx, lvexwx, stvexbx, stvexhx, stvexwx, lvtrx, lvtlx,
260 lvswx, stvfrx, stvflx, stvswx, lvsm, stvepxl, lvtrxl, stvepx,
261 lvtlxl, lvswxl, stvfrxl, stvflxl, stvswxl>): Enable E6500 only
262 vector instructions with E6500 not PPCVEC2.
263
62ecb94c
PC
2642017-04-06 Pip Cet <pipcet@gmail.com>
265
266 * Makefile.am: Add wasm32-dis.c.
267 * configure.ac: Add wasm32-dis.c to wasm32 target.
268 * disassemble.c: Add wasm32 disassembler code.
269 * wasm32-dis.c: New file.
270 * Makefile.in: Regenerate.
271 * configure: Regenerate.
272 * po/POTFILES.in: Regenerate.
273 * po/opcodes.pot: Regenerate.
274
f995bbe8
PA
2752017-04-05 Pedro Alves <palves@redhat.com>
276
277 * arc-dis.c (parse_option, parse_disassembler_options): Constify.
278 * arm-dis.c (parse_arm_disassembler_options): Constify.
279 * ppc-dis.c (powerpc_init_dialect): Constify local.
280 * vax-dis.c (parse_disassembler_options): Constify.
281
b5292032
PD
2822017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
283
284 * riscv-dis.c (riscv_disassemble_insn): Change "_gp" to
285 RISCV_GP_SYMBOL.
286
f96bd6c2
PC
2872017-03-30 Pip Cet <pipcet@gmail.com>
288
289 * configure.ac: Add (empty) bfd_wasm32_arch target.
290 * configure: Regenerate
291 * po/opcodes.pot: Regenerate.
292
f7c514a3
JM
2932017-03-29 Sheldon Lobo <sheldon.lobo@oracle.com>
294
295 Add support for missing SPARC ASIs from UA2005, UA2007, OSA2011, &
296 OSA2015.
297 * opcodes/sparc-opc.c (asi_table): New ASIs.
298
52be03fd
AM
2992017-03-29 Alan Modra <amodra@gmail.com>
300
301 * ppc-dis.c (ppc_opts): Set PPC_OPCODE_PPC for "any" flags. Add
302 "raw" option.
303 (lookup_powerpc): Don't special case -1 dialect. Handle
304 PPC_OPCODE_RAW.
305 (print_insn_powerpc): Mask out PPC_OPCODE_ANY on first
306 lookup_powerpc call, pass it on second.
307
9b753937
AM
3082017-03-27 Alan Modra <amodra@gmail.com>
309
310 PR 21303
311 * ppc-dis.c (struct ppc_mopt): Comment.
312 (ppc_opts <e200z4>): Move PPC_OPCODE_VLE from .sticky to .cpu.
313
c0c31e91
RZ
3142017-03-27 Rinat Zelig <rinat@mellanox.com>
315
316 * arc-nps400-tbl.h: Add Ultra Ip and Miscellaneous instructions format.
317 * arc-opc.c: Add defines. e.g. F_NJ, F_NM , F_NO_T, F_NPS_SR,
318 F_NPS_M, F_NPS_CORE, F_NPS_ALL.
319 (insert_nps_misc_imm_offset): New function.
320 (extract_nps_misc imm_offset): New function.
321 (arc_num_flag_operands): Add F_NJ, F_NM, F_NO_T.
322 (arc_flag_special_cases): Add F_NJ, F_NM, F_NO_T.
323
2253c8f0
AK
3242017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
325
326 * s390-mkopc.c (main): Remove vx2 check.
327 * s390-opc.txt: Remove vx2 instruction flags.
328
645d3342
RZ
3292017-03-21 Rinat Zelig <rinat@mellanox.com>
330
331 * arc-nps400-tbl.h: Add cp32/cp16 instructions format.
332 * arc-opc.c: Add F_NPS_NA, NPS_DMA_IMM_ENTRY, NPS_DMA_IMM_OFFSET.
333 (insert_nps_imm_offset): New function.
334 (extract_nps_imm_offset): New function.
335 (insert_nps_imm_entry): New function.
336 (extract_nps_imm_entry): New function.
337
4b94dd2d
AM
3382017-03-17 Alan Modra <amodra@gmail.com>
339
340 PR 21248
341 * ppc-opc.c (powerpc_opcodes): Enable mfivor32, mfivor33,
342 mtivor32, and mtivor33 for e6500. Move mfibatl and mfibatu after
343 those spr mnemonics they alias. Similarly for mtibatl, mtibatu.
344
b416fe87
KC
3452017-03-14 Kito Cheng <kito.cheng@gmail.com>
346
347 * riscv-opc.c (riscv_opcodes> <c.li>: Use the 'o' immediate encoding.
348 <c.andi>: Likewise.
349 <c.addiw> Likewise.
350
03b039a5
KC
3512017-03-14 Kito Cheng <kito.cheng@gmail.com>
352
353 * riscv-opc.c (riscv_opcodes) <c.addi>: Use match_opcode.
354
2c232b83
AW
3552017-03-13 Andrew Waterman <andrew@sifive.com>
356
357 * riscv-opc.c (riscv_opcodes) <srli/C>: Use match_opcode.
358 <srl> Likewise.
359 <srai> Likewise.
360 <sra> Likewise.
361
86fa6981
L
3622017-03-09 H.J. Lu <hongjiu.lu@intel.com>
363
364 * i386-gen.c (opcode_modifiers): Replace S with Load.
365 * i386-opc.h (S): Removed.
366 (Load): New.
367 (i386_opcode_modifier): Replace s with load.
368 * i386-opc.tbl: Add {disp8}, {disp32}, {swap}, {vex2}, {vex3}
369 and {evex}. Replace S with Load.
370 * i386-tbl.h: Regenerated.
371
c1fe188b
L
3722017-03-09 H.J. Lu <hongjiu.lu@intel.com>
373
374 * i386-opc.tbl: Use CpuCET on rdsspq.
375 * i386-tbl.h: Regenerated.
376
4b8b687e
PB
3772017-03-08 Peter Bergner <bergner@vnet.ibm.com>
378
379 * ppc-dis.c (ppc_opts) <altivec>: Do not use PPC_OPCODE_ALTIVEC2;
380 <vsx>: Do not use PPC_OPCODE_VSX3;
381
1437d063
PB
3822017-03-08 Peter Bergner <bergner@vnet.ibm.com>
383
384 * ppc-opc.c (powerpc_opcodes) <lnia>: New extended mnemonic.
385
603555e5
L
3862017-03-06 H.J. Lu <hongjiu.lu@intel.com>
387
388 * i386-dis.c (REG_0F1E_MOD_3): New enum.
389 (MOD_0F1E_PREFIX_1): Likewise.
390 (MOD_0F38F5_PREFIX_2): Likewise.
391 (MOD_0F38F6_PREFIX_0): Likewise.
392 (RM_0F1E_MOD_3_REG_7): Likewise.
393 (PREFIX_MOD_0_0F01_REG_5): Likewise.
394 (PREFIX_MOD_3_0F01_REG_5_RM_1): Likewise.
395 (PREFIX_MOD_3_0F01_REG_5_RM_2): Likewise.
396 (PREFIX_0F1E): Likewise.
397 (PREFIX_MOD_0_0FAE_REG_5): Likewise.
398 (PREFIX_0F38F5): Likewise.
399 (dis386_twobyte): Use PREFIX_0F1E.
400 (reg_table): Add REG_0F1E_MOD_3.
401 (prefix_table): Add PREFIX_MOD_0_0F01_REG_5,
402 PREFIX_MOD_3_0F01_REG_5_RM_1, PREFIX_MOD_3_0F01_REG_5_RM_2,
403 PREFIX_0F1E, PREFIX_MOD_0_0FAE_REG_5 and PREFIX_0F38F5. Update
404 PREFIX_0FAE_REG_6 and PREFIX_0F38F6.
405 (three_byte_table): Use PREFIX_0F38F5.
406 (mod_table): Use PREFIX_MOD_0_0F01_REG_5, PREFIX_MOD_0_0FAE_REG_5.
407 Add MOD_0F1E_PREFIX_1, MOD_0F38F5_PREFIX_2, MOD_0F38F6_PREFIX_0.
408 (rm_table): Add MOD_0F38F5_PREFIX_2, MOD_0F38F6_PREFIX_0,
409 RM_0F1E_MOD_3_REG_7. Use PREFIX_MOD_3_0F01_REG_5_RM_1 and
410 PREFIX_MOD_3_0F01_REG_5_RM_2.
411 * i386-gen.c (cpu_flag_init): Add CPU_CET_FLAGS.
412 (cpu_flags): Add CpuCET.
413 * i386-opc.h (CpuCET): New enum.
414 (CpuUnused): Commented out.
415 (i386_cpu_flags): Add cpucet.
416 * i386-opc.tbl: Add Intel CET instructions.
417 * i386-init.h: Regenerated.
418 * i386-tbl.h: Likewise.
419
73f07bff
AM
4202017-03-06 Alan Modra <amodra@gmail.com>
421
422 PR 21124
423 * ppc-opc.c (extract_esync, extract_ls, extract_ral, extract_ram)
424 (extract_raq, extract_ras, extract_rbx): New functions.
425 (powerpc_operands): Use opposite corresponding insert function.
426 (Q_MASK): Define.
427 (powerpc_opcodes): Apply Q_MASK to all quad insns with even
428 register restriction.
429
65b48a81
PB
4302017-02-28 Peter Bergner <bergner@vnet.ibm.com>
431
432 * disassemble.c Include "safe-ctype.h".
433 (disassemble_init_for_target): Handle s390 init.
434 (remove_whitespace_and_extra_commas): New function.
435 (disassembler_options_cmp): Likewise.
436 * arm-dis.c: Include "libiberty.h".
437 (NUM_ELEM): Delete.
438 (regnames): Use long disassembler style names.
439 Add force-thumb and no-force-thumb options.
440 (NUM_ARM_REGNAMES): Rename from this...
441 (NUM_ARM_OPTIONS): ...to this. Use ARRAY_SIZE.
442 (get_arm_regname_num_options): Delete.
443 (set_arm_regname_option): Likewise.
444 (get_arm_regnames): Likewise.
445 (parse_disassembler_options): Likewise.
446 (parse_arm_disassembler_option): Rename from this...
447 (parse_arm_disassembler_options): ...to this. Make static.
448 Use new FOR_EACH_DISASSEMBLER_OPTION macro to scan over options.
449 (print_insn): Use parse_arm_disassembler_options.
450 (disassembler_options_arm): New function.
451 (print_arm_disassembler_options): Handle updated regnames.
452 * ppc-dis.c: Include "libiberty.h".
453 (ppc_opts): Add "32" and "64" entries.
454 (ppc_parse_cpu): Use ARRAY_SIZE and disassembler_options_cmp.
455 (powerpc_init_dialect): Add break to switch statement.
456 Use new FOR_EACH_DISASSEMBLER_OPTION macro.
457 (disassembler_options_powerpc): New function.
458 (print_ppc_disassembler_options): Use ARRAY_SIZE.
459 Remove printing of "32" and "64".
460 * s390-dis.c: Include "libiberty.h".
461 (init_flag): Remove unneeded variable.
462 (struct s390_options_t): New structure type.
463 (options): New structure.
464 (init_disasm): Rename from this...
465 (disassemble_init_s390): ...to this. Add initializations for
466 current_arch_mask and option_use_insn_len_bits_p. Remove init_flag.
467 (print_insn_s390): Delete call to init_disasm.
468 (disassembler_options_s390): New function.
469 (print_s390_disassembler_options): Print using information from
470 struct 'options'.
471 * po/opcodes.pot: Regenerate.
472
15c7c1d8
JB
4732017-02-28 Jan Beulich <jbeulich@suse.com>
474
475 * i386-dis.c (PCMPESTR_Fixup): New.
476 (VEX_W_0F3A60_P_2, VEX_W_0F3A61_P_2): Delete.
477 (prefix_table): Use PCMPESTR_Fixup.
478 (vex_len_table): Make VPCMPESTR{I,M} entries leaf ones and use
479 PCMPESTR_Fixup.
480 (vex_w_table): Delete VPCMPESTR{I,M} entries.
481 * i386-opc.tbl (pcmpestri, pcmpestrm, vpcmpestri, vpcmpestrm):
482 Split 64-bit and non-64-bit variants.
483 * opcodes/i386-tbl.h: Re-generate.
484
582e12bf
RS
4852017-02-24 Richard Sandiford <richard.sandiford@arm.com>
486
487 * aarch64-tbl.h (OP_SVE_HMH, OP_SVE_VMU_HSD, OP_SVE_VMVU_HSD)
488 (OP_SVE_VMVV_HSD, OP_SVE_VMVVU_HSD, OP_SVE_VM_HSD, OP_SVE_VUVV_HSD)
489 (OP_SVE_VUV_HSD, OP_SVE_VU_HSD, OP_SVE_VVVU_H, OP_SVE_VVVU_S)
490 (OP_SVE_VVVU_HSD, OP_SVE_VVV_D, OP_SVE_VVV_D_H, OP_SVE_VVV_H)
491 (OP_SVE_VVV_HSD, OP_SVE_VVV_S, OP_SVE_VVV_S_B, OP_SVE_VVV_SD_BH)
492 (OP_SVE_VV_BHSDQ, OP_SVE_VV_HSD, OP_SVE_VZVV_HSD, OP_SVE_VZV_HSD)
493 (OP_SVE_V_HSD): New macros.
494 (OP_SVE_VMU_SD, OP_SVE_VMVU_SD, OP_SVE_VM_SD, OP_SVE_VUVV_SD)
495 (OP_SVE_VU_SD, OP_SVE_VVVU_SD, OP_SVE_VVV_SD, OP_SVE_VZVV_SD)
496 (OP_SVE_VZV_SD, OP_SVE_V_SD): Delete.
497 (aarch64_opcode_table): Add new SVE instructions.
498 (aarch64_opcode_table): Use imm_rotate{1,2} instead of imm_rotate
499 for rotation operands. Add new SVE operands.
500 * aarch64-asm.h (ins_sve_addr_ri_s4): New inserter.
501 (ins_sve_quad_index): Likewise.
502 (ins_imm_rotate): Split into...
503 (ins_imm_rotate1, ins_imm_rotate2): ...these two inserters.
504 * aarch64-asm.c (aarch64_ins_imm_rotate): Split into...
505 (aarch64_ins_imm_rotate1, aarch64_ins_imm_rotate2): ...these two
506 functions.
507 (aarch64_ins_sve_addr_ri_s4): New function.
508 (aarch64_ins_sve_quad_index): Likewise.
509 (do_misc_encoding): Handle "MOV Zn.Q, Qm".
510 * aarch64-asm-2.c: Regenerate.
511 * aarch64-dis.h (ext_sve_addr_ri_s4): New extractor.
512 (ext_sve_quad_index): Likewise.
513 (ext_imm_rotate): Split into...
514 (ext_imm_rotate1, ext_imm_rotate2): ...these two extractors.
515 * aarch64-dis.c (aarch64_ext_imm_rotate): Split into...
516 (aarch64_ext_imm_rotate1, aarch64_ext_imm_rotate2): ...these two
517 functions.
518 (aarch64_ext_sve_addr_ri_s4): New function.
519 (aarch64_ext_sve_quad_index): Likewise.
520 (aarch64_ext_sve_index): Allow quad indices.
521 (do_misc_decoding): Likewise.
522 * aarch64-dis-2.c: Regenerate.
523 * aarch64-opc.h (FLD_SVE_i3h, FLD_SVE_rot1, FLD_SVE_rot2): New
524 aarch64_field_kinds.
525 (OPD_F_OD_MASK): Widen by one bit.
526 (OPD_F_NO_ZR): Bump accordingly.
527 (get_operand_field_width): New function.
528 * aarch64-opc.c (fields): Add new SVE fields.
529 (operand_general_constraint_met_p): Handle new SVE operands.
530 (aarch64_print_operand): Likewise.
531 * aarch64-opc-2.c: Regenerate.
532
f482d304
RS
5332017-02-24 Richard Sandiford <richard.sandiford@arm.com>
534
535 * aarch64-tbl.h (aarch64_feature_simd_v8_3): Replace with...
536 (aarch64_feature_compnum): ...this.
537 (SIMD_V8_3): Replace with...
538 (COMPNUM): ...this.
539 (CNUM_INSN): New macro.
540 (aarch64_opcode_table): Use it for the complex number instructions.
541
7db2c588
JB
5422017-02-24 Jan Beulich <jbeulich@suse.com>
543
544 * i386-dis.c (reg_table): REG_F6/1 and REG_F7/1 decode as TEST.
545
1e9d41d4
SL
5462017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
547
548 Add support for associating SPARC ASIs with an architecture level.
549 * include/opcode/sparc.h (sparc_asi): New sparc_asi struct.
550 * opcodes/sparc-opc.c (asi_table): Updated asi_table and encoding/
551 decoding of SPARC ASIs.
552
53c4d625
JB
5532017-02-23 Jan Beulich <jbeulich@suse.com>
554
555 * i386-dis.c (get_valid_dis386): Don't special case VEX opcode
556 82. For 3-byte VEX only special case opcode 77 in VEX_0F space.
557
11648de5
JB
5582017-02-21 Jan Beulich <jbeulich@suse.com>
559
560 * aarch64-asm.c (convert_bfc_to_bfm): Copy operand 0 to operand
561 1 (instead of to itself). Correct typo.
562
f98d33be
AW
5632017-02-14 Andrew Waterman <andrew@sifive.com>
564
565 * riscv-opc.c (riscv_opcodes): Add sfence.vma instruction and
566 pseudoinstructions.
567
773fb663
RS
5682017-02-15 Richard Sandiford <richard.sandiford@arm.com>
569
570 * aarch64-opc.c (aarch64_sys_regs): Add SVE registers.
571 (aarch64_sys_reg_supported_p): Handle them.
572
cc07cda6
CZ
5732017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
574
575 * arc-opc.c (UIMM6_20R): Define.
576 (SIMM12_20): Use above.
577 (SIMM12_20R): Define.
578 (SIMM3_5_S): Use above.
579 (UIMM7_A32_11R_S): Define.
580 (UIMM7_9_S): Use above.
581 (UIMM3_13R_S): Define.
582 (SIMM11_A32_7_S): Use above.
583 (SIMM9_8R): Define.
584 (UIMM10_A32_8_S): Use above.
585 (UIMM8_8R_S): Define.
586 (W6): Use above.
587 (arc_relax_opcodes): Use all above defines.
588
66a5a740
VG
5892017-02-15 Vineet Gupta <vgupta@synopsys.com>
590
591 * arc-regs.h: Distinguish some of the registers different on
592 ARC700 and HS38 cpus.
593
7e0de605
AM
5942017-02-14 Alan Modra <amodra@gmail.com>
595
596 PR 21118
597 * ppc-opc.c (powerpc_operands): Flag SPR, SPRG and TBR entries
598 with PPC_OPERAND_SPR. Flag PSQ and PSQM with PPC_OPERAND_GQR.
599
54064fdb
AM
6002017-02-11 Stafford Horne <shorne@gmail.com>
601 Alan Modra <amodra@gmail.com>
602
603 * cgen-opc.c (cgen_lookup_insn): Delete buf and base_insn temps.
604 Use insn_bytes_value and insn_int_value directly instead. Don't
605 free allocated memory until function exit.
606
dce75bf9
NP
6072017-02-10 Nicholas Piggin <npiggin@gmail.com>
608
609 * ppc-opc.c (powerpc_opcodes) <scv, rfscv>: New mnemonics.
610
1b7e3d2f
NC
6112017-02-03 Nick Clifton <nickc@redhat.com>
612
613 PR 21096
614 * aarch64-opc.c (print_register_list): Ensure that the register
615 list index will fir into the tb buffer.
616 (print_register_offset_address): Likewise.
617 * tic6x-dis.c (print_insn_tic6x): Increase size of func_unit_buf.
618
8ec5cf65
AD
6192017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
620
621 PR 21056
622 * tic6x-dis.c (print_insn_tic6x): Correct displaying of parallel
623 instructions when the previous fetch packet ends with a 32-bit
624 instruction.
625
a1aa5e81
DD
6262017-01-24 Dimitar Dimitrov <dimitar@dinux.eu>
627
628 * pru-opc.c: Remove vague reference to a future GDB port.
629
add3afb2
NC
6302017-01-20 Nick Clifton <nickc@redhat.com>
631
632 * po/ga.po: Updated Irish translation.
633
c13a63b0
SN
6342017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
635
636 * arm-dis.c (coprocessor_opcodes): Fix vcmla mask and disassembly.
637
9608051a
YQ
6382017-01-13 Yao Qi <yao.qi@linaro.org>
639
640 * m68k-dis.c (match_insn_m68k): Extend comments. Return -1
641 if FETCH_DATA returns 0.
642 (m68k_scan_mask): Likewise.
643 (print_insn_m68k): Update code to handle -1 return value.
644
f622ea96
YQ
6452017-01-13 Yao Qi <yao.qi@linaro.org>
646
647 * m68k-dis.c (enum print_insn_arg_error): New.
648 (NEXTBYTE): Replace -3 with
649 PRINT_INSN_ARG_MEMORY_ERROR.
650 (NEXTULONG): Likewise.
651 (NEXTSINGLE): Likewise.
652 (NEXTDOUBLE): Likewise.
653 (NEXTDOUBLE): Likewise.
654 (NEXTPACKED): Likewise.
655 (FETCH_ARG): Likewise.
656 (FETCH_DATA): Update comments.
657 (print_insn_arg): Update comments. Replace magic numbers with
658 enum.
659 (match_insn_m68k): Likewise.
660
620214f7
IT
6612017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
662
663 * i386-dis.c (enum): Add PREFIX_EVEX_0F3855, EVEX_W_0F3855_P_2.
664 * i386-dis-evex.h (evex_table): Updated.
665 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_VPOPCNTDQ_FLAGS,
666 CPU_ANY_AVX512_VPOPCNTDQ_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
667 (cpu_flags): Add CpuAVX512_VPOPCNTDQ.
668 * i386-opc.h (enum): (AVX512_VPOPCNTDQ): New.
669 (i386_cpu_flags): Add cpuavx512_vpopcntdq.
670 * i386-opc.tbl: Add Intel AVX512_VPOPCNTDQ instructions.
671 * i386-init.h: Regenerate.
672 * i386-tbl.h: Ditto.
673
d95014a2
YQ
6742017-01-12 Yao Qi <yao.qi@linaro.org>
675
676 * msp430-dis.c (msp430_singleoperand): Return -1 if
677 msp430dis_opcode_signed returns false.
678 (msp430_doubleoperand): Likewise.
679 (msp430_branchinstr): Return -1 if
680 msp430dis_opcode_unsigned returns false.
681 (msp430x_calla_instr): Likewise.
682 (print_insn_msp430): Likewise.
683
0ae60c3e
NC
6842017-01-05 Nick Clifton <nickc@redhat.com>
685
686 PR 20946
687 * frv-desc.c (lookup_mach_via_bfd_name): Return NULL if the name
688 could not be matched.
689 (frv_cgen_cpu_open): Allow for lookup_mach_via_bfd_name returning
690 NULL.
691
d74d4880
SN
6922017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
693
694 * aarch64-tbl.h (RCPC, RCPC_INSN): Define.
695 (aarch64_opcode_table): Use RCPC_INSN.
696
cc917fd9
KC
6972017-01-03 Kito Cheng <kito.cheng@gmail.com>
698
699 * riscv-opc.c (riscv-opcodes): Add support for the "q" ISA
700 extension.
701 * riscv-opcodes/all-opcodes: Likewise.
702
b52d3cfc
DP
7032017-01-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
704
705 * riscv-dis.c (print_insn_args): Add fall through comment.
706
f90c58d5
NC
7072017-01-03 Nick Clifton <nickc@redhat.com>
708
709 * po/sr.po: New Serbian translation.
710 * configure.ac (ALL_LINGUAS): Add sr.
711 * configure: Regenerate.
712
f47b0d4a
AM
7132017-01-02 Alan Modra <amodra@gmail.com>
714
715 * epiphany-desc.h: Regenerate.
716 * epiphany-opc.h: Regenerate.
717 * fr30-desc.h: Regenerate.
718 * fr30-opc.h: Regenerate.
719 * frv-desc.h: Regenerate.
720 * frv-opc.h: Regenerate.
721 * ip2k-desc.h: Regenerate.
722 * ip2k-opc.h: Regenerate.
723 * iq2000-desc.h: Regenerate.
724 * iq2000-opc.h: Regenerate.
725 * lm32-desc.h: Regenerate.
726 * lm32-opc.h: Regenerate.
727 * m32c-desc.h: Regenerate.
728 * m32c-opc.h: Regenerate.
729 * m32r-desc.h: Regenerate.
730 * m32r-opc.h: Regenerate.
731 * mep-desc.h: Regenerate.
732 * mep-opc.h: Regenerate.
733 * mt-desc.h: Regenerate.
734 * mt-opc.h: Regenerate.
735 * or1k-desc.h: Regenerate.
736 * or1k-opc.h: Regenerate.
737 * xc16x-desc.h: Regenerate.
738 * xc16x-opc.h: Regenerate.
739 * xstormy16-desc.h: Regenerate.
740 * xstormy16-opc.h: Regenerate.
741
2571583a
AM
7422017-01-02 Alan Modra <amodra@gmail.com>
743
744 Update year range in copyright notice of all files.
745
5c1ad6b5 746For older changes see ChangeLog-2016
3499769a 747\f
5c1ad6b5 748Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
749
750Copying and distribution of this file, with or without modification,
751are permitted in any medium without royalty provided the copyright
752notice and this notice are preserved.
753
754Local Variables:
755mode: change-log
756left-margin: 8
757fill-column: 74
758version-control: never
759End:
This page took 0.119191 seconds and 4 git commands to generate.