[AArch64] Support for ARMv8.1a Adv.SIMD instructions
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
9e1f0fa7
MW
12015-06-02 Matthew Wahab <matthew.wahab@arm.com>
2
3 * aarch64-tbl.h (aarch64_feature_rdma): New.
4 (RDMA): New.
5 (aarch64_opcode_table): Add "sqrmlah" and "sqrdmlsh" instructions.
6 * aarch64-asm-2.c: Regenerate.
7 * aarch64-dis-2.c: Regenerate.
8 * aarch64-opc-2.c: Regenerate.
9
290806fd
MW
102015-06-02 Matthew Wahab <matthew.wahab@arm.com>
11
12 * aarch64-tbl.h (aarch64_feature_lor): New.
13 (LOR): New.
14 (aarch64_opdocde_table): Add "ldlar", "ldlarb", "ldlarh", "stllr",
15 "stllrb", "stllrh".
16 * aarch64-asm-2.c: Regenerate.
17 * aarch64-dis-2.c: Regenerate.
18 * aarch64-opc-2.c: Regenerate.
19
f21cce2c
MW
202015-06-01 Matthew Wahab <matthew.wahab@arm.com>
21
22 * aarch64-opc.c (F_ARCHEXT): New.
23 (aarch64_sys_regs): Add "pan".
24 (aarch64_sys_reg_supported_p): New.
25 (aarch64_pstatefields): Add "pan".
26 (aarch64_pstatefield_supported_p): New.
27
d194d186
JB
282015-06-01 Jan Beulich <jbeulich@suse.com>
29
30 * i386-tbl.h: Regenerate.
31
3a8547d2
JB
322015-06-01 Jan Beulich <jbeulich@suse.com>
33
34 * i386-dis.c (print_insn): Swap rounding mode specifier and
35 general purpose register in Intel mode.
36
015c54d5
JB
372015-06-01 Jan Beulich <jbeulich@suse.com>
38
39 * i386-opc.tbl: New IntelSyntax entries for vcvt{,u}si2s{d,s}.
40 * i386-tbl.h: Regenerate.
41
071f0063
L
422015-05-18 H.J. Lu <hongjiu.lu@intel.com>
43
44 * i386-opc.tbl: Remove Disp32 from AMD64 direct call/jmp.
45 * i386-init.h: Regenerated.
46
5db04b09
L
472015-05-15 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutis/18386
50 * i386-dis.c: Add comments for '@'.
51 (x86_64_table): Use '@' on call/jmp for X86_64_E8/X86_64_E9.
52 (enum x86_64_isa): New.
53 (isa64): Likewise.
54 (print_i386_disassembler_options): Add amd64 and intel64.
55 (print_insn): Handle amd64 and intel64.
56 (putop): Handle '@'.
57 (OP_J): Don't ignore the operand size prefix for AMD64 in 64-bit.
58 * i386-gen.c (cpu_flags): Add CpuAMD64 and CpuIntel64.
59 * i386-opc.h (AMD64): New.
60 (CpuIntel64): Likewise.
61 (i386_cpu_flags): Add cpuamd64 and cpuintel64.
62 * i386-opc.tbl: Add direct call/jmp with Disp16|Disp32 for AMD64.
63 Mark direct call/jmp without Disp16|Disp32 as Intel64.
64 * i386-init.h: Regenerated.
65 * i386-tbl.h: Likewise.
66
4bc0608a
PB
672015-05-14 Peter Bergner <bergner@vnet.ibm.com>
68
69 * ppc-opc.c (IH) New define.
70 (powerpc_opcodes) <wait>: Do not enable for POWER7.
71 <tlbie>: Add RS operand for POWER7.
72 <slbia>: Add IH operand for POWER6.
73
70cead07
L
742015-05-11 H.J. Lu <hongjiu.lu@intel.com>
75
76 * opcodes/i386-opc.tbl (call): Remove Disp16|Disp32 from 64-bit
77 direct branch.
78 (jmp): Likewise.
79 * i386-tbl.h: Regenerated.
80
7b6d09fb
L
812015-05-11 H.J. Lu <hongjiu.lu@intel.com>
82
83 * configure.ac: Support bfd_iamcu_arch.
84 * disassemble.c (disassembler): Support bfd_iamcu_arch.
85 * i386-gen.c (cpu_flag_init): Add CPU_IAMCU_FLAGS and
86 CPU_IAMCU_COMPAT_FLAGS.
87 (cpu_flags): Add CpuIAMCU.
88 * i386-opc.h (CpuIAMCU): New.
89 (i386_cpu_flags): Add cpuiamcu.
90 * configure: Regenerated.
91 * i386-init.h: Likewise.
92 * i386-tbl.h: Likewise.
93
31955f99
L
942015-05-08 H.J. Lu <hongjiu.lu@intel.com>
95
96 PR binutis/18386
97 * i386-dis.c (X86_64_E8): New.
98 (X86_64_E9): Likewise.
99 Update comments on 'T', 'U', 'V'. Add comments for '^'.
100 (dis386): Replace callT/jmpT with X86_64_E8/X86_64_E9.
101 (x86_64_table): Add X86_64_E8 and X86_64_E9.
102 (mod_table): Replace {T|} with ^ on Jcall/Jmp.
103 (putop): Handle '^'.
104 (OP_J): Ignore the operand size prefix in 64-bit. Don't check
105 REX_W.
106
0952813b
DD
1072015-04-30 DJ Delorie <dj@redhat.com>
108
109 * disassemble.c (disassembler): Choose suitable disassembler based
110 on E_ABI.
111 * rl78-decode.opc (rl78_decode_opcode): Take ISA parameter. Use
112 it to decode mul/div insns.
113 * rl78-decode.c: Regenerate.
114 * rl78-dis.c (print_insn_rl78): Rename to...
115 (print_insn_rl78_common): ...this, take ISA parameter.
116 (print_insn_rl78): New.
117 (print_insn_rl78_g10): New.
118 (print_insn_rl78_g13): New.
119 (print_insn_rl78_g14): New.
120 (rl78_get_disassembler): New.
121
f9d3ecaa
NC
1222015-04-29 Nick Clifton <nickc@redhat.com>
123
124 * po/fr.po: Updated French translation.
125
4fff86c5
PB
1262015-04-27 Peter Bergner <bergner@vnet.ibm.com>
127
128 * ppc-opc.c (DCBT_EO): New define.
129 (powerpc_opcodes) <lbarx>: Enable for POWER8 and later.
130 <lharx>: Likewise.
131 <stbcx.>: Likewise.
132 <sthcx.>: Likewise.
133 <waitrsv>: Do not enable for POWER7 and later.
134 <waitimpl>: Likewise.
135 <dcbt>: Default to the two operand form of the instruction for all
136 "old" cpus. For "new" cpus, use the operand ordering that matches
137 whether the cpu is server or embedded.
138 <dcbtst>: Likewise.
139
3b78cfe1
AK
1402015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
141
142 * s390-opc.c: New instruction type VV0UU2.
143 * s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK,
144 and WFC.
145
04d824a4
JB
1462015-04-23 Jan Beulich <jbeulich@suse.com>
147
148 * i386-dis.c (putop): Extend "XY" handling to AVX512. Handle "XZ".
149 * i386-dis-evex.h.c (vcvtpd2ps, vcvtqq2ps, vcvttpd2udq,
150 vcvtpd2udq, vcvtuqq2ps, vcvttpd2dq, vcvtpd2dq): Add %XY.
151 (vfpclasspd, vfpclassps): Add %XZ.
152
09708981
L
1532015-04-15 H.J. Lu <hongjiu.lu@intel.com>
154
155 * i386-dis.c (PREFIX_UD_SHIFT): Removed.
156 (PREFIX_UD_REPZ): Likewise.
157 (PREFIX_UD_REPNZ): Likewise.
158 (PREFIX_UD_DATA): Likewise.
159 (PREFIX_UD_ADDR): Likewise.
160 (PREFIX_UD_LOCK): Likewise.
161
3888916d
L
1622015-04-15 H.J. Lu <hongjiu.lu@intel.com>
163
164 * i386-dis.c (prefix_requirement): Removed.
165 (print_insn): Don't set prefix_requirement. Check
166 dp->prefix_requirement instead of prefix_requirement.
167
f24bcbaa
L
1682015-04-15 H.J. Lu <hongjiu.lu@intel.com>
169
170 PR binutils/17898
171 * i386-dis.c (PREFIX_0FC7_REG_6): Renamed to ...
172 (PREFIX_MOD_0_0FC7_REG_6): This.
173 (PREFIX_MOD_3_0FC7_REG_6): New.
174 (PREFIX_MOD_3_0FC7_REG_7): Likewise.
175 (prefix_table): Replace PREFIX_0FC7_REG_6 with
176 PREFIX_MOD_0_0FC7_REG_6. Add PREFIX_MOD_3_0FC7_REG_6 and
177 PREFIX_MOD_3_0FC7_REG_7.
178 (mod_table): Replace PREFIX_0FC7_REG_6 with
179 PREFIX_MOD_0_0FC7_REG_6. Use PREFIX_MOD_3_0FC7_REG_6 and
180 PREFIX_MOD_3_0FC7_REG_7.
181
507bd325
L
1822015-04-15 H.J. Lu <hongjiu.lu@intel.com>
183
184 * i386-dis.c (PREFIX_MANDATORY_REPZ): Removed.
185 (PREFIX_MANDATORY_REPNZ): Likewise.
186 (PREFIX_MANDATORY_DATA): Likewise.
187 (PREFIX_MANDATORY_ADDR): Likewise.
188 (PREFIX_MANDATORY_LOCK): Likewise.
189 (PREFIX_MANDATORY): Likewise.
190 (PREFIX_UD_SHIFT): Set to 8
191 (PREFIX_UD_REPZ): Updated.
192 (PREFIX_UD_REPNZ): Likewise.
193 (PREFIX_UD_DATA): Likewise.
194 (PREFIX_UD_ADDR): Likewise.
195 (PREFIX_UD_LOCK): Likewise.
196 (PREFIX_IGNORED_SHIFT): New.
197 (PREFIX_IGNORED_REPZ): Likewise.
198 (PREFIX_IGNORED_REPNZ): Likewise.
199 (PREFIX_IGNORED_DATA): Likewise.
200 (PREFIX_IGNORED_ADDR): Likewise.
201 (PREFIX_IGNORED_LOCK): Likewise.
202 (PREFIX_OPCODE): Likewise.
203 (PREFIX_IGNORED): Likewise.
204 (Bad_Opcode): Replace PREFIX_MANDATORY with 0.
205 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
206 (three_byte_table): Likewise.
207 (mod_table): Likewise.
208 (mandatory_prefix): Renamed to ...
209 (prefix_requirement): This.
210 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
211 Update PREFIX_90 entry.
212 (get_valid_dis386): Check prefix_requirement to see if a prefix
213 should be ignored.
214 (print_insn): Replace mandatory_prefix with prefix_requirement.
215
f0fba320
RL
2162015-04-15 Renlin Li <renlin.li@arm.com>
217
218 * arm-dis.c (thumb32_opcodes): Define 'D' format control code,
219 use it for ssat and ssat16.
220 (print_insn_thumb32): Add handle case for 'D' control code.
221
bf890a93
IT
2222015-04-06 Ilya Tocar <ilya.tocar@intel.com>
223 H.J. Lu <hongjiu.lu@intel.com>
224
225 * i386-dis-evex.h (evex_table): Fill prefix_requirement field.
226 * i386-dis.c (PREFIX_MANDATORY_REPZ, PREFIX_MANDATORY_REPNZ,
227 PREFIX_MANDATORY_DATA, PREFIX_MANDATORY_ADDR, PREFIX_MANDATORY_LOCK,
228 PREFIX_UD_SHIFT, PREFIX_UD_REPZ, REFIX_UD_REPNZ, PREFIX_UD_DATA,
229 PREFIX_UD_ADDR, PREFIX_UD_LOCK, PREFIX_MANDATORY): Define.
230 (Bad_Opcode, FLOAT, DIS386, DIS386_PREFIX, THREE_BYTE_TABLE_PREFIX):
231 Fill prefix_requirement field.
232 (struct dis386): Add prefix_requirement field.
233 (dis386): Fill prefix_requirement field.
234 (dis386_twobyte): Ditto.
235 (twobyte_has_mandatory_prefix_: Remove.
236 (reg_table): Fill prefix_requirement field.
237 (prefix_table): Ditto.
238 (x86_64_table): Ditto.
239 (three_byte_table): Ditto.
240 (xop_table): Ditto.
241 (vex_table): Ditto.
242 (vex_len_table): Ditto.
243 (vex_w_table): Ditto.
244 (mod_table): Ditto.
245 (bad_opcode): Ditto.
246 (print_insn): Use prefix_requirement.
247 (FGRPd9_2, FGRPd9_4, FGRPd9_5, FGRPd9_6, FGRPd9_7, FGRPda_5, FGRPdb_4,
248 FGRPde_3, FGRPdf_4): Fill prefix_requirement field.
249 (float_reg): Ditto.
250
2f783c1f
MF
2512015-03-30 Mike Frysinger <vapier@gentoo.org>
252
253 * d10v-opc.c (d10v_reg_name_cnt): Convert old style prototype.
254
b9d94d62
L
2552015-03-29 H.J. Lu <hongjiu.lu@intel.com>
256
257 * Makefile.in: Regenerated.
258
27c49e9a
AB
2592015-03-25 Anton Blanchard <anton@samba.org>
260
261 * ppc-dis.c (disassemble_init_powerpc): Only initialise
262 powerpc_opcd_indices and vle_opcd_indices once.
263
c4e676f1
AB
2642015-03-25 Anton Blanchard <anton@samba.org>
265
266 * ppc-opc.c (powerpc_opcodes): Add slbfee.
267
823d2571
TG
2682015-03-24 Terry Guo <terry.guo@arm.com>
269
270 * arm-dis.c (opcode32): Updated to use new arm feature struct.
271 (opcode16): Likewise.
272 (coprocessor_opcodes): Replace bit with feature struct.
273 (neon_opcodes): Likewise.
274 (arm_opcodes): Likewise.
275 (thumb_opcodes): Likewise.
276 (thumb32_opcodes): Likewise.
277 (print_insn_coprocessor): Likewise.
278 (print_insn_arm): Likewise.
279 (select_arm_features): Follow new feature struct.
280
029f3522
GG
2812015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
282
283 * i386-dis.c (rm_table): Add clzero.
284 * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
285 Add CPU_CLZERO_FLAGS.
286 (cpu_flags): Add CpuCLZERO.
287 * i386-opc.h: Add CpuCLZERO.
288 * i386-opc.tbl: Add clzero.
289 * i386-init.h: Re-generated.
290 * i386-tbl.h: Re-generated.
291
6914869a
AB
2922015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
293
294 * mips-opc.c (decode_mips_operand): Fix constraint issues
295 with u and y operands.
296
21e20815
AB
2972015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
298
299 * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
300
6b1d7593
AK
3012015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
302
303 * s390-opc.c: Add new IBM z13 instructions.
304 * s390-opc.txt: Likewise.
305
c8f89a34
JW
3062015-03-10 Renlin Li <renlin.li@arm.com>
307
308 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
309 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
310 related alias.
311 * aarch64-asm-2.c: Regenerate.
312 * aarch64-dis-2.c: Likewise.
313 * aarch64-opc-2.c: Likewise.
314
d8282f0e
JW
3152015-03-03 Jiong Wang <jiong.wang@arm.com>
316
317 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
318
ac994365
OE
3192015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
320
321 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
322 arch_sh_up.
323 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
324 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
325
fd63f640
V
3262015-02-23 Vinay <Vinay.G@kpit.com>
327
328 * rl78-decode.opc (MOV): Added space between two operands for
329 'mov' instruction in index addressing mode.
330 * rl78-decode.c: Regenerate.
331
f63c1776
PA
3322015-02-19 Pedro Alves <palves@redhat.com>
333
334 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
335
07774fcc
PA
3362015-02-10 Pedro Alves <palves@redhat.com>
337 Tom Tromey <tromey@redhat.com>
338
339 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
340 microblaze_and, microblaze_xor.
341 * microblaze-opc.h (opcodes): Adjust.
342
3f8107ab
AM
3432015-01-28 James Bowman <james.bowman@ftdichip.com>
344
345 * Makefile.am: Add FT32 files.
346 * configure.ac: Handle FT32.
347 * disassemble.c (disassembler): Call print_insn_ft32.
348 * ft32-dis.c: New file.
349 * ft32-opc.c: New file.
350 * Makefile.in: Regenerate.
351 * configure: Regenerate.
352 * po/POTFILES.in: Regenerate.
353
e5fe4957
KLC
3542015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
355
356 * nds32-asm.c (keyword_sr): Add new system registers.
357
1e2e8c52
AK
3582015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
359
360 * s390-dis.c (s390_extract_operand): Support vector register
361 operands.
362 (s390_print_insn_with_opcode): Support new operands types and add
363 new handling of optional operands.
364 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
365 and include opcode/s390.h instead.
366 (struct op_struct): New field `flags'.
367 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
368 (dumpTable): Dump flags.
369 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
370 string.
371 * s390-opc.c: Add new operands types, instruction formats, and
372 instruction masks.
373 (s390_opformats): Add new formats for .insn.
374 * s390-opc.txt: Add new instructions.
375
b90efa5b 3762015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 377
b90efa5b 378 Update year range in copyright notice of all files.
bffb6004 379
b90efa5b 380For older changes see ChangeLog-2014
252b5132 381\f
b90efa5b 382Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
383
384Copying and distribution of this file, with or without modification,
385are permitted in any medium without royalty provided the copyright
386notice and this notice are preserved.
387
252b5132 388Local Variables:
2f6d2f85
NC
389mode: change-log
390left-margin: 8
391fill-column: 74
252b5132
RH
392version-control: never
393End:
This page took 0.938644 seconds and 4 git commands to generate.