1 2009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
3 * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
5 2009-07-07 Nick Clifton <nickc@redhat.com>
8 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled
11 2009-07-06 DJ Delorie <dj@redhat.com>
13 * mep-desc.c: Regenerate.
14 * mep-desc.h: Regenerate.
15 * mep-opc.c: Regenerate.
16 * mep-opc.h: Regenerate.
18 2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
20 * i386-opc.h (CpuFMA4): Add CpuFMA4.
21 (i386_cpu_flags): New.
22 * i386-gen.c: Add CPU_FMA4_FLAGS.
23 * i386-opc.tbl: Add FMA4 instructions.
24 * i386-tbl.h: Regenerate.
25 * i386-init.h: Regenerate.
26 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
30 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
31 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
32 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
33 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
34 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
35 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
36 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
37 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
38 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
39 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
40 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
41 (get_vex_imm8): New. handle FMA4.
42 (OP_EX_VexReg): Ditto.
44 2009-06-30 Nick Clifton <nickc@redhat.com>
47 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
48 LFM and SFM instructions as comments,.
49 Improve consistency of formatting for instructions displayed as
50 comments and decimal values displayed with their hexadecimal
54 2009-06-29 Nick Clifton <nickc@redhat.com>
57 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
58 boundary between variaant and generic coprocessor instuctions.
59 (coprocessor): Use it.
60 Fix architecture version of MCRR and MRRC instructions.
61 (arm_opcdes): Fix patterns for STRB and STRH instructions.
62 (print_insn_coprocessor): Check architecture and extension masks.
63 Print a hexadecimal version of any decimal constant that is
64 outside of the range of -16 to +32.
65 (print_arm_address): Add a return value of the offset used in the
66 adress, if it is worth printing a hexadecimal version of it.
67 (print_insn_neon): Print a hexadecimal version of any decimal
68 constant that is outside of the range of -16 to +32.
69 (print_insn_arm): Likewise.
70 (print_insn_thumb16): Likewise.
71 (print_insn_thumb32): Likewise.
74 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
75 of an undefined instruction.
76 (arm_opcodes): Use it.
77 (thumb_opcod): Use it.
78 (thumb32_opc): Use it.
80 2009-06-23 DJ Delorie <dj@redhat.com>
82 * mep-desc.c: Regenerate.
83 * mep-desc.h: Regenerate.
84 * mep-dis.c: Regenerate.
85 * mep-ibld.c: Regenerate.
86 * mep-opc.c: Regenerate.
88 * mep-asm.c: Regenerate.
89 * mep-opc.c: Regenerate.
90 * mep-opc.h: Regenerate.
92 2009-06-22 Nick Clifton <nickc@redhat.com>
94 * po/fi.po: Updated Finish translation.
96 2009-06-22 Alan Modra <amodra@bigpond.net.au>
98 * m32c-asm.c: Regenerate.
100 2009-06-22 Alan Modra <amodra@bigpond.net.au>
102 * score-dis.c (print_insn_score48, print_insn_score32): Move default
103 case label to proper lexical block.
104 * score7-dis.c (print_insn_score32): Likewise.
106 2009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
108 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
109 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
110 * s390-opc.txt (nopr, nop): Use new instruction format.
112 2009-06-18 Nick Clifton <nickc@redhat.com>
115 * arm-dis.c (print_insn_coprocessor): Check that a user specified
116 ARM architecture supports the matched instruction.
117 (print_insn_arm): Likewise.
118 (select_arm_features): New function. Fills in the fields of an
119 arm_feature_set structure based on a given arm machine number.
120 (print_insn): Initialise an arm_feature_set structure.
122 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
124 * vax-dis.c (is_function_entry): Return success for synthetic
126 (is_plt_tail): New function.
127 (print_insn_vax): Decode PLT entry offset longword.
129 2009-06-15 Nick Clifton <nickc@redhat.com>
132 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
136 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
138 2009-06-15 Nick Clifton <nickc@redhat.com>
141 * arm-dis.c (print_insn): Ignore is_data if the user has requested
142 the disassembly of data as well as instructions.
144 2009-06-11 Doug Evans <dje@sebabeach.org>
146 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
148 2009-06-11 Anthony Green <green@moxielogic.com>
150 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
151 (moxie_form3_opc_info): Add branch instructions.
152 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
153 encoded instructions.
155 2009-06-06 Anthony Green <green@moxielogic.com>
157 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
158 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
160 2009-06-04 Alan Modra <amodra@bigpond.net.au>
162 * dep-in.sed: Don't use \n in replacement part of s command.
163 * Makefile.am (DEP1): LC_ALL for uniq.
164 * Makefile.in: Regenerate.
166 2009-06-02 Nick Clifton <nickc@redhat.com>
168 * po/nl.po: Updated Dutch translation.
170 2009-06-02 Tristan Gingold <gingold@adacore.com>
172 * ia64-gen.c (parse_resource_users, print_dependency_table,
173 add_dis_table_ent, finish_distable, insert_bit_table_ent,
174 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
175 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
176 insert_completer_entry, print_completer_entry, print_completer_table,
177 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
179 2009-05-28 DJ Delorie <dj@redhat.com>
181 * mep-asm.c: Regenerate.
182 * mep-desc.c: Regenerate.
184 2009-05-26 DJ Delorie <dj@redhat.com>
186 * mep-asm.c: Regenerate.
187 * mep-desc.c: Regenerate.
188 * mep-desc.h: Regenerate.
189 * mep-dis.c: Regenerate.
190 * mep-ibld.c: Regenerate.
191 * mep-opc.c: Regenerate.
192 * mep-opc.h: Regenerate.
194 2009-05-26 Nick Clifton <nickc@redhat.com>
196 * po/id.po: Updated Indonesian translation.
197 * po/opcodes.pot: Updated template file.
199 2009-05-26 Alan Modra <amodra@bigpond.net.au>
201 * dep-in.sed: Don't modify .o to .lo here. Output one filename
202 per line with all lines having continuation backslash. Prefix
203 first line with "A", following lines with "B".
204 * Makefile.am (DEP): Don't use dep.sed here.
205 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
206 dep.sed here on dependencies, sort and uniq.
207 * Makefile.in: Regenerate.
209 2009-05-25 Tristan Gingold <gingold@adacore.com>
211 * makefile.vms (OPT): New variable.
212 (CFLAGS): Update compilation flags.
214 2009-05-22 DJ Delorie <dj@redhat.com>
216 * mep-asm.c: Regenerate.
217 * mep-desc.c: Regenerate.
218 * mep-desc.h: Regenerate.
219 * mep-dis.c: Regenerate.
220 * mep-ibld.c: Regenerate.
221 * mep-opc.c: Regenerate.
222 * mep-opc.h: Regenerate.
224 2009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
226 * i386-opc.h (Cpusse5): Delete.
227 (i386_cpu_flags): Delete.
228 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
229 * i386-opc.tbl: Remove SSE5 instructions.
230 * i386-tbl.h: Regenerate.
231 * i386-init.h: Regenerate.
232 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
233 (print_drex_arg): Delete.
236 (OP_DREX_ICMP): Delete.
237 (OP_DREX_FCMP): Delete.
239 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
241 2009-05-22 Alan Modra <amodra@bigpond.net.au>
243 * Makefile.am: Run "make dep-am".
244 * Makefile.in: Regenerate.
245 * po/POTFILES.in: Regenerate.
247 2009-05-19 DJ Delorie <dj@redhat.com>
249 * mep-asm.c: Regenerate.
250 * mep-opc.c: Regenerate.
252 2009-04-30 DJ Delorie <dj@redhat.com>
254 * mep-asm.c: Regenerate.
255 * mep-desc.c: Regenerate.
256 * mep-desc.h: Regenerate.
257 * mep-dis.c: Regenerate.
258 * mep-ibld.c: Regenerate.
259 * mep-opc.c: Regenerate.
260 * mep-opc.h: Regenerate.
262 2009-04-17 DJ Delorie <dj@redhat.com
264 * mep-desc.c: Regenerate.
265 * mep-ibld.c: Regenerate.
266 * mep-opc.c: Regenerate.
267 * mep-opc.h: Regenerate.
269 2009-04-15 Anthony Green <green@moxielogic.com>
271 * moxie-opc.c, moxie-dis.c: Created.
272 * Makefile.am: Build the moxie source files.
273 * configure.in: Add moxie support.
274 * Makefile.in, configure: Rebuilt.
275 * disassemble.c (disassembler): Add moxie support.
276 (ARCH_moxie): Define.
278 2009-04-15 Jan Beulich <jbeulich@novell.com>
280 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
282 (pshab, pshaw, pshad, pshaq): Likewise.
283 * i386-tbl.h: Re-generate.
285 2009-04-08 DJ Delorie <dj@redhat.com
287 * mep-asm.c: Regenerate.
288 * mep-desc.c: Regenerate.
289 * mep-desc.h: Regenerate.
290 * mep-dis.c: Regenerate.
291 * mep-ibld.c: Regenerate.
292 * mep-opc.c: Regenerate.
293 * mep-opc.h: Regenerate.
295 2009-04-07 Peter Bergner <bergner@vnet.ibm.com>
297 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
298 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
299 Reorder entries so the extended mnemonics are listed before tlbilx.
301 2009-04-02 Peter Bergner <bergner@vnet.ibm.com>
303 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
305 (print_insn_powerpc): Make sure we only deprecate instructions using
306 the original dialect and not a modified dialect due to -Many handling.
307 Move the handling of the condition register and default operands to
308 the end of the if/else if/else chain.
309 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
310 instructions from newer processors are listed before older ones.
311 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
312 that have instructions with conflicting opcodes.
314 2009-04-01 Peter Bergner <bergner@vnet.ibm.com>
316 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
319 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
321 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
323 2009-03-30 Joseph Myers <joseph@codesourcery.com>
325 * arm-dis.c (print_insn): Also check section matches in backwards
326 search for mapping symbol.
328 2009-03-26 H.J. Lu <hongjiu.lu@intel.com>
330 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
332 2009-03-18 Alan Modra <amodra@bigpond.net.au>
334 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
335 * Makefile.am: Run "make dep-am".
336 * Makefile.in: Regenerate.
337 * openrisc-opc.c: Regenerate.
339 2009-03-10 Nick Clifton <nickc@redhat.com>
341 * po/id.po: Updated Indonesian translation.
343 2009-03-10 Alan Modra <amodra@bigpond.net.au>
345 * ppc-dis.c: Include "opintl.h".
346 (struct ppc_mopt, ppc_opts): New.
347 (ppc_parse_cpu): New function.
348 (powerpc_init_dialect): Use it.
349 (print_ppc_disassembler_options): Dump options from ppc_opts.
350 Internationalize message.
352 2009-03-06 Nick Clifton <nickc@redhat.com>
354 * po/es.po: Updated Spanish translation.
356 2009-03-04 Alan Modra <amodra@bigpond.net.au>
359 * configure.in: Test for ld --as-needed support. Link shared
360 libopcodes against libm.
361 * configure: Regenerate.
363 2009-03-03 Peter Bergner <bergner@vnet.ibm.com>
365 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
366 instructions from newer processors are listed before older ones.
368 2009-03-03 Alan Modra <amodra@bigpond.net.au>
370 * Makefile.am: Run "make dep-am".
371 (HFILES): Move lm32-desc.h and lm32-opc.h from..
373 * Makefile.in: Regenerate.
375 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
377 * score7-dis.c: New file.
378 * Makefile.am: Add dependencies for score7-dis.c.
379 * Makefile.in: Regenerate.
380 * configure.in: Add score7-dis to score files.
381 * configure: Regenerate.
382 * score-dis.c: Add support for score7 architecture.
383 * score-opc.h: Likewise.
385 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
387 * configure: Regenerate.
389 2009-02-27 H.J. Lu <hongjiu.lu@intel.com>
391 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
393 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
395 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
396 the power7 and the isel instructions.
397 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
398 (insert_dm, extract_dm): Likewise.
399 (XB6): Update comment to include XX2 form.
400 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
401 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
402 (RemoveXX3DM): Delete.
403 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
404 "mftgpr">: Deprecate for POWER7.
405 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
406 "frsqrte.">: Deprecate the three operand form and enable the two
407 operand form for POWER7 and later.
408 <"wait">: Extend to accept optional parameter. Enable for POWER7.
409 <"waitsrv", "waitimpl">: Add extended opcodes.
410 <"ldbrx", "stdbrx">: Enable for POWER7.
411 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
412 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
413 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
414 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
415 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
416 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
417 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
418 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
419 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
420 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
421 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
422 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
423 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
424 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
425 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
426 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
427 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
428 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
429 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
430 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
431 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
432 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
433 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
434 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
435 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
436 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
437 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
438 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
439 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
440 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
441 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
442 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
443 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
444 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
445 "xxspltw", "xxswapd">: Add VSX opcodes.
447 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
449 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
450 (operand_types): Remove Vex_Imm4.
452 * i386-opc.h (Vex_Imm4): Removed.
454 (i386_operand_type): Remove vex_imm4.
456 * i386-opc.tbl: Remove Vex_Imm4 comments.
457 * i386-init.h: Regenerated.
458 * i386-tbl.h: Likewise.
460 2009-02-23 Richard Earnshaw <rearnsha@arm.com>
462 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
463 vq{r}shr{u}n.s64 insnstructions.
465 2009-02-19 Peter Bergner <bergner@vnet.ibm.com>
467 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
468 operand to be a float point register (FRT/FRS).
470 2009-02-18 Adam Nemet <anemet@caviumnetworks.com>
472 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
473 dmfc2 and dmtc2 before the architecture-level variants.
475 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
477 * fr30-opc.c: Regenerate.
478 * frv-opc.c: Regenerate.
479 * ip2k-opc.c: Regenerate.
480 * iq2000-opc.c: Regenerate.
481 * lm32-opc.c: Regenerate.
482 * m32c-opc.c: Regenerate.
483 * m32r-opc.c: Regenerate.
484 * mep-opc.c: Regenerate.
485 * mt-opc.c: Regenerate.
486 * xc16x-opc.c: Regenerate.
487 * xstormy16-opc.c: Regenerate.
488 * tic54x-dis.c (print_instruction): Avoid compiler warning on
491 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
493 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
495 2009-02-05 Peter Bergner <bergner@vnet.ibm.com>
497 * ppc-opc.c: Update copyright year.
498 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
499 ordering for POWER4 and later and use the correct Server ordering.
501 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
503 AVX Programming Reference (January, 2009)
504 * i386-dis.c (PREFIX_VEX_3A44): New.
505 (VEX_LEN_3A44_P_2): Likewise.
506 (PREFIX_VEX_3A48): Updated.
507 (VEX_LEN_3A4C_P_2): Likewise.
508 (prefix_table): Add PREFIX_VEX_3A44.
509 (vex_table): Likewise.
510 (vex_len_table): Add VEX_LEN_3A44_P_2.
512 * i386-opc.tbl: Add PCLMUL + AVX instructions.
513 * i386-tbl.h: Regenerated.
515 2009-02-03 Sandip Matte <sandip@rmicorp.com>
517 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
518 (mips_arch_choices): Add XLR entry.
519 * mips-opc.c (XLR): Define.
520 (mips_builtin_opcodes): Add XLR instructions.
522 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
524 * Makefile.am: Add install-pdf target.
525 * po/Make-in: Add install-pdf target.
526 * Makefile.in: Regenerate.
528 2009-02-02 DJ Delorie <dj@redhat.com>
530 * mep-asm.c: Regenerate.
531 * mep-desc.c: Regenerate.
532 * mep-desc.h: Regenerate.
533 * mep-dis.c: Regenerate.
534 * mep-ibld.c: Regenerate.
535 * mep-opc.c: Regenerate.
536 * mep-opc.h: Regenerate.
538 2009-01-29 Mark Mitchell <mark@codesourcery.com>
540 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
543 2009-01-28 Chao-ying Fu <fu@mips.com>
545 * mips-opc.c (suxc1): Add the flag of FP_D.
547 2009-01-20 Alan Modra <amodra@bigpond.net.au>
549 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
550 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
551 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
552 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
553 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
554 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
555 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
556 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
558 2009-01-16 Alan Modra <amodra@bigpond.net.au>
560 * configure.in (commonbfdlib): Delete.
561 (SHARED_LIBADD): Add pic libiberty if such is available.
562 * configure: Regenerate.
563 * po/POTFILES.in: Regenerate.
565 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
567 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
568 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
569 operand form and enable the four operand form for POWER6 and later.
570 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
571 three operand form for POWER6 and later.
573 2009-01-14 Mike Frysinger <vapier@gentoo.org>
575 * bfin-dis.c (OUTS): Use "%s" as format string.
577 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
579 * i386-gen.c (cpu_flag_init): Remove a white space.
580 (operand_type_init): Likewise.
582 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
584 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
585 * i386-tbl.h: Regenerated.
587 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
589 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
590 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
593 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
595 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
596 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
597 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
598 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
601 (set_bitfield): Take an argument, lineno. Don't report lineno
602 on error if it is -1.
603 (process_i386_cpu_flag): Take an argument, lineno.
604 (process_i386_opcode_modifier): Likewise.
605 (process_i386_operand_type): Likewise.
606 (output_i386_opcode): Likewise.
607 (opcode_hash_entry): Add lineno.
608 (process_i386_opcodes): Updated.
609 (process_i386_registers): Likewise.
610 (process_i386_initializers): Likewise.
612 * i386-opc.h (CpuP4): Removed.
616 (CpuSYSCALL): Likewise.
618 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
619 cpuclflush and cpusyscall.
621 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
623 * i386-init.h: Regenerated.
624 * i386-tbl.h: Likewise.
626 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
628 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
629 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
630 (cpu_flags): Add CpuRdtscp.
631 (set_bitfield): Remove CpuSledgehammer check.
633 * i386-opc.h (CpuRdtscp): New.
635 (i386_cpu_flags): Add cpurdtscp.
637 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
638 * i386-init.h: Regenerated.
639 * i386-tbl.h: Likewise.
641 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
643 * ppc-opc.c (PPCNONE): Define.
645 (powerpc_opcodes): Initialize the new "deprecated" field.
647 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
649 AVX Programming Reference (December, 2008)
650 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
651 (VEX_LEN_E7_P_2_M_0): Likewise.
652 (VEX_LEN_2C_P_1): Updated.
653 (VEX_LEN_E8_P_2): Likewise.
654 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
655 (mod_table): Likewise.
657 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
658 * i386-tbl.h: Regenerated.
660 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
662 * i386-gen.c (process_copyright): Update for 2009.
664 * i386-init.h: Regenerated.
665 * i386-tbl.h: Likewise.
667 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
669 AVX Programming Reference (December, 2008)
670 * i386-dis.c (OP_VEX_FMA): Removed.
671 (OP_EX_VexW): Likewise.
672 (OP_EX_VexImmW): Likewise.
673 (OP_XMM_VexW): Likewise.
674 (VEXI4_Fixup): Likewise.
675 (VPERMIL2_Fixup): Likewise.
678 (Vex128FMA): Likewise.
682 (EXVexImmW): Likewise.
684 (VPERMIL2): Likewise.
685 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
686 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
687 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
688 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
689 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
690 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
691 (get_vex_imm8): Likewise.
692 (OP_EX_VexReg): Likewise.
693 vpermil2_op): Likewise.
695 (vex_w_dq_mode): Likewise.
696 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
697 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
698 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
700 (PREFIX_VEX_38DB): Likewise.
701 (PREFIX_VEX_3A4A): Likewise.
702 (PREFIX_VEX_3A60): Likewise.
703 (PREFIX_VEX_3ADF): Likewise.
704 (VEX_LEN_3ADF_P_2): Likewise.
705 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
706 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
707 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
708 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
709 PREFIX_VEX_3896...PREFIX_VEX_389F,
710 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
711 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
712 (vex_table): Likewise.
713 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
714 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
715 (putop): Support "%XW".
716 (intel_operand_size): Handle vex_w_dq_mode.
718 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
720 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
721 instructions. Add new FMA instructions.
722 * i386-tbl.h: Regenerated.
724 2009-01-02 Matthias Klose <doko@ubuntu.com>
726 * or32-opc.c (or32_print_register, or32_print_immediate,
727 disassemble_insn): Don't rely on undefined sprintf behaviour.
729 For older changes see ChangeLog-2008
735 version-control: never