1 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
3 * aarch64-asm.c (aarch64_encode_variant_using_iclass): Handle
4 sve_size_sd2 iclass encode.
5 * aarch64-dis.c (aarch64_decode_variant_using_iclass): Handle
6 sve_size_sd2 iclass decode.
7 * aarch64-opc.c (fields): Handle SVE_sz2 field.
8 * aarch64-opc.h (enum aarch64_field_kind): New SVE_sz2 field.
10 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
12 * aarch64-asm-2.c: Regenerated.
13 * aarch64-dis-2.c: Regenerated.
14 * aarch64-opc-2.c: Regenerated.
15 * aarch64-opc.c (operand_general_constraint_met_p): Constraint checking
17 (aarch64_print_operand): Add printing for SVE_ADDR_ZX.
18 * aarch64-tbl.h (AARCH64_OPERANDS): Use new SVE_ADDR_ZX operand.
20 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
22 * aarch64-asm-2.c: Regenerated.
23 * aarch64-dis-2.c: Regenerated.
24 * aarch64-opc-2.c: Regenerated.
25 * aarch64-opc.c (operand_general_constraint_met_p): Constraint checking
27 (aarch64_print_operand): Add printing for SVE_Zm3_11_INDEX.
28 (fields): Handle SVE_i3l and SVE_i3h2 fields.
29 * aarch64-opc.h (enum aarch64_field_kind): New SVE_i3l and SVE_i3h2
31 * aarch64-tbl.h (AARCH64_OPERANDS): Use new SVE_Zm3_11_INDEX operand.
33 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
35 * aarch64-asm.c (aarch64_encode_variant_using_iclass): Handle
36 sve_size_hsd2 iclass encode.
37 * aarch64-dis.c (aarch64_decode_variant_using_iclass): Handle
38 sve_size_hsd2 iclass decode.
39 * aarch64-opc.c (fields): Handle SVE_size field.
40 * aarch64-opc.h (enum aarch64_field_kind): New SVE_size field.
42 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
44 * aarch64-asm-2.c: Regenerated.
45 * aarch64-dis-2.c: Regenerated.
46 * aarch64-opc-2.c: Regenerated.
47 * aarch64-opc.c (operand_general_constraint_met_p): Constraint checking
49 (aarch64_print_operand): Add printing for SVE_IMM_ROT3.
50 (fields): Handle SVE_rot3 field.
51 * aarch64-opc.h (enum aarch64_field_kind): New SVE_rot3 field.
52 * aarch64-tbl.h (AARCH64_OPERANDS): Use new SVE_IMM_ROT3 operand.
54 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
56 * aarch64-opc.c (verify_constraints): Check for movprfx for sve2
59 2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
62 (aarch64_feature_sve2, aarch64_feature_sve2aes,
63 aarch64_feature_sve2sha3, aarch64_feature_sve2sm4,
64 aarch64_feature_sve2bitperm): New feature sets.
65 (SVE2, SVE2_AES, SVE2_SHA3, SVE2_SM4, SVE2_BITPERM): New macros
66 for feature set addresses.
67 (SVE2_INSN, SVE2_INSNC, SVE2AES_INSN, SVE2SHA3_INSN,
68 SVE2SM4_INSN, SVE2SM4_INSNC, SVE2BITPERM_INSN): New macros.
70 2019-05-06 Andrew Bennett <andrew.bennett@imgtec.com>
71 Faraz Shahbazker <fshahbazker@wavecomp.com>
73 * mips-dis.c (mips_calculate_combination_ases): Add ISA
74 argument and set ASE_EVA_R6 appropriately.
75 (set_default_mips_dis_options): Pass ISA to above.
76 (parse_mips_dis_option): Likewise.
77 * mips-opc.c (EVAR6): New macro.
78 (mips_builtin_opcodes): Add llwpe, scwpe.
80 2019-05-01 Sudakshina Das <sudi.das@arm.com>
82 * aarch64-asm-2.c: Regenerated.
83 * aarch64-dis-2.c: Regenerated.
84 * aarch64-opc-2.c: Regenerated.
85 * aarch64-opc.c (operand_general_constraint_met_p): Add case for
86 AARCH64_OPND_TME_UIMM16.
87 (aarch64_print_operand): Likewise.
88 * aarch64-tbl.h (QL_IMM_NIL): New.
91 (struct aarch64_opcode): Add tstart, tcommit, ttest and tcancel.
93 2019-04-29 John Darrington <john@darrington.wattle.id.au>
95 * s12z-opc.c (shift_discrim): Return OP_INVALID when reading fails.
97 2019-04-26 Andrew Bennett <andrew.bennett@imgtec.com>
98 Faraz Shahbazker <fshahbazker@wavecomp.com>
100 * mips-opc.c (mips_builtin_opcodes): Add llwp, lldp, scwp, scdp.
102 2019-04-24 John Darrington <john@darrington.wattle.id.au>
104 * s12z-opc.h: Add extern "C" bracketing to help
105 users who wish to use this interface in c++ code.
107 2019-04-24 John Darrington <john@darrington.wattle.id.au>
109 * s12z-opc.c (bm_decode): Handle bit map operations with the
112 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
114 * arm-dis.c (coprocessor_opcodes): Document new %J and %K format
115 specifier. Add entries for VLDR and VSTR of system registers.
116 (print_insn_coprocessor): Forbid coprocessor numbers 8, 14 and 15 in
117 coprocessor instructions on Armv8.1-M Mainline targets. Add handling
118 of %J and %K format specifier.
120 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
122 * arm-dis.c (coprocessor_opcodes): Document new %C format control code.
123 Add new entries for VSCCLRM instruction.
124 (print_insn_coprocessor): Handle new %C format control code.
126 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
128 * arm-dis.c (enum isa): New enum.
129 (struct sopcode32): New structure.
130 (coprocessor_opcodes): change type of entries to struct sopcode32 and
131 set isa field of all current entries to ANY.
132 (print_insn_coprocessor): Change type of insn to struct sopcode32.
133 Only match an entry if its isa field allows the current mode.
135 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
137 * arm-dis.c (thumb_opcodes): Document %n control code. Add entry for
139 (print_insn_thumb32): Add logic to print %n CLRM register list.
141 2019-04-15 Sudakshina Das <sudi.das@arm.com>
143 * arm-dis.c (print_insn_thumb32): Updated to accept new %P
146 2019-04-15 Sudakshina Das <sudi.das@arm.com>
148 * arm-dis.c (thumb32_opcodes): New instruction bfcsel.
149 (print_insn_thumb32): Edit the switch case for %Z.
151 2019-04-15 Sudakshina Das <sudi.das@arm.com>
153 * arm-dis.c (print_insn_thumb32): Updated to accept new %Z pattern.
155 2019-04-15 Sudakshina Das <sudi.das@arm.com>
157 * arm-dis.c (thumb32_opcodes): New instruction bfl.
159 2019-04-15 Sudakshina Das <sudi.das@arm.com>
161 * arm-dis.c (print_insn_thumb32): Updated to accept new %Y pattern.
163 2019-04-15 Sudakshina Das <sudi.das@arm.com>
165 * arm-dis.c (print_insn_thumb32): Add '%<bitfield>S' to print an
166 Arm register with r13 and r15 unpredictable.
167 (thumb32_opcodes): New instructions for bfx and bflx.
169 2019-04-15 Sudakshina Das <sudi.das@arm.com>
171 * arm-dis.c (thumb32_opcodes): New instructions for bf.
173 2019-04-15 Sudakshina Das <sudi.das@arm.com>
175 * arm-dis.c (print_insn_thumb32): Updated to accept new %W pattern.
177 2019-04-15 Sudakshina Das <sudi.das@arm.com>
179 * arm-dis.c (print_insn_thumb32): Updated to accept new %G pattern.
181 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
183 * arm-dis.c (select_arm_features): Add logic for Armv8.1-M Mainline.
185 2019-04-12 John Darrington <john@darrington.wattle.id.au>
187 s12z-dis.c, s12z-opc.c, s12z-opc.h: Replace "operator" with
188 "optr". ("operator" is a reserved word in c++).
190 2019-04-11 Sudakshina Das <sudi.das@arm.com>
192 * aarch64-opc.c (aarch64_print_operand): Add case for
194 (verify_constraints): Likewise.
195 * aarch64-tbl.h (QL_LDST_AT): Update to add SP qualifier.
196 (struct aarch64_opcode): Update stg, stzg, st2g, stz2g instructions
197 to accept Rt|SP as first operand.
198 (AARCH64_OPERANDS): Add new Rt_SP.
199 * aarch64-asm-2.c: Regenerated.
200 * aarch64-dis-2.c: Regenerated.
201 * aarch64-opc-2.c: Regenerated.
203 2019-04-11 Sudakshina Das <sudi.das@arm.com>
205 * aarch64-asm-2.c: Regenerated.
206 * aarch64-dis-2.c: Likewise.
207 * aarch64-opc-2.c: Likewise.
208 * aarch64-tbl.h (aarch64_opcode): Add new ldgm and stgm.
210 2019-04-09 Robert Suchanek <robert.suchanek@mips.com>
212 * mips-opc.c (mips_builtin_opcodes): Add RDHWR rt rd sel.
214 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
216 * i386-opc.tbl: Consolidate AVX512 BF16 entries.
217 * i386-init.h: Regenerated.
219 2019-04-07 Alan Modra <amodra@gmail.com>
221 * ppc-dis.c (print_insn_powerpc): Use a tiny state machine
222 op_separator to control printing of spaces, comma and parens
223 rather than need_comma, need_paren and spaces vars.
225 2019-04-07 Alan Modra <amodra@gmail.com>
228 * arm-dis.c (print_insn_coprocessor): Correct bracket placement.
229 (print_insn_neon, print_insn_arm): Likewise.
231 2019-04-05 Xuepeng Guo <xuepeng.guo@intel.com>
233 * i386-dis-evex.h (evex_table): Updated to support BF16
235 * i386-dis.c (enum): Add EVEX_W_0F3852_P_1, EVEX_W_0F3872_P_1
236 and EVEX_W_0F3872_P_3.
237 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_BF16_FLAGS.
238 (cpu_flags): Add bitfield for CpuAVX512_BF16.
239 * i386-opc.h (enum): Add CpuAVX512_BF16.
240 (i386_cpu_flags): Add bitfield for cpuavx512_bf16.
241 * i386-opc.tbl: Add AVX512 BF16 instructions.
242 * i386-init.h: Regenerated.
243 * i386-tbl.h: Likewise.
245 2019-04-05 Alan Modra <amodra@gmail.com>
247 * ppc-opc.c (XLBH_MASK): Subtract off BH field from BB_MASK.
248 (powerpc_opcodes): Reorder bcctr and bclr extended mnemonics
249 to favour printing of "-" branch hint when using the "y" bit.
250 Allow BH field on bc{ctr,lr,tar}{,l}{-,+}.
252 2019-04-05 Alan Modra <amodra@gmail.com>
254 * ppc-dis.c (print_insn_powerpc): Delay printing spaces after
255 opcode until first operand is output.
257 2019-04-04 Peter Bergner <bergner@linux.ibm.com>
260 * ppc-opc.c (valid_bo_pre_v2): Add comments.
261 (valid_bo_post_v2): Add support for 'at' branch hints.
262 (insert_bo): Only error on branch on ctr.
263 (get_bo_hint_mask): New function.
264 (insert_boe): Add new 'branch_taken' formal argument. Add support
265 for inserting 'at' branch hints.
266 (extract_boe): Add new 'branch_taken' formal argument. Add support
267 for extracting 'at' branch hints.
268 (insert_bom, extract_bom, insert_bop, extract_bop): New functions.
269 (BOE): Delete operand.
270 (BOM, BOP): New operands.
272 (XLYLK, XLYLK_MASK, XLYBB_MASK): Delete.
273 (powerpc_opcodes) <bc-, bcl-, bca-, bcla-, bclr-, bclrl-, bcctr-,
274 bcctrl-, bctar-, bctarl->: Replace BOE with BOM.
275 (powerpc_opcodes) <bc+, bcl+, bca+, bcla+, bclr+, bclrl+, bcctr+,
276 bcctrl+, bctar+, bctarl+>: Replace BOE with BOP.
277 <bdnztar, bdnztarl, bdztar, bdztarl, btar, btarl, bdnztar-, bdnztarl-,
278 bdnztar+, bdnztarl+, bdztar-, bdztarl-, bdztar+, bdztarl+, bgetar,
279 bnltar, bgetarl, bnltarl, bletar, bngtar, bletarl, bngtarl, bnetar,
280 bnetarl, bnstar, bnutar, bnstarl, bnutarl, bgetar-, bnltar-, bgetarl-,
281 bnltarl-, bletar-, bngtar-, bletarl-, bngtarl-, bnetar-, bnetarl-,
282 bnstar-, bnutar-, bnstarl-, bnutarl-, bgetar+, bnltar+, bgetarl+,
283 bnltarl+, bletar+, bngtar+, bletarl+, bngtarl+, bnetar+, bnetarl+,
284 bnstar+, bnutar+, bnstarl+, bnutarl+, blttar, blttarl, bgttar, bgttarl,
285 beqtar, beqtarl, bsotar, buntar, bsotarl, buntarl, blttar-, blttarl-,
286 bgttar-, bgttarl-, beqtar-, beqtarl-, bsotar-, buntar-, bsotarl-,
287 buntarl-, blttar+, blttarl+, bgttar+, bgttarl+, beqtar+, beqtarl+,
288 bsotar+, buntar+, bsotarl+, buntarl+, bdnzftar, bdnzftarl, bdzftar,
289 bdzftarl, bftar, bftarl, bftar-, bftarl-, bftar+, bftarl+, bdnzttar,
290 bdnzttarl, bdzttar, bdzttarl, bttar, bttarl, bttar-, bttarl-, bttar+,
291 bttarl+>: New extended mnemonics.
293 2019-03-28 Alan Modra <amodra@gmail.com>
296 * ppc-opc.c (BTF): Define.
297 (powerpc_opcodes): Use for mtfsb*.
298 * ppc-dis.c (print_insn_powerpc): Print fields with both
299 PPC_OPERAND_CR_REG and PPC_OPERAND_CR_BIT as a plain number.
301 2019-03-25 Tamar Christina <tamar.christina@arm.com>
303 * arm-dis.c (struct arm_private_data): Remove has_mapping_symbols.
304 (mapping_symbol_for_insn): Implement new algorithm.
305 (print_insn): Remove duplicate code.
307 2019-03-25 Tamar Christina <tamar.christina@arm.com>
309 * aarch64-dis.c (print_insn_aarch64):
312 2019-03-25 Tamar Christina <tamar.christina@arm.com>
314 * aarch64-dis.c (print_insn_aarch64): Update the mapping symbol search
317 2019-03-25 Tamar Christina <tamar.christina@arm.com>
319 * aarch64-dis.c (last_stop_offset): New.
320 (print_insn_aarch64): Use stop_offset.
322 2019-03-19 H.J. Lu <hongjiu.lu@intel.com>
325 * i386-gen.c (cpu_flag_init): Add CPU_ANY_AVX512F_FLAGS to
327 * i386-init.h: Regenerated.
329 2019-03-18 H.J. Lu <hongjiu.lu@intel.com>
332 * i386-opc.tbl: Add Optimize to vmovdqa32, vmovdqa64, vmovdqu8,
333 vmovdqu16, vmovdqu32 and vmovdqu64.
334 * i386-tbl.h: Regenerated.
336 2019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
338 * s390-opc.txt: Rename selhhhr to selfhr. Remove optional operand
339 from vstrszb, vstrszh, and vstrszf.
341 2019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
343 * s390-opc.txt: Add instruction descriptions.
345 2019-02-08 Jim Wilson <jimw@sifive.com>
347 * riscv-opc.c (riscv_opcodes) <beq>: Use Cz to compress 3 operand form.
350 2019-02-07 Tamar Christina <tamar.christina@arm.com>
352 * arm-dis.c (arm_opcodes): Redefine hlt to armv1.
354 2019-02-07 Tamar Christina <tamar.christina@arm.com>
357 * aarch64-opc.h (enum aarch64_field_kind): Add FLD_sz.
358 * aarch64-opc.c (verify_elem_sd): New.
359 (fields): Add FLD_sz entr.
360 * aarch64-tbl.h (_SIMD_INSN): New.
361 (aarch64_opcode_table): Add elem_sd verifier to fmla, fmls, fmul and
362 fmulx scalar and vector by element isns.
364 2019-02-07 Nick Clifton <nickc@redhat.com>
366 * po/sv.po: Updated Swedish translation.
368 2019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
370 * s390-mkopc.c (main): Accept arch13 as cpu string.
371 * s390-opc.c: Add new instruction formats and instruction opcode
373 * s390-opc.txt: Add new arch13 instructions.
375 2019-01-25 Sudakshina Das <sudi.das@arm.com>
377 * aarch64-tbl.h (QL_LDST_AT): Update macro.
378 (aarch64_opcode): Change encoding for stg, stzg
380 * aarch64-asm-2.c: Regenerated.
381 * aarch64-dis-2.c: Regenerated.
382 * aarch64-opc-2.c: Regenerated.
384 2019-01-25 Sudakshina Das <sudi.das@arm.com>
386 * aarch64-asm-2.c: Regenerated.
387 * aarch64-dis-2.c: Likewise.
388 * aarch64-opc-2.c: Likewise.
389 * aarch64-tbl.h (aarch64_opcode): Add new stzgm.
391 2019-01-25 Sudakshina Das <sudi.das@arm.com>
392 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
394 * aarch64-asm.c (aarch64_ins_addr_simple_2): Remove.
395 * aarch64-asm.h (ins_addr_simple_2): Likeiwse.
396 * aarch64-dis.c (aarch64_ext_addr_simple_2): Likewise.
397 * aarch64-dis.h (ext_addr_simple_2): Likewise.
398 * aarch64-opc.c (operand_general_constraint_met_p): Remove
399 case for ldstgv_indexed.
400 (aarch64_print_operand): Remove case for AARCH64_OPND_ADDR_SIMPLE_2.
401 * aarch64-tbl.h (struct aarch64_opcode): Remove ldgv and stgv.
402 (AARCH64_OPERANDS): Remove ADDR_SIMPLE_2.
403 * aarch64-asm-2.c: Regenerated.
404 * aarch64-dis-2.c: Regenerated.
405 * aarch64-opc-2.c: Regenerated.
407 2019-01-23 Nick Clifton <nickc@redhat.com>
409 * po/pt_BR.po: Updated Brazilian Portuguese translation.
411 2019-01-21 Nick Clifton <nickc@redhat.com>
413 * po/de.po: Updated German translation.
414 * po/uk.po: Updated Ukranian translation.
416 2019-01-20 Chenghua Xu <paul.hua.gm@gmail.com>
417 * mips-dis.c (mips_arch_choices): Fix typo in
418 gs464, gs464e and gs264e descriptors.
420 2019-01-19 Nick Clifton <nickc@redhat.com>
422 * configure: Regenerate.
423 * po/opcodes.pot: Regenerate.
425 2018-06-24 Nick Clifton <nickc@redhat.com>
429 2019-01-09 John Darrington <john@darrington.wattle.id.au>
431 * s12z-dis.c (print_insn_s12z): Do not dereference an operand
433 -dis.c (opr_emit_disassembly): Do not omit an index if it is
436 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
438 * configure: Regenerate.
440 2019-01-07 Alan Modra <amodra@gmail.com>
442 * configure: Regenerate.
443 * po/POTFILES.in: Regenerate.
445 2019-01-03 John Darrington <john@darrington.wattle.id.au>
447 * s12z-opc.c: New file.
448 * s12z-opc.h: New file.
449 * s12z-dis.c: Removed all code not directly related to display
450 of instructions. Used the interface provided by the new files
452 * Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
453 * Makefile.in: Regenerate.
454 * configure.ac (bfd_s12z_arch): Correct the dependencies.
455 * configure: Regenerate.
457 2019-01-01 Alan Modra <amodra@gmail.com>
459 Update year range in copyright notice of all files.
461 For older changes see ChangeLog-2018
463 Copyright (C) 2019 Free Software Foundation, Inc.
465 Copying and distribution of this file, with or without modification,
466 are permitted in any medium without royalty provided the copyright
467 notice and this notice are preserved.
473 version-control: never