[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2014-07-29  Matthew Fortune  <matthew.fortune@imgtec.com>
2
3         * micromips-opc.c (COD, LCD) New macros.
4         (cfc1, ctc1): Remove FP_S attribute.
5         (dmfc1, mfc1, mfhc1): Add LCD attribute.
6         (dmtc1, mtc1, mthc1): Add COD attribute.
7         * mips-opc.c (cfc1, cftc1, ctc, cttc1): Remove FP_S attribute.
8
9 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
10             Alexander Ivchenko  <alexander.ivchenko@intel.com>
11             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
12             Sergey Lega  <sergey.s.lega@intel.com>
13             Anna Tikhonova  <anna.tikhonova@intel.com>
14             Ilya Tocar  <ilya.tocar@intel.com>
15             Andrey Turetskiy  <andrey.turetskiy@intel.com>
16             Ilya Verbin  <ilya.verbin@intel.com>
17             Kirill Yukhin  <kirill.yukhin@intel.com>
18             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
19
20         * i386-dis-evex.h: Updated.
21         * i386-dis.c (PREFIX enum): Add PREFIX_EVEX_0F54, PREFIX_EVEX_0F55,
22         PREFIX_EVEX_0F56, PREFIX_EVEX_0F57, PREFIX_EVEX_0F3A16,
23         PREFIX_EVEX_0F3A22, PREFIX_EVEX_0F3A50, PREFIX_EVEX_0F3A51,
24         PREFIX_EVEX_0F3A56, PREFIX_EVEX_0F3A57, PREFIX_EVEX_0F3A66,
25         PREFIX_EVEX_0F3A67.
26         (VEX_LEN enum): Add VEX_LEN_0F92_P_2, VEX_LEN_0F93_P_2,
27         VEX_W_0F92_P_2_LEN_0, VEX_W_0F93_P_2_LEN_0.
28         (VEX_W enum): Add EVEX_W_0F54_P_0, EVEX_W_0F54_P_2, EVEX_W_0F55_P_0,
29         EVEX_W_0F55_P_2, EVEX_W_0F56_P_0, EVEX_W_0F56_P_2, EVEX_W_0F57_P_0,
30         EVEX_W_0F57_P_2, EVEX_W_0F78_P_2, EVEX_W_0F79_P_2, EVEX_W_0F7A_P_2,
31         EVEX_W_0F7B_P_2, EVEX_W_0F3838_P_1, EVEX_W_0F3839_P_1,
32         EVEX_W_0F3A16_P_2, EVEX_W_0F3A22_P_2, EVEX_W_0F3A50_P_2,
33         EVEX_W_0F3A51_P_2, EVEX_W_0F3A56_P_2, EVEX_W_0F3A57_P_2,
34         EVEX_W_0F3A66_P_2, EVEX_W_0F3A67_P_2.
35         (prefix_table): Add entries for new instructions.
36         (vex_len_table): Ditto.
37         (vex_w_table): Ditto.
38         (OP_E_memory): Update xmmq_mode handling.
39         * i386-gen.c (cpu_flag_init): Add CPU_AVX512DQ_FLAGS.
40         (cpu_flags): Add CpuAVX512DQ.
41         * i386-init.h: Regenerared.
42         * i386-opc.h (CpuAVX512DQ): New.
43         (i386_cpu_flags): Add cpuavx512dq.
44         * i386-opc.tbl: Add AVX512DQ instructions.
45         * i386-tbl.h: Regenerate.
46
47 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
48             Alexander Ivchenko  <alexander.ivchenko@intel.com>
49             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
50             Sergey Lega  <sergey.s.lega@intel.com>
51             Anna Tikhonova  <anna.tikhonova@intel.com>
52             Ilya Tocar  <ilya.tocar@intel.com>
53             Andrey Turetskiy  <andrey.turetskiy@intel.com>
54             Ilya Verbin  <ilya.verbin@intel.com>
55             Kirill Yukhin  <kirill.yukhin@intel.com>
56             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
57
58         * i386-dis-evex.h: Add new instructions (prefixes bellow).
59         * i386-dis.c (fetch_data): Add EdqwS, Edb, Edw, MaskBDE.
60         (enum): Add dqw_swap_mode, db_mode, dw_mode, mask_bd_mode, REG_EVEX_0F71.
61         (PREFIX enum): Add PREFIX_VEX_0F4A, PREFIX_VEX_0F99, PREFIX_VEX_0F3A31,
62         PREFIX_VEX_0F3A33, PREFIX_EVEX_0F60, PREFIX_EVEX_0F61, PREFIX_EVEX_0F63,
63         PREFIX_EVEX_0F64, PREFIX_EVEX_0F65, PREFIX_EVEX_0F67, PREFIX_EVEX_0F68,
64         PREFIX_EVEX_0F69, PREFIX_EVEX_0F6B, PREFIX_EVEX_0F71_REG_2, PREFIX_EVEX_0F71_REG_4,
65         PREFIX_EVEX_0F71_REG_6, PREFIX_EVEX_0F73_REG_3, PREFIX_EVEX_0F73_REG_7,
66         PREFIX_EVEX_0F74, PREFIX_EVEX_0F75, PREFIX_EVEX_0FC4, PREFIX_EVEX_0FC5,
67         PREFIX_EVEX_0FD1, PREFIX_EVEX_0FD5, PREFIX_EVEX_0FD8, PREFIX_EVEX_0FD9,
68         PREFIX_EVEX_0FDA, PREFIX_EVEX_0FDC, PREFIX_EVEX_0FDD, PREFIX_EVEX_0FDE,
69         PREFIX_EVEX_0FE0, PREFIX_EVEX_0FE1, PREFIX_EVEX_0FE3, PREFIX_EVEX_0FE4,
70         PREFIX_EVEX_0FE5, PREFIX_EVEX_0FE8, PREFIX_EVEX_0FE9, PREFIX_EVEX_0FEA,
71         PREFIX_EVEX_0FEC, PREFIX_EVEX_0FED, PREFIX_EVEX_0FEE, PREFIX_EVEX_0FF1,
72         PREFIX_EVEX_0FF5, PREFIX_EVEX_0FF6, PREFIX_EVEX_0FF8, PREFIX_EVEX_0FF9,
73         PREFIX_EVEX_0FFC, PREFIX_EVEX_0FFD, PREFIX_EVEX_0F3800, PREFIX_EVEX_0F3804,
74         PREFIX_EVEX_0F380B, PREFIX_EVEX_0F3810, PREFIX_EVEX_0F381C, PREFIX_EVEX_0F381D,
75         PREFIX_EVEX_0F3820, PREFIX_EVEX_0F3826, PREFIX_EVEX_0F382B, PREFIX_EVEX_0F3830,
76         PREFIX_EVEX_0F3838, PREFIX_EVEX_0F383C, PREFIX_EVEX_0F383E, PREFIX_EVEX_0F3866,
77         PREFIX_EVEX_0F3875, PREFIX_EVEX_0F3878, PREFIX_EVEX_0F3879, PREFIX_EVEX_0F387A,
78         PREFIX_EVEX_0F387B, PREFIX_EVEX_0F387D, PREFIX_EVEX_0F388D, PREFIX_EVEX_0F3A0F,
79         PREFIX_EVEX_0F3A14, PREFIX_EVEX_0F3A15, PREFIX_EVEX_0F3A20, PREFIX_EVEX_0F3A3E,
80         PREFIX_EVEX_0F3A3F, PREFIX_EVEX_0F3A42.
81         (VEX_LEN enum): Add VEX_LEN_0F41_P_2, VEX_LEN_0F42_P_2, VEX_LEN_0F44_P_2,
82         VEX_LEN_0F45_P_2, VEX_LEN_0F46_P_2, VEX_LEN_0F47_P_2, VEX_LEN_0F4A_P_0,
83         VEX_LEN_0F4A_P_2, VEX_LEN_0F4B_P_0, VEX_LEN_0F90_P_2, VEX_LEN_0F91_P_2,
84         VEX_LEN_0F92_P_3, VEX_LEN_0F93_P_3, VEX_LEN_0F98_P_2, VEX_LEN_0F99_P_0,
85         VEX_LEN_0F99_P_2, VEX_LEN_0F3A31_P_2, VEX_LEN_0F3A33_P_2, VEX_W_0F41_P_2_LEN_1,
86         VEX_W_0F42_P_2_LEN_1, VEX_W_0F44_P_2_LEN_0, VEX_W_0F45_P_2_LEN_1,
87         VEX_W_0F46_P_2_LEN_1, VEX_W_0F47_P_2_LEN_1, VEX_W_0F4A_P_0_LEN_1,
88         VEX_W_0F4A_P_2_LEN_1, VEX_W_0F4B_P_0_LEN_1, VEX_W_0F90_P_2_LEN_0,
89         VEX_W_0F91_P_2_LEN_0, VEX_W_0F92_P_3_LEN_0, VEX_W_0F93_P_3_LEN_0,
90         VEX_W_0F98_P_2_LEN_0, VEX_W_0F99_P_0_LEN_0, VEX_W_0F99_P_2_LEN_0,
91         VEX_W_0F3A31_P_2_LEN_0, VEX_W_0F3A33_P_2_LEN_0.
92         (VEX_W enum): Add EVEX_W_0F6B_P_2, EVEX_W_0F6F_P_3, EVEX_W_0F7F_P_3,
93         EVEX_W_0F3810_P_1, EVEX_W_0F3810_P_2, EVEX_W_0F3811_P_2, EVEX_W_0F3812_P_2,
94         EVEX_W_0F3820_P_1, EVEX_W_0F3826_P_1, EVEX_W_0F3826_P_2, EVEX_W_0F3828_P_1,
95         EVEX_W_0F3829_P_1, EVEX_W_0F382B_P_2, EVEX_W_0F3830_P_1, EVEX_W_0F3866_P_2,
96         EVEX_W_0F3875_P_2, EVEX_W_0F3878_P_2, EVEX_W_0F3879_P_2, EVEX_W_0F387A_P_2,
97         EVEX_W_0F387B_P_2, EVEX_W_0F387D_P_2, EVEX_W_0F388D_P_2, EVEX_W_0F3A3E_P_2,
98         EVEX_W_0F3A3F_P_2, EVEX_W_0F3A42_P_2.
99         (prefix_table): Add entries for new instructions.
100         (vex_table) : Ditto.
101         (vex_len_table): Ditto.
102         (vex_w_table): Ditto.
103         (intel_operand_size): Add db_mode, dw_mode, dqw_swap_mode,
104         mask_bd_mode handling.
105         (OP_E_register): Add dqw_swap_mode, dw_mode, db_mode, mask_bd_mode
106         handling.
107         (OP_E_memory): Add dqw_mode, dw_mode, dqw_swap_mode, dqb_mode, db_mode
108         handling.
109         (OP_G): Add db_mode, dw_mode, dqw_swap_mode, mask_bd_mode handling.
110         (OP_EX): Add dqw_swap_mode handling.
111         (OP_VEX): Add mask_bd_mode handling.
112         (OP_Mask): Add mask_bd_mode handling.
113         * i386-gen.c (cpu_flag_init): Add CPU_AVX512BW_FLAGS.
114         (cpu_flags): Add CpuAVX512BW.
115         * i386-init.h: Regenerated.
116         * i386-opc.h (CpuAVX512BW): New.
117         (i386_cpu_flags): Add cpuavx512bw.
118         * i386-opc.tbl: Add AVX512BW instructions.
119         * i386-tbl.h: Regenerate.
120
121 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
122             Alexander Ivchenko  <alexander.ivchenko@intel.com>
123             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
124             Sergey Lega  <sergey.s.lega@intel.com>
125             Anna Tikhonova  <anna.tikhonova@intel.com>
126             Ilya Tocar  <ilya.tocar@intel.com>
127             Andrey Turetskiy  <andrey.turetskiy@intel.com>
128             Ilya Verbin  <ilya.verbin@intel.com>
129             Kirill Yukhin  <kirill.yukhin@intel.com>
130             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
131
132         * i386-opc.tbl: Add AVX512VL and AVX512CD instructions.
133         * i386-tbl.h: Regenerate.
134
135 2014-07-22  Sergey Guriev  <sergey.s.guriev@intel.com>
136             Alexander Ivchenko  <alexander.ivchenko@intel.com>
137             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
138             Sergey Lega  <sergey.s.lega@intel.com>
139             Anna Tikhonova  <anna.tikhonova@intel.com>
140             Ilya Tocar  <ilya.tocar@intel.com>
141             Andrey Turetskiy  <andrey.turetskiy@intel.com>
142             Ilya Verbin  <ilya.verbin@intel.com>
143             Kirill Yukhin  <kirill.yukhin@intel.com>
144             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
145
146         * i386-dis.c (intel_operand_size): Support 128/256 length in
147         vex_vsib_q_w_dq_mode.
148         (OP_E_memory): Add ymmq_mode handling, handle new broadcast.
149         * i386-gen.c (cpu_flag_init): Add CPU_AVX512VL_FLAGS.
150         (cpu_flags): Add CpuAVX512VL.
151         * i386-init.h: Regenerated.
152         * i386-opc.h (CpuAVX512VL): New.
153         (i386_cpu_flags): Add cpuavx512vl.
154         (BROADCAST_1TO4, BROADCAST_1TO2): Define.
155         * i386-opc.tbl: Add AVX512VL instructions.
156         * i386-tbl.h: Regenerate.
157
158 2014-07-20  Stefan Kristiansson  <stefan.kristiansson@saunalahti.fi>
159
160         * or1k-desc.c, * or1k-desc.h, * or1k-opc.c, * or1k-opc.h,
161         * or1k-opinst.c: Regenerate.
162
163 2014-07-08  Ilya Tocar  <ilya.tocar@intel.com>
164
165         * i386-dis-evex.h (EVEX_W_0F10_P_1_M_1): Fix vmovss.
166         (EVEX_W_0F10_P_3_M_1): Fix vmovsd.
167
168 2014-07-04  Alan Modra  <amodra@gmail.com>
169
170         * configure.ac: Rename from configure.in.
171         * Makefile.in: Regenerate.
172         * config.in: Regenerate.
173
174 2014-07-04  Alan Modra  <amodra@gmail.com>
175
176         * configure.in: Include bfd/version.m4.
177         (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
178         (BFD_VERSION): Delete.
179         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
180         * configure: Regenerate.
181         * Makefile.in: Regenerate.
182
183 2014-07-01  Barney Stratford   <barney_stratford@fastmail.fm>
184             Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
185             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
186             Soundararajan  <Sounderarajan.D@atmel.com>
187
188         * avr-dis.c (avr_operand): Handle constraint j for 16 bit lds/sts.
189         (print_insn_avr): Do not select opcode if insn ISA is avrtiny and
190         machine is not avrtiny.
191
192 2014-06-26  Philippe De Muyter <phdm@macqel.be>
193
194         * or1k-desc.h (spr_field_masks): Add U suffix to the end of long
195         constants.
196
197 2014-06-12  Alan Modra  <amodra@gmail.com>
198
199         * or1k-asm.c, * or1k-desc.c, * or1k-desc.h, * or1k-dis.c,
200         * or1k-ibld.c, * or1k-opc.c, * or1k-opc.h, * or1k-opinst.c: Regenerate.
201
202 2014-06-10  H.J. Lu  <hongjiu.lu@intel.com>
203
204         * i386-dis.c (fwait_prefix): New.
205         (ckprefix): Set fwait_prefix.
206         (print_insn): Properly print prefixes before fwait.
207
208 2014-06-07  Alan Modra  <amodra@gmail.com>
209
210         * ppc-opc.c (UISIGNOPT): Define and use with cmpli.
211
212 2014-06-05  Joel Brobecker  <brobecker@adacore.com>
213
214         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
215         bfd's development.sh.
216         * Makefile.in, configure: Regenerate.
217
218 2014-06-03  Nick Clifton  <nickc@redhat.com>
219
220         * msp430-dis.c (msp430_doubleoperand): Use extension_word to
221         decide when extended addressing is being used.
222
223 2014-06-02  Eric Botcazou  <ebotcazou@adacore.com>
224
225         * sparc-opc.c (cas): Disable for LEON.
226         (casl): Likewise.
227
228 2014-05-20  Alan Modra  <amodra@gmail.com>
229
230         * m68k-dis.c: Don't include setjmp.h.
231
232 2014-05-09  H.J. Lu  <hongjiu.lu@intel.com>
233
234         * i386-dis.c (ADDR16_PREFIX): Removed.
235         (ADDR32_PREFIX): Likewise.
236         (DATA16_PREFIX): Likewise.
237         (DATA32_PREFIX): Likewise.
238         (prefix_name): Updated.
239         (print_insn): Simplify data and address size prefixes processing.
240
241 2014-05-08  Stefan Kristiansson  <stefan.kristiansson@saunalahti.fi>
242
243         * or1k-desc.c: Regenerated.
244         * or1k-desc.h: Likewise.
245         * or1k-opc.c: Likewise.
246         * or1k-opc.h: Likewise.
247         * or1k-opinst.c: Likewise.
248
249 2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
250
251         * mips-opc.c (mips_builtin_opcodes): Add MIPS32r5 eretnc instruction.
252         (I34): New define.
253         (I36): New define.
254         (I66): New define.
255         (I68): New define.
256         * mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and
257         mips64r5.
258         (parse_mips_dis_option): Update MSA and virtualization support to
259         allow mips64r3 and mips64r5.
260
261 2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
262
263         * mips-opc.c (G3): Remove I4.
264
265 2014-05-05  H.J. Lu  <hongjiu.lu@intel.com>
266
267         PR binutils/16893
268         * i386-dis.c (twobyte_has_mandatory_prefix): New variable.
269         (end_codep): Likewise.
270         (mandatory_prefix): Likewise.
271         (active_seg_prefix): Likewise.
272         (ckprefix): Set active_seg_prefix to the active segment register
273         prefix.
274         (seg_prefix): Removed.
275         (get_valid_dis386): Use the last of PREFIX_REPNZ and PREFIX_REPZ
276         for prefix index.  Ignore the index if it is invalid and the
277         mandatory prefix isn't required.
278         (print_insn): Set mandatory_prefix if the PREFIX_XXX prefix is
279         mandatory.  Don't set PREFIX_REPZ/PREFIX_REPNZ/PREFIX_LOCK bits
280         in used_prefixes here.  Don't print unused prefixes.  Check
281         active_seg_prefix for the active segment register prefix.
282         Restore the DFLAG bit in sizeflag if the data size prefix is
283         unused.  Check the unused mandatory PREFIX_XXX prefixes
284         (append_seg): Only print the segment register which gets used.
285         (OP_E_memory): Check active_seg_prefix for the segment register
286         prefix.
287         (OP_OFF): Likewise.
288         (OP_OFF64): Likewise.
289         (OP_DSreg): Set active_seg_prefix to PREFIX_DS if it is unset.
290
291 2014-05-02  H.J. Lu  <hongjiu.lu@intel.com>
292
293         PR binutils/16886
294         * config.in: Regenerated.
295         * configure: Likewise.
296         * configure.in: Check if sigsetjmp is available.
297         * h8500-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
298         (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
299         (print_insn_h8500): Replace setjmp with OPCODES_SIGSETJMP.
300         * i386-dis.c (dis_private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
301         (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
302         (print_insn): Replace setjmp with OPCODES_SIGSETJMP.
303         * ns32k-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
304         (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
305         (print_insn_ns32k): Replace setjmp with OPCODES_SIGSETJMP.
306         * sysdep.h (OPCODES_SIGJMP_BUF): New macro.
307         (OPCODES_SIGSETJMP): Likewise.
308         (OPCODES_SIGLONGJMP): Likewise.
309         * vax-dis.c (private): Replace jmp_buf with OPCODES_SIGJMP_BUF.
310         (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
311         (print_insn_vax): Replace setjmp with OPCODES_SIGSETJMP.
312         * xtensa-dis.c (dis_private): Replace jmp_buf with
313         OPCODES_SIGJMP_BUF.
314         (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
315         (print_insn_xtensa): Replace setjmp with OPCODES_SIGSETJMP.
316         * z8k-dis.c(instr_data_s): Replace jmp_buf with OPCODES_SIGJMP_BUF.
317         (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
318         (print_insn_z8k): Replace setjmp with OPCODES_SIGSETJMP.
319
320 2014-05-01  H.J. Lu  <hongjiu.lu@intel.com>
321
322         PR binutils/16891
323         * i386-dis.c (print_insn): Handle prefixes before fwait.
324
325 2014-04-26  Alan Modra  <amodra@gmail.com>
326
327         * po/POTFILES.in: Regenerate.
328
329 2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
330
331         * mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2
332         to allow the MIPS XPA ASE.
333         (parse_mips_dis_option): Process the -Mxpa option.
334         * mips-opc.c (XPA): New define.
335         (mips_builtin_opcodes): Add MIPS XPA instructions and move the
336         locations of the ctc0 and cfc0 instructions.
337
338 2014-04-22  Christian Svensson  <blue@cmd.nu>
339
340         * Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
341         * configure.in: Likewise.
342         * disassemble.c: Likewise.
343         * or1k-asm.c: New file.
344         * or1k-desc.c: New file.
345         * or1k-desc.h: New file.
346         * or1k-dis.c: New file.
347         * or1k-ibld.c: New file.
348         * or1k-opc.c: New file.
349         * or1k-opc.h: New file.
350         * or1k-opinst.c: New file.
351         * Makefile.in: Regenerate.
352         * configure: Regenerate.
353         * openrisc-asm.c: Delete.
354         * openrisc-desc.c: Delete.
355         * openrisc-desc.h: Delete.
356         * openrisc-dis.c: Delete.
357         * openrisc-ibld.c: Delete.
358         * openrisc-opc.c: Delete.
359         * openrisc-opc.h: Delete.
360         * or32-dis.c: Delete.
361         * or32-opc.c: Delete.
362
363 2014-04-04  Ilya Tocar  <ilya.tocar@intel.com>
364
365         * i386-dis.c (rm_table): Add encls, enclu.
366         * i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
367         (cpu_flags): Add CpuSE1.
368         * i386-opc.h (enum): Add CpuSE1.
369         (i386_cpu_flags): Add cpuse1.
370         * i386-opc.tbl: Add encls, enclu.
371         * i386-init.h: Regenerated.
372         * i386-tbl.h: Likewise.
373
374 2014-04-02  Anthony Green  <green@moxielogic.com>
375
376         * moxie-opc.c (moxie_form1_opc_info): Add sign-extension
377         instructions, sex.b and sex.s.
378
379 2014-03-26  Jiong Wang  <jiong.wang@arm.com>
380
381         * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
382         instructions.
383
384 2014-03-20  Ilya Tocar  <ilya.tocar@intel.com>
385
386         * i386-opc.tbl: Change memory size for vgatherpf0qps, vgatherpf1qps,
387         vscatterpf0qps, vscatterpf1qps, vgatherqps, vpgatherqd, vpscatterqd,
388         vscatterqps.
389         * i386-tbl.h: Regenerate.
390
391 2014-03-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
392
393         * sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
394         %hstick_enable added.
395
396 2014-03-19  Nick Clifton  <nickc@redhat.com>
397
398         * rx-decode.opc (bwl): Allow for bogus instructions with a size
399         field of 3.
400         (sbwl, ubwl, SCALE): Likewise.
401         * rx-decode.c: Regenerate.
402
403 2014-03-12  Alan Modra  <amodra@gmail.com>
404
405         * Makefile.in: Regenerate.
406
407 2014-03-05  Alan Modra  <amodra@gmail.com>
408
409         Update copyright years.
410
411 2014-03-04  Heiher  <r@hev.cc>
412
413         * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
414
415 2014-03-04  Richard Sandiford  <rdsandiford@googlemail.com>
416
417         * mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
418         so that they come after the Loongson extensions.
419
420 2014-03-03  Alan Modra  <amodra@gmail.com>
421
422         * i386-gen.c (process_copyright): Emit copyright notice on one line.
423
424 2014-02-28  Alan Modra  <amodra@gmail.com>
425
426         * msp430-decode.c: Regenerate.
427
428 2014-02-27  Jiong Wang  <jiong.wang@arm.com>
429
430         * aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
431         FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
432
433 2014-02-27  Yufeng Zhang  <yufeng.zhang@arm.com>
434
435         * aarch64-opc.c (print_register_offset_address): Call
436         get_int_reg_name to prepare the register name.
437
438 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
439
440         * i386-opc.tbl: Remove wrong variant of vcvtps2ph
441         * i386-tbl.h: Regenerate.
442
443 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
444
445         * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
446         (cpu_flags): Add CpuPREFETCHWT1.
447         * i386-init.h: Regenerate.
448         * i386-opc.h (CpuPREFETCHWT1): New.
449         (i386_cpu_flags): Add cpuprefetchwt1.
450         * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
451         * i386-tbl.h: Regenerate.
452
453 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
454
455         * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
456         to CpuAVX512F.
457         * i386-tbl.h: Regenerate.
458
459 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
460
461         * i386-gen.c (output_cpu_flags): Don't output trailing space.
462         (output_opcode_modifier): Likewise.
463         (output_operand_type): Likewise.
464         * i386-init.h: Regenerated.
465         * i386-tbl.h: Likewise.
466
467 2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>
468
469         * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
470         MOD_0FC7_REG_5.
471         (PREFIX enum): Add PREFIX_0FAE_REG_7.
472         (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
473         (prefix_table): Add clflusopt.
474         (mod_table): Add xrstors, xsavec, xsaves.
475         * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
476         CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
477         (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
478         * i386-init.h: Regenerate.
479         * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
480         xsaves64, xsavec, xsavec64.
481         * i386-tbl.h: Regenerate.
482
483 2014-02-10  Alan Modra  <amodra@gmail.com>
484
485         * po/POTFILES.in: Regenerate.
486         * po/opcodes.pot: Regenerate.
487
488 2014-01-30  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
489             Jan Beulich  <jbeulich@suse.com>
490
491         PR binutils/16490
492         * i386-dis.c (OP_E_memory): Fix shift computation for
493         vex_vsib_q_w_dq_mode.
494
495 2014-01-09  Bradley Nelson  <bradnelson@google.com>
496             Roland McGrath  <mcgrathr@google.com>
497
498         * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
499         last_rex_prefix is -1.
500
501 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
502
503         * i386-gen.c (process_copyright): Update copyright year to 2014.
504
505 2014-01-03  Maciej W. Rozycki  <macro@codesourcery.com>
506
507         * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
508
509 For older changes see ChangeLog-2013
510 \f
511 Copyright (C) 2014 Free Software Foundation, Inc.
512
513 Copying and distribution of this file, with or without modification,
514 are permitted in any medium without royalty provided the copyright
515 notice and this notice are preserved.
516
517 Local Variables:
518 mode: change-log
519 left-margin: 8
520 fill-column: 74
521 version-control: never
522 End: