1 2009-05-28 DJ Delorie <dj@redhat.com>
3 * mep-asm.c: Regenerate.
4 * mep-desc.c: Regenerate.
6 2009-05-26 DJ Delorie <dj@redhat.com>
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.
16 2009-05-26 Nick Clifton <nickc@redhat.com>
18 * po/id.po: Updated Indonesian translation.
19 * po/opcodes.pot: Updated template file.
21 2009-05-26 Alan Modra <amodra@bigpond.net.au>
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.
31 2009-05-25 Tristan Gingold <gingold@adacore.com>
33 * makefile.vms (OPT): New variable.
34 (CFLAGS): Update compilation flags.
36 2009-05-22 DJ Delorie <dj@redhat.com>
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.
46 2009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
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.
58 (OP_DREX_ICMP): Delete.
59 (OP_DREX_FCMP): Delete.
61 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
63 2009-05-22 Alan Modra <amodra@bigpond.net.au>
65 * Makefile.am: Run "make dep-am".
66 * Makefile.in: Regenerate.
67 * po/POTFILES.in: Regenerate.
69 2009-05-19 DJ Delorie <dj@redhat.com>
71 * mep-asm.c: Regenerate.
72 * mep-opc.c: Regenerate.
74 2009-04-30 DJ Delorie <dj@redhat.com>
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.
84 2009-04-17 DJ Delorie <dj@redhat.com
86 * mep-desc.c: Regenerate.
87 * mep-ibld.c: Regenerate.
88 * mep-opc.c: Regenerate.
89 * mep-opc.h: Regenerate.
91 2009-04-15 Anthony Green <green@moxielogic.com>
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.
100 2009-04-15 Jan Beulich <jbeulich@novell.com>
102 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
104 (pshab, pshaw, pshad, pshaq): Likewise.
105 * i386-tbl.h: Re-generate.
107 2009-04-08 DJ Delorie <dj@redhat.com
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.
117 2009-04-07 Peter Bergner <bergner@vnet.ibm.com>
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.
123 2009-04-02 Peter Bergner <bergner@vnet.ibm.com>
125 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
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.
136 2009-04-01 Peter Bergner <bergner@vnet.ibm.com>
138 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
141 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
143 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
145 2009-03-30 Joseph Myers <joseph@codesourcery.com>
147 * arm-dis.c (print_insn): Also check section matches in backwards
148 search for mapping symbol.
150 2009-03-26 H.J. Lu <hongjiu.lu@intel.com>
152 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
154 2009-03-18 Alan Modra <amodra@bigpond.net.au>
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.
161 2009-03-10 Nick Clifton <nickc@redhat.com>
163 * po/id.po: Updated Indonesian translation.
165 2009-03-10 Alan Modra <amodra@bigpond.net.au>
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.
174 2009-03-06 Nick Clifton <nickc@redhat.com>
176 * po/es.po: Updated Spanish translation.
178 2009-03-04 Alan Modra <amodra@bigpond.net.au>
181 * configure.in: Test for ld --as-needed support. Link shared
182 libopcodes against libm.
183 * configure: Regenerate.
185 2009-03-03 Peter Bergner <bergner@vnet.ibm.com>
187 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
188 instructions from newer processors are listed before older ones.
190 2009-03-03 Alan Modra <amodra@bigpond.net.au>
192 * Makefile.am: Run "make dep-am".
193 (HFILES): Move lm32-desc.h and lm32-opc.h from..
195 * Makefile.in: Regenerate.
197 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
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.
207 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
209 * configure: Regenerate.
211 2009-02-27 H.J. Lu <hongjiu.lu@intel.com>
213 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
215 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
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.
269 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
271 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
272 (operand_types): Remove Vex_Imm4.
274 * i386-opc.h (Vex_Imm4): Removed.
276 (i386_operand_type): Remove vex_imm4.
278 * i386-opc.tbl: Remove Vex_Imm4 comments.
279 * i386-init.h: Regenerated.
280 * i386-tbl.h: Likewise.
282 2009-02-23 Richard Earnshaw <rearnsha@arm.com>
284 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
285 vq{r}shr{u}n.s64 insnstructions.
287 2009-02-19 Peter Bergner <bergner@vnet.ibm.com>
289 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
290 operand to be a float point register (FRT/FRS).
292 2009-02-18 Adam Nemet <anemet@caviumnetworks.com>
294 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
295 dmfc2 and dmtc2 before the architecture-level variants.
297 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
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
313 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
315 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
317 2009-02-05 Peter Bergner <bergner@vnet.ibm.com>
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.
323 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
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.
334 * i386-opc.tbl: Add PCLMUL + AVX instructions.
335 * i386-tbl.h: Regenerated.
337 2009-02-03 Sandip Matte <sandip@rmicorp.com>
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.
344 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
346 * Makefile.am: Add install-pdf target.
347 * po/Make-in: Add install-pdf target.
348 * Makefile.in: Regenerate.
350 2009-02-02 DJ Delorie <dj@redhat.com>
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.
360 2009-01-29 Mark Mitchell <mark@codesourcery.com>
362 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
365 2009-01-28 Chao-ying Fu <fu@mips.com>
367 * mips-opc.c (suxc1): Add the flag of FP_D.
369 2009-01-20 Alan Modra <amodra@bigpond.net.au>
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.
380 2009-01-16 Alan Modra <amodra@bigpond.net.au>
382 * configure.in (commonbfdlib): Delete.
383 (SHARED_LIBADD): Add pic libiberty if such is available.
384 * configure: Regenerate.
385 * po/POTFILES.in: Regenerate.
387 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
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.
395 2009-01-14 Mike Frysinger <vapier@gentoo.org>
397 * bfin-dis.c (OUTS): Use "%s" as format string.
399 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
401 * i386-gen.c (cpu_flag_init): Remove a white space.
402 (operand_type_init): Likewise.
404 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
406 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
407 * i386-tbl.h: Regenerated.
409 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
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,
415 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
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
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.
434 * i386-opc.h (CpuP4): Removed.
438 (CpuSYSCALL): Likewise.
440 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
441 cpuclflush and cpusyscall.
443 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
445 * i386-init.h: Regenerated.
446 * i386-tbl.h: Likewise.
448 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
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.
455 * i386-opc.h (CpuRdtscp): New.
457 (i386_cpu_flags): Add cpurdtscp.
459 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
460 * i386-init.h: Regenerated.
461 * i386-tbl.h: Likewise.
463 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
465 * ppc-opc.c (PPCNONE): Define.
467 (powerpc_opcodes): Initialize the new "deprecated" field.
469 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
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.
479 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
480 * i386-tbl.h: Regenerated.
482 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
484 * i386-gen.c (process_copyright): Update for 2009.
486 * i386-init.h: Regenerated.
487 * i386-tbl.h: Likewise.
489 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
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.
500 (Vex128FMA): Likewise.
504 (EXVexImmW): 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.
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.
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.
540 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
542 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
543 instructions. Add new FMA instructions.
544 * i386-tbl.h: Regenerated.
546 2009-01-02 Matthias Klose <doko@ubuntu.com>
548 * or32-opc.c (or32_print_register, or32_print_immediate,
549 disassemble_insn): Don't rely on undefined sprintf behaviour.
551 For older changes see ChangeLog-2008
557 version-control: never