1 2015-07-30 H.J. Lu <hongjiu.lu@intel.com>
4 * i386-dis.c (MOD_0FC3): New.
5 (PREFIX_0FC3): Renamed to ...
6 (PREFIX_MOD_0_0FC3): This.
7 (dis386_twobyte): Replace PREFIX_0FC3 with MOD_0FC3.
8 (prefix_table): Replace Ma with Ev on movntiS.
9 (mod_table): Add MOD_0FC3.
11 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
13 * configure: Regenerated.
15 2015-07-23 Alan Modra <amodra@gmail.com>
18 * i386-dis.c (get64): Avoid signed integer overflow.
20 2015-07-22 Alexander Fomin <alexander.fomin@intel.com>
23 * i386-dis-evex.h (EVEX_W_0F78_P_2): Replace "EXxmmq" with
24 "EXEvexHalfBcstXmmq" for the second operand.
25 (EVEX_W_0F79_P_2): Likewise.
26 (EVEX_W_0F7A_P_2): Likewise.
27 (EVEX_W_0F7B_P_2): Likewise.
29 2015-07-16 Alessandro Marzocchi <alessandro.marzocchi@gmail.com>
31 * arm-dis.c (print_insn_coprocessor): Added support for quarter
32 float bitfield format.
33 (coprocessor_opcodes): Changed VFP vmov reg,immediate to use new
34 quarter float bitfield format.
36 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
38 * configure: Regenerated.
40 2015-07-03 Alan Modra <amodra@gmail.com>
42 * ppc-opc.c (PPC750, PPC7450, PPC860): Define using PPC_OPCODE_*.
43 * ppc-dis.c (ppc_opts): Add 821, 850 and 860 entries. Add
44 PPC_OPCODE_7450 to 7450 entry. Add PPC_OPCODE_750 to 750cl entry.
46 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
47 Cesar Philippidis <cesar@codesourcery.com>
49 * nios2-dis.c (nios2_extract_opcode): New.
50 (nios2_disassembler_state): New.
51 (nios2_find_opcode_hash): Use mach parameter to select correct
53 (nios2_print_insn_arg): Extend to support new R2 argument letters
55 (print_insn_nios2): Check for 16-bit instruction at end of memory.
56 * nios2-opc.c (nios2_builtin_regs): Add R2 register attributes.
57 (NIOS2_NUM_OPCODES): Rename to...
58 (NIOS2_NUM_R1_OPCODES): This.
59 (nios2_r2_opcodes): New.
60 (NIOS2_NUM_R2_OPCODES): New.
61 (nios2_num_r2_opcodes): New.
62 (nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): New.
63 (nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): New.
64 (nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): New.
65 (nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): New.
66 (nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings): New.
68 2015-06-30 Amit Pawar <Amit.Pawar@amd.com>
70 * i386-dis.c (OP_Mwaitx): New.
71 (rm_table): Add monitorx/mwaitx.
72 * i386-gen.c (cpu_flag_init): Add CpuMWAITX to CPU_BDVER4_FLAGS
73 and CPU_ZNVER1_FLAGS. Add CPU_MWAITX_FLAGS.
74 (operand_type_init): Add CpuMWAITX.
75 * i386-opc.h (CpuMWAITX): New.
76 (i386_cpu_flags): Add cpumwaitx.
77 * i386-opc.tbl: Add monitorx and mwaitx.
78 * i386-init.h: Regenerated.
79 * i386-tbl.h: Likewise.
81 2015-06-22 Peter Bergner <bergner@vnet.ibm.com>
83 * ppc-opc.c (insert_ls): Test for invalid LS operands.
84 (insert_esync): New function.
85 (LS, WC): Use insert_ls.
86 (ESYNC): Use insert_esync.
88 2015-06-22 Nick Clifton <nickc@redhat.com>
90 * dis-buf.c (buffer_read_memory): Fail is stop_vma is set and the
91 requested region lies beyond it.
92 * bfin-dis.c (print_insn_bfin): Ignore sysop instructions when
93 looking for 32-bit insns.
94 * mcore-dis.c (print_insn_mcore): Disable stop_vma when reading
96 * sh-dis.c (print_insn_sh): Likewise.
97 * tic6x-dis.c (print_insn_tic6x): Disable stop_vma when reading
98 blocks of instructions.
99 * vax-dis.c (print_insn_vax): Check that the requested address
100 does not clash with the stop_vma.
102 2015-06-19 Peter Bergner <bergner@vnet.ibm.com>
104 * ppc-dis.h (skip_optional_operands): Use ppc_optional_operand_value.
105 * ppc-opc.c (FXM4): Add non-zero optional value.
108 (insert_fxm): Handle new default operand value.
109 (extract_fxm): Likewise.
110 (insert_tbr): Likewise.
111 (extract_tbr): Likewise.
113 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
115 * arch64-opc.c (aarch64_sys_regs): Add "id_mmfr4_el1".
117 2015-06-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
119 * arm-dis.c (print_insn_coprocessor): Avoid negative shift.
121 2015-06-12 Peter Bergner <bergner@vnet.ibm.com>
123 * ppc-opc.c: Add comment accidentally removed by old commit.
126 2015-06-04 Peter Bergner <bergner@vnet.ibm.com>
128 * ppc-opc.c: (powerpc_opcodes) <hwsync>: New extended mnemonic.
130 2015-06-04 Nick Clifton <nickc@redhat.com>
133 * msp430-dis.c (msp430_nooperands): Fix check for emulated insns.
135 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
137 * arm-dis.c (arm_opcodes): Add "setpan".
138 (thumb_opcodes): Add "setpan".
140 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
142 * arm-dis.c (select_arm_features): Rework to avoid used of redefined
145 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
147 * aarch64-tbl.h (aarch64_feature_rdma): New.
149 (aarch64_opcode_table): Add "sqrmlah" and "sqrdmlsh" instructions.
150 * aarch64-asm-2.c: Regenerate.
151 * aarch64-dis-2.c: Regenerate.
152 * aarch64-opc-2.c: Regenerate.
154 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
156 * aarch64-tbl.h (aarch64_feature_lor): New.
158 (aarch64_opdocde_table): Add "ldlar", "ldlarb", "ldlarh", "stllr",
160 * aarch64-asm-2.c: Regenerate.
161 * aarch64-dis-2.c: Regenerate.
162 * aarch64-opc-2.c: Regenerate.
164 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
166 * aarch64-opc.c (F_ARCHEXT): New.
167 (aarch64_sys_regs): Add "pan".
168 (aarch64_sys_reg_supported_p): New.
169 (aarch64_pstatefields): Add "pan".
170 (aarch64_pstatefield_supported_p): New.
172 2015-06-01 Jan Beulich <jbeulich@suse.com>
174 * i386-tbl.h: Regenerate.
176 2015-06-01 Jan Beulich <jbeulich@suse.com>
178 * i386-dis.c (print_insn): Swap rounding mode specifier and
179 general purpose register in Intel mode.
181 2015-06-01 Jan Beulich <jbeulich@suse.com>
183 * i386-opc.tbl: New IntelSyntax entries for vcvt{,u}si2s{d,s}.
184 * i386-tbl.h: Regenerate.
186 2015-05-18 H.J. Lu <hongjiu.lu@intel.com>
188 * i386-opc.tbl: Remove Disp32 from AMD64 direct call/jmp.
189 * i386-init.h: Regenerated.
191 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
194 * i386-dis.c: Add comments for '@'.
195 (x86_64_table): Use '@' on call/jmp for X86_64_E8/X86_64_E9.
196 (enum x86_64_isa): New.
198 (print_i386_disassembler_options): Add amd64 and intel64.
199 (print_insn): Handle amd64 and intel64.
201 (OP_J): Don't ignore the operand size prefix for AMD64 in 64-bit.
202 * i386-gen.c (cpu_flags): Add CpuAMD64 and CpuIntel64.
203 * i386-opc.h (AMD64): New.
204 (CpuIntel64): Likewise.
205 (i386_cpu_flags): Add cpuamd64 and cpuintel64.
206 * i386-opc.tbl: Add direct call/jmp with Disp16|Disp32 for AMD64.
207 Mark direct call/jmp without Disp16|Disp32 as Intel64.
208 * i386-init.h: Regenerated.
209 * i386-tbl.h: Likewise.
211 2015-05-14 Peter Bergner <bergner@vnet.ibm.com>
213 * ppc-opc.c (IH) New define.
214 (powerpc_opcodes) <wait>: Do not enable for POWER7.
215 <tlbie>: Add RS operand for POWER7.
216 <slbia>: Add IH operand for POWER6.
218 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
220 * opcodes/i386-opc.tbl (call): Remove Disp16|Disp32 from 64-bit
223 * i386-tbl.h: Regenerated.
225 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
227 * configure.ac: Support bfd_iamcu_arch.
228 * disassemble.c (disassembler): Support bfd_iamcu_arch.
229 * i386-gen.c (cpu_flag_init): Add CPU_IAMCU_FLAGS and
230 CPU_IAMCU_COMPAT_FLAGS.
231 (cpu_flags): Add CpuIAMCU.
232 * i386-opc.h (CpuIAMCU): New.
233 (i386_cpu_flags): Add cpuiamcu.
234 * configure: Regenerated.
235 * i386-init.h: Likewise.
236 * i386-tbl.h: Likewise.
238 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
241 * i386-dis.c (X86_64_E8): New.
242 (X86_64_E9): Likewise.
243 Update comments on 'T', 'U', 'V'. Add comments for '^'.
244 (dis386): Replace callT/jmpT with X86_64_E8/X86_64_E9.
245 (x86_64_table): Add X86_64_E8 and X86_64_E9.
246 (mod_table): Replace {T|} with ^ on Jcall/Jmp.
248 (OP_J): Ignore the operand size prefix in 64-bit. Don't check
251 2015-04-30 DJ Delorie <dj@redhat.com>
253 * disassemble.c (disassembler): Choose suitable disassembler based
255 * rl78-decode.opc (rl78_decode_opcode): Take ISA parameter. Use
256 it to decode mul/div insns.
257 * rl78-decode.c: Regenerate.
258 * rl78-dis.c (print_insn_rl78): Rename to...
259 (print_insn_rl78_common): ...this, take ISA parameter.
260 (print_insn_rl78): New.
261 (print_insn_rl78_g10): New.
262 (print_insn_rl78_g13): New.
263 (print_insn_rl78_g14): New.
264 (rl78_get_disassembler): New.
266 2015-04-29 Nick Clifton <nickc@redhat.com>
268 * po/fr.po: Updated French translation.
270 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
272 * ppc-opc.c (DCBT_EO): New define.
273 (powerpc_opcodes) <lbarx>: Enable for POWER8 and later.
277 <waitrsv>: Do not enable for POWER7 and later.
278 <waitimpl>: Likewise.
279 <dcbt>: Default to the two operand form of the instruction for all
280 "old" cpus. For "new" cpus, use the operand ordering that matches
281 whether the cpu is server or embedded.
284 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
286 * s390-opc.c: New instruction type VV0UU2.
287 * s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK,
290 2015-04-23 Jan Beulich <jbeulich@suse.com>
292 * i386-dis.c (putop): Extend "XY" handling to AVX512. Handle "XZ".
293 * i386-dis-evex.h.c (vcvtpd2ps, vcvtqq2ps, vcvttpd2udq,
294 vcvtpd2udq, vcvtuqq2ps, vcvttpd2dq, vcvtpd2dq): Add %XY.
295 (vfpclasspd, vfpclassps): Add %XZ.
297 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
299 * i386-dis.c (PREFIX_UD_SHIFT): Removed.
300 (PREFIX_UD_REPZ): Likewise.
301 (PREFIX_UD_REPNZ): Likewise.
302 (PREFIX_UD_DATA): Likewise.
303 (PREFIX_UD_ADDR): Likewise.
304 (PREFIX_UD_LOCK): Likewise.
306 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
308 * i386-dis.c (prefix_requirement): Removed.
309 (print_insn): Don't set prefix_requirement. Check
310 dp->prefix_requirement instead of prefix_requirement.
312 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
315 * i386-dis.c (PREFIX_0FC7_REG_6): Renamed to ...
316 (PREFIX_MOD_0_0FC7_REG_6): This.
317 (PREFIX_MOD_3_0FC7_REG_6): New.
318 (PREFIX_MOD_3_0FC7_REG_7): Likewise.
319 (prefix_table): Replace PREFIX_0FC7_REG_6 with
320 PREFIX_MOD_0_0FC7_REG_6. Add PREFIX_MOD_3_0FC7_REG_6 and
321 PREFIX_MOD_3_0FC7_REG_7.
322 (mod_table): Replace PREFIX_0FC7_REG_6 with
323 PREFIX_MOD_0_0FC7_REG_6. Use PREFIX_MOD_3_0FC7_REG_6 and
324 PREFIX_MOD_3_0FC7_REG_7.
326 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
328 * i386-dis.c (PREFIX_MANDATORY_REPZ): Removed.
329 (PREFIX_MANDATORY_REPNZ): Likewise.
330 (PREFIX_MANDATORY_DATA): Likewise.
331 (PREFIX_MANDATORY_ADDR): Likewise.
332 (PREFIX_MANDATORY_LOCK): Likewise.
333 (PREFIX_MANDATORY): Likewise.
334 (PREFIX_UD_SHIFT): Set to 8
335 (PREFIX_UD_REPZ): Updated.
336 (PREFIX_UD_REPNZ): Likewise.
337 (PREFIX_UD_DATA): Likewise.
338 (PREFIX_UD_ADDR): Likewise.
339 (PREFIX_UD_LOCK): Likewise.
340 (PREFIX_IGNORED_SHIFT): New.
341 (PREFIX_IGNORED_REPZ): Likewise.
342 (PREFIX_IGNORED_REPNZ): Likewise.
343 (PREFIX_IGNORED_DATA): Likewise.
344 (PREFIX_IGNORED_ADDR): Likewise.
345 (PREFIX_IGNORED_LOCK): Likewise.
346 (PREFIX_OPCODE): Likewise.
347 (PREFIX_IGNORED): Likewise.
348 (Bad_Opcode): Replace PREFIX_MANDATORY with 0.
349 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
350 (three_byte_table): Likewise.
351 (mod_table): Likewise.
352 (mandatory_prefix): Renamed to ...
353 (prefix_requirement): This.
354 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
355 Update PREFIX_90 entry.
356 (get_valid_dis386): Check prefix_requirement to see if a prefix
358 (print_insn): Replace mandatory_prefix with prefix_requirement.
360 2015-04-15 Renlin Li <renlin.li@arm.com>
362 * arm-dis.c (thumb32_opcodes): Define 'D' format control code,
363 use it for ssat and ssat16.
364 (print_insn_thumb32): Add handle case for 'D' control code.
366 2015-04-06 Ilya Tocar <ilya.tocar@intel.com>
367 H.J. Lu <hongjiu.lu@intel.com>
369 * i386-dis-evex.h (evex_table): Fill prefix_requirement field.
370 * i386-dis.c (PREFIX_MANDATORY_REPZ, PREFIX_MANDATORY_REPNZ,
371 PREFIX_MANDATORY_DATA, PREFIX_MANDATORY_ADDR, PREFIX_MANDATORY_LOCK,
372 PREFIX_UD_SHIFT, PREFIX_UD_REPZ, REFIX_UD_REPNZ, PREFIX_UD_DATA,
373 PREFIX_UD_ADDR, PREFIX_UD_LOCK, PREFIX_MANDATORY): Define.
374 (Bad_Opcode, FLOAT, DIS386, DIS386_PREFIX, THREE_BYTE_TABLE_PREFIX):
375 Fill prefix_requirement field.
376 (struct dis386): Add prefix_requirement field.
377 (dis386): Fill prefix_requirement field.
378 (dis386_twobyte): Ditto.
379 (twobyte_has_mandatory_prefix_: Remove.
380 (reg_table): Fill prefix_requirement field.
381 (prefix_table): Ditto.
382 (x86_64_table): Ditto.
383 (three_byte_table): Ditto.
386 (vex_len_table): Ditto.
387 (vex_w_table): Ditto.
390 (print_insn): Use prefix_requirement.
391 (FGRPd9_2, FGRPd9_4, FGRPd9_5, FGRPd9_6, FGRPd9_7, FGRPda_5, FGRPdb_4,
392 FGRPde_3, FGRPdf_4): Fill prefix_requirement field.
395 2015-03-30 Mike Frysinger <vapier@gentoo.org>
397 * d10v-opc.c (d10v_reg_name_cnt): Convert old style prototype.
399 2015-03-29 H.J. Lu <hongjiu.lu@intel.com>
401 * Makefile.in: Regenerated.
403 2015-03-25 Anton Blanchard <anton@samba.org>
405 * ppc-dis.c (disassemble_init_powerpc): Only initialise
406 powerpc_opcd_indices and vle_opcd_indices once.
408 2015-03-25 Anton Blanchard <anton@samba.org>
410 * ppc-opc.c (powerpc_opcodes): Add slbfee.
412 2015-03-24 Terry Guo <terry.guo@arm.com>
414 * arm-dis.c (opcode32): Updated to use new arm feature struct.
415 (opcode16): Likewise.
416 (coprocessor_opcodes): Replace bit with feature struct.
417 (neon_opcodes): Likewise.
418 (arm_opcodes): Likewise.
419 (thumb_opcodes): Likewise.
420 (thumb32_opcodes): Likewise.
421 (print_insn_coprocessor): Likewise.
422 (print_insn_arm): Likewise.
423 (select_arm_features): Follow new feature struct.
425 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
427 * i386-dis.c (rm_table): Add clzero.
428 * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
429 Add CPU_CLZERO_FLAGS.
430 (cpu_flags): Add CpuCLZERO.
431 * i386-opc.h: Add CpuCLZERO.
432 * i386-opc.tbl: Add clzero.
433 * i386-init.h: Re-generated.
434 * i386-tbl.h: Re-generated.
436 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
438 * mips-opc.c (decode_mips_operand): Fix constraint issues
439 with u and y operands.
441 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
443 * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
445 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
447 * s390-opc.c: Add new IBM z13 instructions.
448 * s390-opc.txt: Likewise.
450 2015-03-10 Renlin Li <renlin.li@arm.com>
452 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
453 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
455 * aarch64-asm-2.c: Regenerate.
456 * aarch64-dis-2.c: Likewise.
457 * aarch64-opc-2.c: Likewise.
459 2015-03-03 Jiong Wang <jiong.wang@arm.com>
461 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
463 2015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
465 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
467 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
468 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
470 2015-02-23 Vinay <Vinay.G@kpit.com>
472 * rl78-decode.opc (MOV): Added space between two operands for
473 'mov' instruction in index addressing mode.
474 * rl78-decode.c: Regenerate.
476 2015-02-19 Pedro Alves <palves@redhat.com>
478 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
480 2015-02-10 Pedro Alves <palves@redhat.com>
481 Tom Tromey <tromey@redhat.com>
483 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
484 microblaze_and, microblaze_xor.
485 * microblaze-opc.h (opcodes): Adjust.
487 2015-01-28 James Bowman <james.bowman@ftdichip.com>
489 * Makefile.am: Add FT32 files.
490 * configure.ac: Handle FT32.
491 * disassemble.c (disassembler): Call print_insn_ft32.
492 * ft32-dis.c: New file.
493 * ft32-opc.c: New file.
494 * Makefile.in: Regenerate.
495 * configure: Regenerate.
496 * po/POTFILES.in: Regenerate.
498 2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
500 * nds32-asm.c (keyword_sr): Add new system registers.
502 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
504 * s390-dis.c (s390_extract_operand): Support vector register
506 (s390_print_insn_with_opcode): Support new operands types and add
507 new handling of optional operands.
508 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
509 and include opcode/s390.h instead.
510 (struct op_struct): New field `flags'.
511 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
512 (dumpTable): Dump flags.
513 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
515 * s390-opc.c: Add new operands types, instruction formats, and
517 (s390_opformats): Add new formats for .insn.
518 * s390-opc.txt: Add new instructions.
520 2015-01-01 Alan Modra <amodra@gmail.com>
522 Update year range in copyright notice of all files.
524 For older changes see ChangeLog-2014
526 Copyright (C) 2015 Free Software Foundation, Inc.
528 Copying and distribution of this file, with or without modification,
529 are permitted in any medium without royalty provided the copyright
530 notice and this notice are preserved.
536 version-control: never