[cgen]
[external/binutils.git] / opcodes / ChangeLog
1 2009-05-28  DJ Delorie  <dj@redhat.com>
2
3         * mep-asm.c: Regenerate.
4         * mep-desc.c: Regenerate.
5
6 2009-05-26  DJ Delorie  <dj@redhat.com>
7
8         * mep-asm.c: Regenerate.
9         * mep-desc.c: Regenerate.
10         * mep-desc.h: Regenerate.
11         * mep-dis.c: Regenerate.
12         * mep-ibld.c: Regenerate.
13         * mep-opc.c: Regenerate.
14         * mep-opc.h: Regenerate.
15
16 2009-05-26  Nick Clifton  <nickc@redhat.com>
17
18         * po/id.po: Updated Indonesian translation.
19         * po/opcodes.pot: Updated template file.
20
21 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
22
23         * dep-in.sed: Don't modify .o to .lo here.  Output one filename
24         per line with all lines having continuation backslash.  Prefix
25         first line with "A", following lines with "B".
26         * Makefile.am (DEP): Don't use dep.sed here.
27         (DEP1): Run $MKDEP on single files, modify .o to .lo here.  Use
28         dep.sed here on dependencies, sort and uniq.
29         * Makefile.in: Regenerate.
30
31 2009-05-25  Tristan Gingold  <gingold@adacore.com>
32
33         * makefile.vms (OPT): New variable.
34         (CFLAGS): Update compilation flags.
35
36 2009-05-22  DJ Delorie  <dj@redhat.com>
37
38         * mep-asm.c: Regenerate.
39         * mep-desc.c: Regenerate.
40         * mep-desc.h: Regenerate.
41         * mep-dis.c: Regenerate.
42         * mep-ibld.c: Regenerate.
43         * mep-opc.c: Regenerate.
44         * mep-opc.h: Regenerate.
45
46 2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
47
48         * i386-opc.h (Cpusse5): Delete.
49         (i386_cpu_flags): Delete.
50         * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
51         * i386-opc.tbl: Remove SSE5 instructions.
52         * i386-tbl.h: Regenerate.
53         * i386-init.h: Regenerate.
54         * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
55         (print_drex_arg): Delete.
56         (OP_DREX4): Delete.
57         (OP_DREX3): Delete.
58         (OP_DREX_ICMP): Delete.
59         (OP_DREX_FCMP): Delete.
60         (DREX_*): Delete.
61         (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
62         
63 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
64
65         * Makefile.am: Run "make dep-am".
66         * Makefile.in: Regenerate.
67         * po/POTFILES.in: Regenerate.
68
69 2009-05-19  DJ Delorie  <dj@redhat.com>
70
71         * mep-asm.c: Regenerate.
72         * mep-opc.c: Regenerate.
73
74 2009-04-30  DJ Delorie  <dj@redhat.com>
75
76         * mep-asm.c: Regenerate.
77         * mep-desc.c: Regenerate.
78         * mep-desc.h: Regenerate.
79         * mep-dis.c: Regenerate.
80         * mep-ibld.c: Regenerate.
81         * mep-opc.c: Regenerate.
82         * mep-opc.h: Regenerate.
83
84 2009-04-17  DJ Delorie  <dj@redhat.com
85
86         * mep-desc.c: Regenerate.
87         * mep-ibld.c: Regenerate.
88         * mep-opc.c: Regenerate.
89         * mep-opc.h: Regenerate.
90
91 2009-04-15  Anthony Green  <green@moxielogic.com>
92
93         * moxie-opc.c, moxie-dis.c: Created.
94         * Makefile.am: Build the moxie source files.
95         * configure.in: Add moxie support.
96         * Makefile.in, configure: Rebuilt.
97         * disassemble.c (disassembler): Add moxie support.
98         (ARCH_moxie): Define.
99
100 2009-04-15  Jan Beulich  <jbeulich@novell.com>
101
102         * i386-opc.tbl (protb, protw, protd, protq): Set opcode
103         extension to None.
104         (pshab, pshaw, pshad, pshaq): Likewise.
105         * i386-tbl.h: Re-generate.
106
107 2009-04-08  DJ Delorie  <dj@redhat.com
108
109         * mep-asm.c: Regenerate.
110         * mep-desc.c: Regenerate.
111         * mep-desc.h: Regenerate.
112         * mep-dis.c: Regenerate.
113         * mep-ibld.c: Regenerate.
114         * mep-opc.c: Regenerate.
115         * mep-opc.h: Regenerate.
116
117 2009-04-07  Peter Bergner  <bergner@vnet.ibm.com>
118
119         * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
120         "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
121         Reorder entries so the extended mnemonics are listed before tlbilx.
122
123 2009-04-02  Peter Bergner  <bergner@vnet.ibm.com>
124
125         * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
126         due to -many/-Many.
127         (print_insn_powerpc): Make sure we only deprecate instructions using
128         the original dialect and not a modified dialect due to -Many handling.
129         Move the handling of the condition register and default operands to
130         the end of the if/else if/else chain.
131         * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
132         instructions from newer processors are listed before older ones.
133         <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
134         that have instructions with conflicting opcodes.
135
136 2009-04-01  Peter Bergner  <bergner@vnet.ibm.com>
137
138         * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
139         E500MC entries.
140
141 2009-04-01  Christophe Lyon  <christophe.lyon@st.com>
142
143         * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
144
145 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
146
147         * arm-dis.c (print_insn): Also check section matches in backwards
148         search for mapping symbol.
149
150 2009-03-26  H.J. Lu  <hongjiu.lu@intel.com>
151
152         * i386-dis.c (get_valid_dis386): Abort on unhandled table.
153
154 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
155
156         * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
157         * Makefile.am: Run "make dep-am".
158         * Makefile.in: Regenerate.
159         * openrisc-opc.c: Regenerate.
160
161 2009-03-10  Nick Clifton  <nickc@redhat.com>
162
163         * po/id.po: Updated Indonesian translation.
164
165 2009-03-10  Alan Modra  <amodra@bigpond.net.au>
166
167         * ppc-dis.c: Include "opintl.h".
168         (struct ppc_mopt, ppc_opts): New.
169         (ppc_parse_cpu): New function.
170         (powerpc_init_dialect): Use it.
171         (print_ppc_disassembler_options): Dump options from ppc_opts.
172         Internationalize message.
173
174 2009-03-06  Nick Clifton  <nickc@redhat.com>
175
176         * po/es.po: Updated Spanish translation.
177
178 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
179
180         PR 6768
181         * configure.in: Test for ld --as-needed support.  Link shared
182         libopcodes against libm.
183         * configure: Regenerate.
184
185 2009-03-03  Peter Bergner  <bergner@vnet.ibm.com>
186
187         * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
188         instructions from newer processors are listed before older ones.
189
190 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
191
192         * Makefile.am: Run "make dep-am".
193         (HFILES): Move lm32-desc.h and lm32-opc.h from..
194         (CFILES): ..here.
195         * Makefile.in: Regenerate.
196
197 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
198
199         * score7-dis.c: New file.
200         * Makefile.am: Add dependencies for score7-dis.c.
201         * Makefile.in: Regenerate.
202         * configure.in: Add score7-dis to score files.
203         * configure: Regenerate.
204         * score-dis.c: Add support for score7 architecture.
205         * score-opc.h: Likewise.
206
207 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
208
209         * configure: Regenerate.
210
211 2009-02-27  H.J. Lu  <hongjiu.lu@intel.com>
212
213         * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
214
215 2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
216
217         * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
218         the power7 and the isel instructions.
219         * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
220         (insert_dm, extract_dm): Likewise.
221         (XB6): Update comment to include XX2 form.
222         (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
223         XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
224         (RemoveXX3DM): Delete.
225         (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
226         "mftgpr">: Deprecate for POWER7.
227         <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
228         "frsqrte.">: Deprecate the three operand form and enable the two
229         operand form for POWER7 and later.
230         <"wait">: Extend to accept optional parameter.  Enable for POWER7.
231         <"waitsrv", "waitimpl">: Add extended opcodes.
232         <"ldbrx", "stdbrx">: Enable for POWER7.
233         <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
234         <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
235         "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
236         "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
237         "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
238         "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
239         "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
240         "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
241         <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
242         "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
243         "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
244         "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
245         "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
246         "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
247         "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
248         "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
249         "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
250         "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
251         "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
252         "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
253         "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
254         "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
255         "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
256         "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
257         "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
258         "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
259         "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
260         "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
261         "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
262         "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
263         "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
264         "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
265         "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
266         "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
267         "xxspltw", "xxswapd">: Add VSX opcodes.
268
269 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
270
271         * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
272         (operand_types): Remove Vex_Imm4.
273
274         * i386-opc.h (Vex_Imm4): Removed.
275         (OTMax): Updated.
276         (i386_operand_type): Remove vex_imm4.
277
278         * i386-opc.tbl: Remove Vex_Imm4 comments.
279         * i386-init.h: Regenerated.
280         * i386-tbl.h: Likewise.
281
282 2009-02-23  Richard Earnshaw  <rearnsha@arm.com>
283
284         * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
285         vq{r}shr{u}n.s64 insnstructions.
286
287 2009-02-19  Peter Bergner  <bergner@vnet.ibm.com>
288
289         * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
290         operand to be a float point register (FRT/FRS).
291
292 2009-02-18  Adam Nemet  <anemet@caviumnetworks.com>
293
294         * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
295         dmfc2 and dmtc2 before the architecture-level variants.
296
297 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
298
299         * fr30-opc.c: Regenerate.
300         * frv-opc.c: Regenerate.
301         * ip2k-opc.c: Regenerate.
302         * iq2000-opc.c: Regenerate.
303         * lm32-opc.c: Regenerate.
304         * m32c-opc.c: Regenerate.
305         * m32r-opc.c: Regenerate.
306         * mep-opc.c: Regenerate.
307         * mt-opc.c: Regenerate.
308         * xc16x-opc.c: Regenerate.
309         * xstormy16-opc.c: Regenerate.
310         * tic54x-dis.c (print_instruction): Avoid compiler warning on
311         sprintf call.
312
313 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
314
315         * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
316
317 2009-02-05  Peter Bergner  <bergner@vnet.ibm.com>
318
319         * ppc-opc.c: Update copyright year.
320         (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
321         ordering for POWER4 and later and use the correct Server ordering.
322
323 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
324
325         AVX Programming Reference (January, 2009)
326         * i386-dis.c (PREFIX_VEX_3A44): New.
327         (VEX_LEN_3A44_P_2): Likewise.
328         (PREFIX_VEX_3A48): Updated.
329         (VEX_LEN_3A4C_P_2): Likewise.
330         (prefix_table): Add PREFIX_VEX_3A44.
331         (vex_table): Likewise.
332         (vex_len_table): Add VEX_LEN_3A44_P_2.
333
334         * i386-opc.tbl: Add PCLMUL + AVX instructions.
335         * i386-tbl.h: Regenerated.
336
337 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
338
339         * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
340         (mips_arch_choices): Add XLR entry.
341         * mips-opc.c (XLR): Define.
342         (mips_builtin_opcodes): Add XLR instructions.
343
344 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
345
346         * Makefile.am: Add install-pdf target.
347         * po/Make-in: Add install-pdf target.
348         * Makefile.in: Regenerate.
349
350 2009-02-02  DJ Delorie  <dj@redhat.com>
351
352         * mep-asm.c: Regenerate.
353         * mep-desc.c: Regenerate.
354         * mep-desc.h: Regenerate.
355         * mep-dis.c: Regenerate.
356         * mep-ibld.c: Regenerate.
357         * mep-opc.c: Regenerate.
358         * mep-opc.h: Regenerate.
359
360 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
361
362         * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
363         qsub, and qdsub.
364
365 2009-01-28  Chao-ying Fu  <fu@mips.com>
366
367         * mips-opc.c (suxc1): Add the flag of FP_D.
368
369 2009-01-20  Alan Modra  <amodra@bigpond.net.au>
370
371         * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
372         * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
373         * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
374         * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
375         * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
376         * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
377         * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
378         * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
379
380 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
381
382         * configure.in (commonbfdlib): Delete.
383         (SHARED_LIBADD): Add pic libiberty if such is available.
384         * configure: Regenerate.
385         * po/POTFILES.in: Regenerate.
386
387 2009-01-14  Peter Bergner  <bergner@vnet.ibm.com>
388
389         * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
390         * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
391         operand form and enable the four operand form for POWER6 and later.
392         <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
393         three operand form for POWER6 and later.
394
395 2009-01-14  Mike Frysinger  <vapier@gentoo.org>
396
397         * bfin-dis.c (OUTS): Use "%s" as format string.
398
399 2009-01-13  H.J. Lu  <hongjiu.lu@intel.com>
400
401         * i386-gen.c (cpu_flag_init): Remove a white space.
402         (operand_type_init): Likewise.
403
404 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
405
406         * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
407         * i386-tbl.h: Regenerated.
408
409 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
410
411         * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
412         subB, xorB and cmpB.  Use EvS on addS, orS, adcS, sbbS, andS,
413         subS, xorS and cmpS.
414
415 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
416
417         * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
418         CpuClflush and CpuSYSCALL, respectively. Remove CpuK8.  Add
419         CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
420         (cpu_flags): Remove CpuP4, CpuK6 and CpuK8.  Add CpuClflush
421         and CpuSYSCALL.
422         (lineno): Removed.
423         (set_bitfield): Take an argument, lineno.  Don't report lineno
424         on error if it is -1.
425         (process_i386_cpu_flag): Take an argument, lineno.
426         (process_i386_opcode_modifier): Likewise.
427         (process_i386_operand_type): Likewise.
428         (output_i386_opcode): Likewise.
429         (opcode_hash_entry): Add lineno.
430         (process_i386_opcodes): Updated.
431         (process_i386_registers): Likewise.
432         (process_i386_initializers): Likewise.
433
434         * i386-opc.h (CpuP4): Removed.
435         (CpuK6): Likewise.
436         (CpuK8): Likewise.
437         (CpuClflush): New.
438         (CpuSYSCALL): Likewise.
439         (CpuMMX): Updated.
440         (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8.  Add
441         cpuclflush and cpusyscall.
442
443         * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
444         syscall and sysret.
445         * i386-init.h: Regenerated.
446         * i386-tbl.h: Likewise.
447
448 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
449
450         * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
451         and CPU_AMDFAM10_FLAGS.  Add CPU_RDTSCP_FLAGS.
452         (cpu_flags): Add CpuRdtscp.
453         (set_bitfield): Remove CpuSledgehammer check.
454
455         * i386-opc.h (CpuRdtscp): New.
456         (CpuLM): Updated.
457         (i386_cpu_flags): Add cpurdtscp.
458
459         * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
460         * i386-init.h: Regenerated.
461         * i386-tbl.h: Likewise.
462
463 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
464
465         * ppc-opc.c (PPCNONE): Define.
466         (NOPOWER4): Delete.
467         (powerpc_opcodes): Initialize the new "deprecated" field.
468
469 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
470
471         AVX Programming Reference (December, 2008)
472         * i386-dis.c (VEX_LEN_2B_M_0): Removed.
473         (VEX_LEN_E7_P_2_M_0): Likewise.
474         (VEX_LEN_2C_P_1): Updated.
475         (VEX_LEN_E8_P_2): Likewise.
476         (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
477         (mod_table): Likewise.
478
479         * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
480         * i386-tbl.h: Regenerated.
481
482 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
483
484         * i386-gen.c (process_copyright): Update for 2009.
485
486         * i386-init.h: Regenerated.
487         * i386-tbl.h: Likewise.
488
489 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
490
491         AVX Programming Reference (December, 2008)
492         * i386-dis.c (OP_VEX_FMA): Removed.
493         (OP_EX_VexW): Likewise.
494         (OP_EX_VexImmW): Likewise.
495         (OP_XMM_VexW): Likewise.
496         (VEXI4_Fixup): Likewise.
497         (VPERMIL2_Fixup): Likewise.
498         (VexI4): Likewise.
499         (VexFMA): Likewise.
500         (Vex128FMA): Likewise.
501         (EXVexW): Likewise.
502         (EXdVexW): Likewise.
503         (EXqVexW): Likewise.
504         (EXVexImmW): Likewise.
505         (XMVexW): Likewise.
506         (VPERMIL2): Likewise.
507         (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
508         (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
509         (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
510         (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
511         (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
512         (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
513         (get_vex_imm8): Likewise.
514         (OP_EX_VexReg): Likewise.
515         vpermil2_op): Likewise.
516         (EXVexWdq): New.
517         (vex_w_dq_mode): Likewise.
518         (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
519         (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
520         (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
521         (es_reg): Updated.
522         (PREFIX_VEX_38DB): Likewise.
523         (PREFIX_VEX_3A4A): Likewise.
524         (PREFIX_VEX_3A60): Likewise.
525         (PREFIX_VEX_3ADF): Likewise.
526         (VEX_LEN_3ADF_P_2): Likewise.
527         (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
528         PREFIX_VEX_3A5C...PREFIX_VEX_3A5F, 
529         PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
530         PREFIX_VEX_3A78...PREFIX_VEX_3A7F.  Add
531         PREFIX_VEX_3896...PREFIX_VEX_389F,
532         PREFIX_VEX_38A6...PREFIX_VEX_38AF and
533         PREFIX_VEX_38B6...PREFIX_VEX_38BF.
534         (vex_table): Likewise.
535         (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
536         and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
537         (putop): Support "%XW".
538         (intel_operand_size): Handle vex_w_dq_mode.
539
540         * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
541
542         * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
543         instructions.  Add new FMA instructions.
544         * i386-tbl.h: Regenerated.
545
546 2009-01-02  Matthias Klose  <doko@ubuntu.com> 
547
548         * or32-opc.c (or32_print_register, or32_print_immediate, 
549         disassemble_insn): Don't rely on undefined sprintf behaviour. 
550
551 For older changes see ChangeLog-2008
552 \f
553 Local Variables:
554 mode: change-log
555 left-margin: 8
556 fill-column: 74
557 version-control: never
558 End: