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