]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
[binutils, ARM, 15/16] Add support for VSCCLRM
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
efd6b359
AV
12019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2
3 * arm-dis.c (coprocessor_opcodes): Document new %C format control code.
4 Add new entries for VSCCLRM instruction.
5 (print_insn_coprocessor): Handle new %C format control code.
6
6b0dd094
AV
72019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8
9 * arm-dis.c (enum isa): New enum.
10 (struct sopcode32): New structure.
11 (coprocessor_opcodes): change type of entries to struct sopcode32 and
12 set isa field of all current entries to ANY.
13 (print_insn_coprocessor): Change type of insn to struct sopcode32.
14 Only match an entry if its isa field allows the current mode.
15
4b5a202f
AV
162019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
17
18 * arm-dis.c (thumb_opcodes): Document %n control code. Add entry for
19 CLRM.
20 (print_insn_thumb32): Add logic to print %n CLRM register list.
21
60f993ce
AV
222019-04-15 Sudakshina Das <sudi.das@arm.com>
23
24 * arm-dis.c (print_insn_thumb32): Updated to accept new %P
25 and %Q patterns.
26
f6b2b12d
AV
272019-04-15 Sudakshina Das <sudi.das@arm.com>
28
29 * arm-dis.c (thumb32_opcodes): New instruction bfcsel.
30 (print_insn_thumb32): Edit the switch case for %Z.
31
1889da70
AV
322019-04-15 Sudakshina Das <sudi.das@arm.com>
33
34 * arm-dis.c (print_insn_thumb32): Updated to accept new %Z pattern.
35
65d1bc05
AV
362019-04-15 Sudakshina Das <sudi.das@arm.com>
37
38 * arm-dis.c (thumb32_opcodes): New instruction bfl.
39
1caf72a5
AV
402019-04-15 Sudakshina Das <sudi.das@arm.com>
41
42 * arm-dis.c (print_insn_thumb32): Updated to accept new %Y pattern.
43
f1c7f421
AV
442019-04-15 Sudakshina Das <sudi.das@arm.com>
45
46 * arm-dis.c (print_insn_thumb32): Add '%<bitfield>S' to print an
47 Arm register with r13 and r15 unpredictable.
48 (thumb32_opcodes): New instructions for bfx and bflx.
49
4389b29a
AV
502019-04-15 Sudakshina Das <sudi.das@arm.com>
51
52 * arm-dis.c (thumb32_opcodes): New instructions for bf.
53
e5d6e09e
AV
542019-04-15 Sudakshina Das <sudi.das@arm.com>
55
56 * arm-dis.c (print_insn_thumb32): Updated to accept new %W pattern.
57
e12437dc
AV
582019-04-15 Sudakshina Das <sudi.das@arm.com>
59
60 * arm-dis.c (print_insn_thumb32): Updated to accept new %G pattern.
61
031254f2
AV
622019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
63
64 * arm-dis.c (select_arm_features): Add logic for Armv8.1-M Mainline.
65
e5a557ac
JD
662019-04-12 John Darrington <john@darrington.wattle.id.au>
67
68 s12z-dis.c, s12z-opc.c, s12z-opc.h: Replace "operator" with
69 "optr". ("operator" is a reserved word in c++).
70
bd7ceb8d
SD
712019-04-11 Sudakshina Das <sudi.das@arm.com>
72
73 * aarch64-opc.c (aarch64_print_operand): Add case for
74 AARCH64_OPND_Rt_SP.
75 (verify_constraints): Likewise.
76 * aarch64-tbl.h (QL_LDST_AT): Update to add SP qualifier.
77 (struct aarch64_opcode): Update stg, stzg, st2g, stz2g instructions
78 to accept Rt|SP as first operand.
79 (AARCH64_OPERANDS): Add new Rt_SP.
80 * aarch64-asm-2.c: Regenerated.
81 * aarch64-dis-2.c: Regenerated.
82 * aarch64-opc-2.c: Regenerated.
83
e54010f1
SD
842019-04-11 Sudakshina Das <sudi.das@arm.com>
85
86 * aarch64-asm-2.c: Regenerated.
87 * aarch64-dis-2.c: Likewise.
88 * aarch64-opc-2.c: Likewise.
89 * aarch64-tbl.h (aarch64_opcode): Add new ldgm and stgm.
90
7e96e219
RS
912019-04-09 Robert Suchanek <robert.suchanek@mips.com>
92
93 * mips-opc.c (mips_builtin_opcodes): Add RDHWR rt rd sel.
94
6f2791d5
L
952019-04-08 H.J. Lu <hongjiu.lu@intel.com>
96
97 * i386-opc.tbl: Consolidate AVX512 BF16 entries.
98 * i386-init.h: Regenerated.
99
e392bad3
AM
1002019-04-07 Alan Modra <amodra@gmail.com>
101
102 * ppc-dis.c (print_insn_powerpc): Use a tiny state machine
103 op_separator to control printing of spaces, comma and parens
104 rather than need_comma, need_paren and spaces vars.
105
dffaa15c
AM
1062019-04-07 Alan Modra <amodra@gmail.com>
107
108 PR 24421
109 * arm-dis.c (print_insn_coprocessor): Correct bracket placement.
110 (print_insn_neon, print_insn_arm): Likewise.
111
d6aab7a1
XG
1122019-04-05 Xuepeng Guo <xuepeng.guo@intel.com>
113
114 * i386-dis-evex.h (evex_table): Updated to support BF16
115 instructions.
116 * i386-dis.c (enum): Add EVEX_W_0F3852_P_1, EVEX_W_0F3872_P_1
117 and EVEX_W_0F3872_P_3.
118 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_BF16_FLAGS.
119 (cpu_flags): Add bitfield for CpuAVX512_BF16.
120 * i386-opc.h (enum): Add CpuAVX512_BF16.
121 (i386_cpu_flags): Add bitfield for cpuavx512_bf16.
122 * i386-opc.tbl: Add AVX512 BF16 instructions.
123 * i386-init.h: Regenerated.
124 * i386-tbl.h: Likewise.
125
66e85460
AM
1262019-04-05 Alan Modra <amodra@gmail.com>
127
128 * ppc-opc.c (XLBH_MASK): Subtract off BH field from BB_MASK.
129 (powerpc_opcodes): Reorder bcctr and bclr extended mnemonics
130 to favour printing of "-" branch hint when using the "y" bit.
131 Allow BH field on bc{ctr,lr,tar}{,l}{-,+}.
132
c2b1c275
AM
1332019-04-05 Alan Modra <amodra@gmail.com>
134
135 * ppc-dis.c (print_insn_powerpc): Delay printing spaces after
136 opcode until first operand is output.
137
aae9718e
PB
1382019-04-04 Peter Bergner <bergner@linux.ibm.com>
139
140 PR gas/24349
141 * ppc-opc.c (valid_bo_pre_v2): Add comments.
142 (valid_bo_post_v2): Add support for 'at' branch hints.
143 (insert_bo): Only error on branch on ctr.
144 (get_bo_hint_mask): New function.
145 (insert_boe): Add new 'branch_taken' formal argument. Add support
146 for inserting 'at' branch hints.
147 (extract_boe): Add new 'branch_taken' formal argument. Add support
148 for extracting 'at' branch hints.
149 (insert_bom, extract_bom, insert_bop, extract_bop): New functions.
150 (BOE): Delete operand.
151 (BOM, BOP): New operands.
152 (RM): Update value.
153 (XLYLK, XLYLK_MASK, XLYBB_MASK): Delete.
154 (powerpc_opcodes) <bc-, bcl-, bca-, bcla-, bclr-, bclrl-, bcctr-,
155 bcctrl-, bctar-, bctarl->: Replace BOE with BOM.
156 (powerpc_opcodes) <bc+, bcl+, bca+, bcla+, bclr+, bclrl+, bcctr+,
157 bcctrl+, bctar+, bctarl+>: Replace BOE with BOP.
158 <bdnztar, bdnztarl, bdztar, bdztarl, btar, btarl, bdnztar-, bdnztarl-,
159 bdnztar+, bdnztarl+, bdztar-, bdztarl-, bdztar+, bdztarl+, bgetar,
160 bnltar, bgetarl, bnltarl, bletar, bngtar, bletarl, bngtarl, bnetar,
161 bnetarl, bnstar, bnutar, bnstarl, bnutarl, bgetar-, bnltar-, bgetarl-,
162 bnltarl-, bletar-, bngtar-, bletarl-, bngtarl-, bnetar-, bnetarl-,
163 bnstar-, bnutar-, bnstarl-, bnutarl-, bgetar+, bnltar+, bgetarl+,
164 bnltarl+, bletar+, bngtar+, bletarl+, bngtarl+, bnetar+, bnetarl+,
165 bnstar+, bnutar+, bnstarl+, bnutarl+, blttar, blttarl, bgttar, bgttarl,
166 beqtar, beqtarl, bsotar, buntar, bsotarl, buntarl, blttar-, blttarl-,
167 bgttar-, bgttarl-, beqtar-, beqtarl-, bsotar-, buntar-, bsotarl-,
168 buntarl-, blttar+, blttarl+, bgttar+, bgttarl+, beqtar+, beqtarl+,
169 bsotar+, buntar+, bsotarl+, buntarl+, bdnzftar, bdnzftarl, bdzftar,
170 bdzftarl, bftar, bftarl, bftar-, bftarl-, bftar+, bftarl+, bdnzttar,
171 bdnzttarl, bdzttar, bdzttarl, bttar, bttarl, bttar-, bttarl-, bttar+,
172 bttarl+>: New extended mnemonics.
173
96a86c01
AM
1742019-03-28 Alan Modra <amodra@gmail.com>
175
176 PR 24390
177 * ppc-opc.c (BTF): Define.
178 (powerpc_opcodes): Use for mtfsb*.
179 * ppc-dis.c (print_insn_powerpc): Print fields with both
180 PPC_OPERAND_CR_REG and PPC_OPERAND_CR_BIT as a plain number.
181
796d6298
TC
1822019-03-25 Tamar Christina <tamar.christina@arm.com>
183
184 * arm-dis.c (struct arm_private_data): Remove has_mapping_symbols.
185 (mapping_symbol_for_insn): Implement new algorithm.
186 (print_insn): Remove duplicate code.
187
60df3720
TC
1882019-03-25 Tamar Christina <tamar.christina@arm.com>
189
190 * aarch64-dis.c (print_insn_aarch64):
191 Implement override.
192
51457761
TC
1932019-03-25 Tamar Christina <tamar.christina@arm.com>
194
195 * aarch64-dis.c (print_insn_aarch64): Update the mapping symbol search
196 order.
197
53b2f36b
TC
1982019-03-25 Tamar Christina <tamar.christina@arm.com>
199
200 * aarch64-dis.c (last_stop_offset): New.
201 (print_insn_aarch64): Use stop_offset.
202
89199bb5
L
2032019-03-19 H.J. Lu <hongjiu.lu@intel.com>
204
205 PR gas/24359
206 * i386-gen.c (cpu_flag_init): Add CPU_ANY_AVX512F_FLAGS to
207 CPU_ANY_AVX2_FLAGS.
208 * i386-init.h: Regenerated.
209
97ed31ae
L
2102019-03-18 H.J. Lu <hongjiu.lu@intel.com>
211
212 PR gas/24348
213 * i386-opc.tbl: Add Optimize to vmovdqa32, vmovdqa64, vmovdqu8,
214 vmovdqu16, vmovdqu32 and vmovdqu64.
215 * i386-tbl.h: Regenerated.
216
0919bfe9
AK
2172019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
218
219 * s390-opc.txt: Rename selhhhr to selfhr. Remove optional operand
220 from vstrszb, vstrszh, and vstrszf.
221
2222019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
223
224 * s390-opc.txt: Add instruction descriptions.
225
21820ebe
JW
2262019-02-08 Jim Wilson <jimw@sifive.com>
227
228 * riscv-opc.c (riscv_opcodes) <beq>: Use Cz to compress 3 operand form.
229 <bne>: Likewise.
230
f7dd2fb2
TC
2312019-02-07 Tamar Christina <tamar.christina@arm.com>
232
233 * arm-dis.c (arm_opcodes): Redefine hlt to armv1.
234
6456d318
TC
2352019-02-07 Tamar Christina <tamar.christina@arm.com>
236
237 PR binutils/23212
238 * aarch64-opc.h (enum aarch64_field_kind): Add FLD_sz.
239 * aarch64-opc.c (verify_elem_sd): New.
240 (fields): Add FLD_sz entr.
241 * aarch64-tbl.h (_SIMD_INSN): New.
242 (aarch64_opcode_table): Add elem_sd verifier to fmla, fmls, fmul and
243 fmulx scalar and vector by element isns.
244
4a83b610
NC
2452019-02-07 Nick Clifton <nickc@redhat.com>
246
247 * po/sv.po: Updated Swedish translation.
248
fc60b8c8
AK
2492019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
250
251 * s390-mkopc.c (main): Accept arch13 as cpu string.
252 * s390-opc.c: Add new instruction formats and instruction opcode
253 masks.
254 * s390-opc.txt: Add new arch13 instructions.
255
e10620d3
TC
2562019-01-25 Sudakshina Das <sudi.das@arm.com>
257
258 * aarch64-tbl.h (QL_LDST_AT): Update macro.
259 (aarch64_opcode): Change encoding for stg, stzg
260 st2g and st2zg.
261 * aarch64-asm-2.c: Regenerated.
262 * aarch64-dis-2.c: Regenerated.
263 * aarch64-opc-2.c: Regenerated.
264
20a4ca55
SD
2652019-01-25 Sudakshina Das <sudi.das@arm.com>
266
267 * aarch64-asm-2.c: Regenerated.
268 * aarch64-dis-2.c: Likewise.
269 * aarch64-opc-2.c: Likewise.
270 * aarch64-tbl.h (aarch64_opcode): Add new stzgm.
271
550fd7bf
SD
2722019-01-25 Sudakshina Das <sudi.das@arm.com>
273 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
274
275 * aarch64-asm.c (aarch64_ins_addr_simple_2): Remove.
276 * aarch64-asm.h (ins_addr_simple_2): Likeiwse.
277 * aarch64-dis.c (aarch64_ext_addr_simple_2): Likewise.
278 * aarch64-dis.h (ext_addr_simple_2): Likewise.
279 * aarch64-opc.c (operand_general_constraint_met_p): Remove
280 case for ldstgv_indexed.
281 (aarch64_print_operand): Remove case for AARCH64_OPND_ADDR_SIMPLE_2.
282 * aarch64-tbl.h (struct aarch64_opcode): Remove ldgv and stgv.
283 (AARCH64_OPERANDS): Remove ADDR_SIMPLE_2.
284 * aarch64-asm-2.c: Regenerated.
285 * aarch64-dis-2.c: Regenerated.
286 * aarch64-opc-2.c: Regenerated.
287
d9938630
NC
2882019-01-23 Nick Clifton <nickc@redhat.com>
289
290 * po/pt_BR.po: Updated Brazilian Portuguese translation.
291
375cd423
NC
2922019-01-21 Nick Clifton <nickc@redhat.com>
293
294 * po/de.po: Updated German translation.
295 * po/uk.po: Updated Ukranian translation.
296
57299f48
CX
2972019-01-20 Chenghua Xu <paul.hua.gm@gmail.com>
298 * mips-dis.c (mips_arch_choices): Fix typo in
299 gs464, gs464e and gs264e descriptors.
300
f48dfe41
NC
3012019-01-19 Nick Clifton <nickc@redhat.com>
302
303 * configure: Regenerate.
304 * po/opcodes.pot: Regenerate.
305
f974f26c
NC
3062018-06-24 Nick Clifton <nickc@redhat.com>
307
308 2.32 branch created.
309
39f286cd
JD
3102019-01-09 John Darrington <john@darrington.wattle.id.au>
311
448b8ca8
JD
312 * s12z-dis.c (print_insn_s12z): Do not dereference an operand
313 if it is null.
314 -dis.c (opr_emit_disassembly): Do not omit an index if it is
39f286cd
JD
315 zero.
316
3107326d
AP
3172019-01-09 Andrew Paprocki <andrew@ishiboo.com>
318
319 * configure: Regenerate.
320
7e9ca91e
AM
3212019-01-07 Alan Modra <amodra@gmail.com>
322
323 * configure: Regenerate.
324 * po/POTFILES.in: Regenerate.
325
ef1ad42b
JD
3262019-01-03 John Darrington <john@darrington.wattle.id.au>
327
328 * s12z-opc.c: New file.
329 * s12z-opc.h: New file.
330 * s12z-dis.c: Removed all code not directly related to display
331 of instructions. Used the interface provided by the new files
332 instead.
333 * Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
7e9ca91e 334 * Makefile.in: Regenerate.
ef1ad42b 335 * configure.ac (bfd_s12z_arch): Correct the dependencies.
7e9ca91e 336 * configure: Regenerate.
ef1ad42b 337
82704155
AM
3382019-01-01 Alan Modra <amodra@gmail.com>
339
340 Update year range in copyright notice of all files.
341
d5c04e1b 342For older changes see ChangeLog-2018
3499769a 343\f
d5c04e1b 344Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
345
346Copying and distribution of this file, with or without modification,
347are permitted in any medium without royalty provided the copyright
348notice and this notice are preserved.
349
350Local Variables:
351mode: change-log
352left-margin: 8
353fill-column: 74
354version-control: never
355End: