S/390: Fixes for z13 instructions.
[binutils-gdb.git] / opcodes / ChangeLog
1 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2
3 * s390-opc.c: New instruction type VV0UU2.
4 * s390-opc.txt: Fix instruction types for VFCE, VLDE, VFSQ, WFK,
5 and WFC.
6
7 2015-04-23 Jan Beulich <jbeulich@suse.com>
8
9 * i386-dis.c (putop): Extend "XY" handling to AVX512. Handle "XZ".
10 * i386-dis-evex.h.c (vcvtpd2ps, vcvtqq2ps, vcvttpd2udq,
11 vcvtpd2udq, vcvtuqq2ps, vcvttpd2dq, vcvtpd2dq): Add %XY.
12 (vfpclasspd, vfpclassps): Add %XZ.
13
14 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
15
16 * i386-dis.c (PREFIX_UD_SHIFT): Removed.
17 (PREFIX_UD_REPZ): Likewise.
18 (PREFIX_UD_REPNZ): Likewise.
19 (PREFIX_UD_DATA): Likewise.
20 (PREFIX_UD_ADDR): Likewise.
21 (PREFIX_UD_LOCK): Likewise.
22
23 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
24
25 * i386-dis.c (prefix_requirement): Removed.
26 (print_insn): Don't set prefix_requirement. Check
27 dp->prefix_requirement instead of prefix_requirement.
28
29 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR binutils/17898
32 * i386-dis.c (PREFIX_0FC7_REG_6): Renamed to ...
33 (PREFIX_MOD_0_0FC7_REG_6): This.
34 (PREFIX_MOD_3_0FC7_REG_6): New.
35 (PREFIX_MOD_3_0FC7_REG_7): Likewise.
36 (prefix_table): Replace PREFIX_0FC7_REG_6 with
37 PREFIX_MOD_0_0FC7_REG_6. Add PREFIX_MOD_3_0FC7_REG_6 and
38 PREFIX_MOD_3_0FC7_REG_7.
39 (mod_table): Replace PREFIX_0FC7_REG_6 with
40 PREFIX_MOD_0_0FC7_REG_6. Use PREFIX_MOD_3_0FC7_REG_6 and
41 PREFIX_MOD_3_0FC7_REG_7.
42
43 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
44
45 * i386-dis.c (PREFIX_MANDATORY_REPZ): Removed.
46 (PREFIX_MANDATORY_REPNZ): Likewise.
47 (PREFIX_MANDATORY_DATA): Likewise.
48 (PREFIX_MANDATORY_ADDR): Likewise.
49 (PREFIX_MANDATORY_LOCK): Likewise.
50 (PREFIX_MANDATORY): Likewise.
51 (PREFIX_UD_SHIFT): Set to 8
52 (PREFIX_UD_REPZ): Updated.
53 (PREFIX_UD_REPNZ): Likewise.
54 (PREFIX_UD_DATA): Likewise.
55 (PREFIX_UD_ADDR): Likewise.
56 (PREFIX_UD_LOCK): Likewise.
57 (PREFIX_IGNORED_SHIFT): New.
58 (PREFIX_IGNORED_REPZ): Likewise.
59 (PREFIX_IGNORED_REPNZ): Likewise.
60 (PREFIX_IGNORED_DATA): Likewise.
61 (PREFIX_IGNORED_ADDR): Likewise.
62 (PREFIX_IGNORED_LOCK): Likewise.
63 (PREFIX_OPCODE): Likewise.
64 (PREFIX_IGNORED): Likewise.
65 (Bad_Opcode): Replace PREFIX_MANDATORY with 0.
66 (dis386_twobyte): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
67 (three_byte_table): Likewise.
68 (mod_table): Likewise.
69 (mandatory_prefix): Renamed to ...
70 (prefix_requirement): This.
71 (prefix_table): Replace PREFIX_MANDATORY with PREFIX_OPCODE.
72 Update PREFIX_90 entry.
73 (get_valid_dis386): Check prefix_requirement to see if a prefix
74 should be ignored.
75 (print_insn): Replace mandatory_prefix with prefix_requirement.
76
77 2015-04-15 Renlin Li <renlin.li@arm.com>
78
79 * arm-dis.c (thumb32_opcodes): Define 'D' format control code,
80 use it for ssat and ssat16.
81 (print_insn_thumb32): Add handle case for 'D' control code.
82
83 2015-04-06 Ilya Tocar <ilya.tocar@intel.com>
84 H.J. Lu <hongjiu.lu@intel.com>
85
86 * i386-dis-evex.h (evex_table): Fill prefix_requirement field.
87 * i386-dis.c (PREFIX_MANDATORY_REPZ, PREFIX_MANDATORY_REPNZ,
88 PREFIX_MANDATORY_DATA, PREFIX_MANDATORY_ADDR, PREFIX_MANDATORY_LOCK,
89 PREFIX_UD_SHIFT, PREFIX_UD_REPZ, REFIX_UD_REPNZ, PREFIX_UD_DATA,
90 PREFIX_UD_ADDR, PREFIX_UD_LOCK, PREFIX_MANDATORY): Define.
91 (Bad_Opcode, FLOAT, DIS386, DIS386_PREFIX, THREE_BYTE_TABLE_PREFIX):
92 Fill prefix_requirement field.
93 (struct dis386): Add prefix_requirement field.
94 (dis386): Fill prefix_requirement field.
95 (dis386_twobyte): Ditto.
96 (twobyte_has_mandatory_prefix_: Remove.
97 (reg_table): Fill prefix_requirement field.
98 (prefix_table): Ditto.
99 (x86_64_table): Ditto.
100 (three_byte_table): Ditto.
101 (xop_table): Ditto.
102 (vex_table): Ditto.
103 (vex_len_table): Ditto.
104 (vex_w_table): Ditto.
105 (mod_table): Ditto.
106 (bad_opcode): Ditto.
107 (print_insn): Use prefix_requirement.
108 (FGRPd9_2, FGRPd9_4, FGRPd9_5, FGRPd9_6, FGRPd9_7, FGRPda_5, FGRPdb_4,
109 FGRPde_3, FGRPdf_4): Fill prefix_requirement field.
110 (float_reg): Ditto.
111
112 2015-03-30 Mike Frysinger <vapier@gentoo.org>
113
114 * d10v-opc.c (d10v_reg_name_cnt): Convert old style prototype.
115
116 2015-03-29 H.J. Lu <hongjiu.lu@intel.com>
117
118 * Makefile.in: Regenerated.
119
120 2015-03-25 Anton Blanchard <anton@samba.org>
121
122 * ppc-dis.c (disassemble_init_powerpc): Only initialise
123 powerpc_opcd_indices and vle_opcd_indices once.
124
125 2015-03-25 Anton Blanchard <anton@samba.org>
126
127 * ppc-opc.c (powerpc_opcodes): Add slbfee.
128
129 2015-03-24 Terry Guo <terry.guo@arm.com>
130
131 * arm-dis.c (opcode32): Updated to use new arm feature struct.
132 (opcode16): Likewise.
133 (coprocessor_opcodes): Replace bit with feature struct.
134 (neon_opcodes): Likewise.
135 (arm_opcodes): Likewise.
136 (thumb_opcodes): Likewise.
137 (thumb32_opcodes): Likewise.
138 (print_insn_coprocessor): Likewise.
139 (print_insn_arm): Likewise.
140 (select_arm_features): Follow new feature struct.
141
142 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
143
144 * i386-dis.c (rm_table): Add clzero.
145 * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
146 Add CPU_CLZERO_FLAGS.
147 (cpu_flags): Add CpuCLZERO.
148 * i386-opc.h: Add CpuCLZERO.
149 * i386-opc.tbl: Add clzero.
150 * i386-init.h: Re-generated.
151 * i386-tbl.h: Re-generated.
152
153 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
154
155 * mips-opc.c (decode_mips_operand): Fix constraint issues
156 with u and y operands.
157
158 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
159
160 * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
161
162 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
163
164 * s390-opc.c: Add new IBM z13 instructions.
165 * s390-opc.txt: Likewise.
166
167 2015-03-10 Renlin Li <renlin.li@arm.com>
168
169 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
170 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
171 related alias.
172 * aarch64-asm-2.c: Regenerate.
173 * aarch64-dis-2.c: Likewise.
174 * aarch64-opc-2.c: Likewise.
175
176 2015-03-03 Jiong Wang <jiong.wang@arm.com>
177
178 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
179
180 2015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
181
182 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
183 arch_sh_up.
184 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
185 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
186
187 2015-02-23 Vinay <Vinay.G@kpit.com>
188
189 * rl78-decode.opc (MOV): Added space between two operands for
190 'mov' instruction in index addressing mode.
191 * rl78-decode.c: Regenerate.
192
193 2015-02-19 Pedro Alves <palves@redhat.com>
194
195 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
196
197 2015-02-10 Pedro Alves <palves@redhat.com>
198 Tom Tromey <tromey@redhat.com>
199
200 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
201 microblaze_and, microblaze_xor.
202 * microblaze-opc.h (opcodes): Adjust.
203
204 2015-01-28 James Bowman <james.bowman@ftdichip.com>
205
206 * Makefile.am: Add FT32 files.
207 * configure.ac: Handle FT32.
208 * disassemble.c (disassembler): Call print_insn_ft32.
209 * ft32-dis.c: New file.
210 * ft32-opc.c: New file.
211 * Makefile.in: Regenerate.
212 * configure: Regenerate.
213 * po/POTFILES.in: Regenerate.
214
215 2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
216
217 * nds32-asm.c (keyword_sr): Add new system registers.
218
219 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
220
221 * s390-dis.c (s390_extract_operand): Support vector register
222 operands.
223 (s390_print_insn_with_opcode): Support new operands types and add
224 new handling of optional operands.
225 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
226 and include opcode/s390.h instead.
227 (struct op_struct): New field `flags'.
228 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
229 (dumpTable): Dump flags.
230 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
231 string.
232 * s390-opc.c: Add new operands types, instruction formats, and
233 instruction masks.
234 (s390_opformats): Add new formats for .insn.
235 * s390-opc.txt: Add new instructions.
236
237 2015-01-01 Alan Modra <amodra@gmail.com>
238
239 Update year range in copyright notice of all files.
240
241 For older changes see ChangeLog-2014
242 \f
243 Copyright (C) 2015 Free Software Foundation, Inc.
244
245 Copying and distribution of this file, with or without modification,
246 are permitted in any medium without royalty provided the copyright
247 notice and this notice are preserved.
248
249 Local Variables:
250 mode: change-log
251 left-margin: 8
252 fill-column: 74
253 version-control: never
254 End: