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