Regenerate tree using Autoconf 2.64 and Automake 1.11.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * Makefile.in: Regenerate.
4 * aclocal.m4: Likewise.
5 * config.in: Likewise.
6 * configure: Likewise.
7
8 2009-08-06 Michael Eager <eager@eagercon.com>
9
10 * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to
11 CFILES, microblaze-dis.lo to ALL_MACHINES, targets.
12 * Makefile.in: Regenerate.
13 * configure.in: Add bfd_microblaze_arch target.
14 * configure: Regenerate.
15 * disassemble.c: Define ARCH_microblaze, return
16 print_insn_microblaze().
17 * microblaze-dis.c: New MicroBlaze disassembler.
18 * microblaze-opc.h: New MicroBlaze opcode definitions.
19 * microblaze-opcm.h: New MicroBlaze opcode types.
20
21 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
22
23 * configure.in: Handle bfd_l1om_arch.
24 * disassemble.c (disassembler): Likewise.
25
26 * configure: Regenerated.
27
28 * i386-dis.c (print_insn): Handle bfd_mach_l1om and
29 bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM.
30
31 * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
32 Add CPU_L1OM_FLAGS.
33 (cpu_flags): Add CpuL1OM.
34 (set_bitfield): Take an argument to set the value field.
35 (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
36 (process_i386_opcode_modifier): Updated.
37 (process_i386_operand_type): Likewise.
38 * i386-init.h: Regenerated.
39 * i386-tbl.h: Likewise.
40
41 * i386-opc.h (CpuL1OM): New.
42 (CpuXsave): Updated.
43 (i386_cpu_flags): Add cpul1om.
44
45 2009-07-24 Jan Beulich <jbeulich@novell.com>
46
47 * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add
48 frstpm.
49 * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed.
50 (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP.
51 (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387.
52 * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP):
53 Define.
54 (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687,
55 and cpufisttp.
56 * i386-opc.tbl: Qualify floating point instructions by their
57 respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos,
58 and fsincos to be avilable only on 387. Fix fstsw ax to be
59 available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm,
60 and frstpm.
61 * i386-init.h, i386-tbl.h: Regenerate.
62
63 2009-07-20 Nick Clifton <nickc@redhat.com>
64
65 PR 10288
66 * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register
67 offset or indexed based addressing mode 3.
68
69 2009-07-14 Nick Clifton <nickc@redhat.com>
70
71 PR 10288
72 * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1
73 patterns.
74 (arm_decode_shift): Catch illegal register based shifts.
75 (print_insn_arm): Properly handle negative register r0
76 post-indexed addressing.
77
78 2009-07-10 Doug Kwan <dougkwan@google.com>
79
80 * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only
81 lower 32 bits of long types to make hexadecimal output consistent
82 on both 32-bit and 64-bit hosts.
83
84 2009-07-10 Alan Modra <amodra@bigpond.net.au>
85
86 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h,
87 * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h,
88 * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h,
89 * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h,
90 * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h,
91 * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
92 * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c,
93 * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h,
94 * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h,
95 * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h,
96 * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h,
97 * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
98
99 2009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
100
101 * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
102
103 2009-07-07 Nick Clifton <nickc@redhat.com>
104
105 PR 10288
106 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled
107 addressing modes.
108
109 2009-07-06 DJ Delorie <dj@redhat.com>
110
111 * mep-desc.c: Regenerate.
112 * mep-desc.h: Regenerate.
113 * mep-opc.c: Regenerate.
114 * mep-opc.h: Regenerate.
115
116 2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
117
118 * i386-opc.h (CpuFMA4): Add CpuFMA4.
119 (i386_cpu_flags): New.
120 * i386-gen.c: Add CPU_FMA4_FLAGS.
121 * i386-opc.tbl: Add FMA4 instructions.
122 * i386-tbl.h: Regenerate.
123 * i386-init.h: Regenerate.
124 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
125 (OP_XMM_VexW): Ditto.
126 (OP_EX_VexW): Ditto.
127 (VEXI4_Fixup): Ditto.
128 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
129 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
130 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
131 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
132 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
133 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
134 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
135 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
136 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
137 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
138 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
139 (get_vex_imm8): New. handle FMA4.
140 (OP_EX_VexReg): Ditto.
141
142 2009-06-30 Nick Clifton <nickc@redhat.com>
143
144 PR 10288
145 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
146 LFM and SFM instructions as comments,.
147 Improve consistency of formatting for instructions displayed as
148 comments and decimal values displayed with their hexadecimal
149 equivalents.
150 Formatting tidy ups.
151
152 2009-06-29 Nick Clifton <nickc@redhat.com>
153
154 PR 10288
155 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
156 boundary between variaant and generic coprocessor instuctions.
157 (coprocessor): Use it.
158 Fix architecture version of MCRR and MRRC instructions.
159 (arm_opcdes): Fix patterns for STRB and STRH instructions.
160 (print_insn_coprocessor): Check architecture and extension masks.
161 Print a hexadecimal version of any decimal constant that is
162 outside of the range of -16 to +32.
163 (print_arm_address): Add a return value of the offset used in the
164 adress, if it is worth printing a hexadecimal version of it.
165 (print_insn_neon): Print a hexadecimal version of any decimal
166 constant that is outside of the range of -16 to +32.
167 (print_insn_arm): Likewise.
168 (print_insn_thumb16): Likewise.
169 (print_insn_thumb32): Likewise.
170
171 PR 10297
172 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
173 of an undefined instruction.
174 (arm_opcodes): Use it.
175 (thumb_opcod): Use it.
176 (thumb32_opc): Use it.
177
178 2009-06-23 DJ Delorie <dj@redhat.com>
179
180 * mep-desc.c: Regenerate.
181 * mep-desc.h: Regenerate.
182 * mep-dis.c: Regenerate.
183 * mep-ibld.c: Regenerate.
184 * mep-opc.c: Regenerate.
185
186 * mep-asm.c: Regenerate.
187 * mep-opc.c: Regenerate.
188 * mep-opc.h: Regenerate.
189
190 2009-06-22 Nick Clifton <nickc@redhat.com>
191
192 * po/fi.po: Updated Finish translation.
193
194 2009-06-22 Alan Modra <amodra@bigpond.net.au>
195
196 * m32c-asm.c: Regenerate.
197
198 2009-06-22 Alan Modra <amodra@bigpond.net.au>
199
200 * score-dis.c (print_insn_score48, print_insn_score32): Move default
201 case label to proper lexical block.
202 * score7-dis.c (print_insn_score32): Likewise.
203
204 2009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
205
206 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
207 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
208 * s390-opc.txt (nopr, nop): Use new instruction format.
209
210 2009-06-18 Nick Clifton <nickc@redhat.com>
211
212 PR 10288
213 * arm-dis.c (print_insn_coprocessor): Check that a user specified
214 ARM architecture supports the matched instruction.
215 (print_insn_arm): Likewise.
216 (select_arm_features): New function. Fills in the fields of an
217 arm_feature_set structure based on a given arm machine number.
218 (print_insn): Initialise an arm_feature_set structure.
219
220 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
221
222 * vax-dis.c (is_function_entry): Return success for synthetic
223 symbols too.
224 (is_plt_tail): New function.
225 (print_insn_vax): Decode PLT entry offset longword.
226
227 2009-06-15 Nick Clifton <nickc@redhat.com>
228
229 PR 10186
230 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
231 instruction.
232
233 PR 10173
234 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
235
236 2009-06-15 Nick Clifton <nickc@redhat.com>
237
238 PR 10263
239 * arm-dis.c (print_insn): Ignore is_data if the user has requested
240 the disassembly of data as well as instructions.
241
242 2009-06-11 Doug Evans <dje@sebabeach.org>
243
244 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
245
246 2009-06-11 Anthony Green <green@moxielogic.com>
247
248 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
249 (moxie_form3_opc_info): Add branch instructions.
250 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
251 encoded instructions.
252
253 2009-06-06 Anthony Green <green@moxielogic.com>
254
255 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
256 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
257
258 2009-06-04 Alan Modra <amodra@bigpond.net.au>
259
260 * dep-in.sed: Don't use \n in replacement part of s command.
261 * Makefile.am (DEP1): LC_ALL for uniq.
262 * Makefile.in: Regenerate.
263
264 2009-06-02 Nick Clifton <nickc@redhat.com>
265
266 * po/nl.po: Updated Dutch translation.
267
268 2009-06-02 Tristan Gingold <gingold@adacore.com>
269
270 * ia64-gen.c (parse_resource_users, print_dependency_table,
271 add_dis_table_ent, finish_distable, insert_bit_table_ent,
272 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
273 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
274 insert_completer_entry, print_completer_entry, print_completer_table,
275 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
276
277 2009-05-28 DJ Delorie <dj@redhat.com>
278
279 * mep-asm.c: Regenerate.
280 * mep-desc.c: Regenerate.
281
282 2009-05-26 DJ Delorie <dj@redhat.com>
283
284 * mep-asm.c: Regenerate.
285 * mep-desc.c: Regenerate.
286 * mep-desc.h: Regenerate.
287 * mep-dis.c: Regenerate.
288 * mep-ibld.c: Regenerate.
289 * mep-opc.c: Regenerate.
290 * mep-opc.h: Regenerate.
291
292 2009-05-26 Nick Clifton <nickc@redhat.com>
293
294 * po/id.po: Updated Indonesian translation.
295 * po/opcodes.pot: Updated template file.
296
297 2009-05-26 Alan Modra <amodra@bigpond.net.au>
298
299 * dep-in.sed: Don't modify .o to .lo here. Output one filename
300 per line with all lines having continuation backslash. Prefix
301 first line with "A", following lines with "B".
302 * Makefile.am (DEP): Don't use dep.sed here.
303 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
304 dep.sed here on dependencies, sort and uniq.
305 * Makefile.in: Regenerate.
306
307 2009-05-25 Tristan Gingold <gingold@adacore.com>
308
309 * makefile.vms (OPT): New variable.
310 (CFLAGS): Update compilation flags.
311
312 2009-05-22 DJ Delorie <dj@redhat.com>
313
314 * mep-asm.c: Regenerate.
315 * mep-desc.c: Regenerate.
316 * mep-desc.h: Regenerate.
317 * mep-dis.c: Regenerate.
318 * mep-ibld.c: Regenerate.
319 * mep-opc.c: Regenerate.
320 * mep-opc.h: Regenerate.
321
322 2009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
323
324 * i386-opc.h (Cpusse5): Delete.
325 (i386_cpu_flags): Delete.
326 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
327 * i386-opc.tbl: Remove SSE5 instructions.
328 * i386-tbl.h: Regenerate.
329 * i386-init.h: Regenerate.
330 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
331 (print_drex_arg): Delete.
332 (OP_DREX4): Delete.
333 (OP_DREX3): Delete.
334 (OP_DREX_ICMP): Delete.
335 (OP_DREX_FCMP): Delete.
336 (DREX_*): Delete.
337 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
338
339 2009-05-22 Alan Modra <amodra@bigpond.net.au>
340
341 * Makefile.am: Run "make dep-am".
342 * Makefile.in: Regenerate.
343 * po/POTFILES.in: Regenerate.
344
345 2009-05-19 DJ Delorie <dj@redhat.com>
346
347 * mep-asm.c: Regenerate.
348 * mep-opc.c: Regenerate.
349
350 2009-04-30 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-04-17 DJ Delorie <dj@redhat.com
361
362 * mep-desc.c: Regenerate.
363 * mep-ibld.c: Regenerate.
364 * mep-opc.c: Regenerate.
365 * mep-opc.h: Regenerate.
366
367 2009-04-15 Anthony Green <green@moxielogic.com>
368
369 * moxie-opc.c, moxie-dis.c: Created.
370 * Makefile.am: Build the moxie source files.
371 * configure.in: Add moxie support.
372 * Makefile.in, configure: Rebuilt.
373 * disassemble.c (disassembler): Add moxie support.
374 (ARCH_moxie): Define.
375
376 2009-04-15 Jan Beulich <jbeulich@novell.com>
377
378 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
379 extension to None.
380 (pshab, pshaw, pshad, pshaq): Likewise.
381 * i386-tbl.h: Re-generate.
382
383 2009-04-08 DJ Delorie <dj@redhat.com
384
385 * mep-asm.c: Regenerate.
386 * mep-desc.c: Regenerate.
387 * mep-desc.h: Regenerate.
388 * mep-dis.c: Regenerate.
389 * mep-ibld.c: Regenerate.
390 * mep-opc.c: Regenerate.
391 * mep-opc.h: Regenerate.
392
393 2009-04-07 Peter Bergner <bergner@vnet.ibm.com>
394
395 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
396 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
397 Reorder entries so the extended mnemonics are listed before tlbilx.
398
399 2009-04-02 Peter Bergner <bergner@vnet.ibm.com>
400
401 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
402 due to -many/-Many.
403 (print_insn_powerpc): Make sure we only deprecate instructions using
404 the original dialect and not a modified dialect due to -Many handling.
405 Move the handling of the condition register and default operands to
406 the end of the if/else if/else chain.
407 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
408 instructions from newer processors are listed before older ones.
409 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
410 that have instructions with conflicting opcodes.
411
412 2009-04-01 Peter Bergner <bergner@vnet.ibm.com>
413
414 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
415 E500MC entries.
416
417 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
418
419 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
420
421 2009-03-30 Joseph Myers <joseph@codesourcery.com>
422
423 * arm-dis.c (print_insn): Also check section matches in backwards
424 search for mapping symbol.
425
426 2009-03-26 H.J. Lu <hongjiu.lu@intel.com>
427
428 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
429
430 2009-03-18 Alan Modra <amodra@bigpond.net.au>
431
432 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
433 * Makefile.am: Run "make dep-am".
434 * Makefile.in: Regenerate.
435 * openrisc-opc.c: Regenerate.
436
437 2009-03-10 Nick Clifton <nickc@redhat.com>
438
439 * po/id.po: Updated Indonesian translation.
440
441 2009-03-10 Alan Modra <amodra@bigpond.net.au>
442
443 * ppc-dis.c: Include "opintl.h".
444 (struct ppc_mopt, ppc_opts): New.
445 (ppc_parse_cpu): New function.
446 (powerpc_init_dialect): Use it.
447 (print_ppc_disassembler_options): Dump options from ppc_opts.
448 Internationalize message.
449
450 2009-03-06 Nick Clifton <nickc@redhat.com>
451
452 * po/es.po: Updated Spanish translation.
453
454 2009-03-04 Alan Modra <amodra@bigpond.net.au>
455
456 PR 6768
457 * configure.in: Test for ld --as-needed support. Link shared
458 libopcodes against libm.
459 * configure: Regenerate.
460
461 2009-03-03 Peter Bergner <bergner@vnet.ibm.com>
462
463 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
464 instructions from newer processors are listed before older ones.
465
466 2009-03-03 Alan Modra <amodra@bigpond.net.au>
467
468 * Makefile.am: Run "make dep-am".
469 (HFILES): Move lm32-desc.h and lm32-opc.h from..
470 (CFILES): ..here.
471 * Makefile.in: Regenerate.
472
473 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
474
475 * score7-dis.c: New file.
476 * Makefile.am: Add dependencies for score7-dis.c.
477 * Makefile.in: Regenerate.
478 * configure.in: Add score7-dis to score files.
479 * configure: Regenerate.
480 * score-dis.c: Add support for score7 architecture.
481 * score-opc.h: Likewise.
482
483 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
484
485 * configure: Regenerate.
486
487 2009-02-27 H.J. Lu <hongjiu.lu@intel.com>
488
489 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
490
491 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
492
493 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
494 the power7 and the isel instructions.
495 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
496 (insert_dm, extract_dm): Likewise.
497 (XB6): Update comment to include XX2 form.
498 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
499 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
500 (RemoveXX3DM): Delete.
501 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
502 "mftgpr">: Deprecate for POWER7.
503 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
504 "frsqrte.">: Deprecate the three operand form and enable the two
505 operand form for POWER7 and later.
506 <"wait">: Extend to accept optional parameter. Enable for POWER7.
507 <"waitsrv", "waitimpl">: Add extended opcodes.
508 <"ldbrx", "stdbrx">: Enable for POWER7.
509 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
510 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
511 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
512 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
513 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
514 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
515 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
516 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
517 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
518 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
519 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
520 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
521 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
522 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
523 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
524 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
525 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
526 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
527 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
528 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
529 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
530 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
531 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
532 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
533 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
534 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
535 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
536 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
537 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
538 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
539 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
540 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
541 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
542 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
543 "xxspltw", "xxswapd">: Add VSX opcodes.
544
545 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
546
547 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
548 (operand_types): Remove Vex_Imm4.
549
550 * i386-opc.h (Vex_Imm4): Removed.
551 (OTMax): Updated.
552 (i386_operand_type): Remove vex_imm4.
553
554 * i386-opc.tbl: Remove Vex_Imm4 comments.
555 * i386-init.h: Regenerated.
556 * i386-tbl.h: Likewise.
557
558 2009-02-23 Richard Earnshaw <rearnsha@arm.com>
559
560 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
561 vq{r}shr{u}n.s64 insnstructions.
562
563 2009-02-19 Peter Bergner <bergner@vnet.ibm.com>
564
565 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
566 operand to be a float point register (FRT/FRS).
567
568 2009-02-18 Adam Nemet <anemet@caviumnetworks.com>
569
570 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
571 dmfc2 and dmtc2 before the architecture-level variants.
572
573 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
574
575 * fr30-opc.c: Regenerate.
576 * frv-opc.c: Regenerate.
577 * ip2k-opc.c: Regenerate.
578 * iq2000-opc.c: Regenerate.
579 * lm32-opc.c: Regenerate.
580 * m32c-opc.c: Regenerate.
581 * m32r-opc.c: Regenerate.
582 * mep-opc.c: Regenerate.
583 * mt-opc.c: Regenerate.
584 * xc16x-opc.c: Regenerate.
585 * xstormy16-opc.c: Regenerate.
586 * tic54x-dis.c (print_instruction): Avoid compiler warning on
587 sprintf call.
588
589 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
590
591 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
592
593 2009-02-05 Peter Bergner <bergner@vnet.ibm.com>
594
595 * ppc-opc.c: Update copyright year.
596 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
597 ordering for POWER4 and later and use the correct Server ordering.
598
599 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
600
601 AVX Programming Reference (January, 2009)
602 * i386-dis.c (PREFIX_VEX_3A44): New.
603 (VEX_LEN_3A44_P_2): Likewise.
604 (PREFIX_VEX_3A48): Updated.
605 (VEX_LEN_3A4C_P_2): Likewise.
606 (prefix_table): Add PREFIX_VEX_3A44.
607 (vex_table): Likewise.
608 (vex_len_table): Add VEX_LEN_3A44_P_2.
609
610 * i386-opc.tbl: Add PCLMUL + AVX instructions.
611 * i386-tbl.h: Regenerated.
612
613 2009-02-03 Sandip Matte <sandip@rmicorp.com>
614
615 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
616 (mips_arch_choices): Add XLR entry.
617 * mips-opc.c (XLR): Define.
618 (mips_builtin_opcodes): Add XLR instructions.
619
620 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
621
622 * Makefile.am: Add install-pdf target.
623 * po/Make-in: Add install-pdf target.
624 * Makefile.in: Regenerate.
625
626 2009-02-02 DJ Delorie <dj@redhat.com>
627
628 * mep-asm.c: Regenerate.
629 * mep-desc.c: Regenerate.
630 * mep-desc.h: Regenerate.
631 * mep-dis.c: Regenerate.
632 * mep-ibld.c: Regenerate.
633 * mep-opc.c: Regenerate.
634 * mep-opc.h: Regenerate.
635
636 2009-01-29 Mark Mitchell <mark@codesourcery.com>
637
638 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
639 qsub, and qdsub.
640
641 2009-01-28 Chao-ying Fu <fu@mips.com>
642
643 * mips-opc.c (suxc1): Add the flag of FP_D.
644
645 2009-01-20 Alan Modra <amodra@bigpond.net.au>
646
647 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
648 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
649 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
650 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
651 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
652 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
653 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
654 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
655
656 2009-01-16 Alan Modra <amodra@bigpond.net.au>
657
658 * configure.in (commonbfdlib): Delete.
659 (SHARED_LIBADD): Add pic libiberty if such is available.
660 * configure: Regenerate.
661 * po/POTFILES.in: Regenerate.
662
663 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
664
665 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
666 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
667 operand form and enable the four operand form for POWER6 and later.
668 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
669 three operand form for POWER6 and later.
670
671 2009-01-14 Mike Frysinger <vapier@gentoo.org>
672
673 * bfin-dis.c (OUTS): Use "%s" as format string.
674
675 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
676
677 * i386-gen.c (cpu_flag_init): Remove a white space.
678 (operand_type_init): Likewise.
679
680 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
681
682 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
683 * i386-tbl.h: Regenerated.
684
685 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
686
687 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
688 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
689 subS, xorS and cmpS.
690
691 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
692
693 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
694 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
695 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
696 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
697 and CpuSYSCALL.
698 (lineno): Removed.
699 (set_bitfield): Take an argument, lineno. Don't report lineno
700 on error if it is -1.
701 (process_i386_cpu_flag): Take an argument, lineno.
702 (process_i386_opcode_modifier): Likewise.
703 (process_i386_operand_type): Likewise.
704 (output_i386_opcode): Likewise.
705 (opcode_hash_entry): Add lineno.
706 (process_i386_opcodes): Updated.
707 (process_i386_registers): Likewise.
708 (process_i386_initializers): Likewise.
709
710 * i386-opc.h (CpuP4): Removed.
711 (CpuK6): Likewise.
712 (CpuK8): Likewise.
713 (CpuClflush): New.
714 (CpuSYSCALL): Likewise.
715 (CpuMMX): Updated.
716 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
717 cpuclflush and cpusyscall.
718
719 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
720 syscall and sysret.
721 * i386-init.h: Regenerated.
722 * i386-tbl.h: Likewise.
723
724 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
725
726 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
727 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
728 (cpu_flags): Add CpuRdtscp.
729 (set_bitfield): Remove CpuSledgehammer check.
730
731 * i386-opc.h (CpuRdtscp): New.
732 (CpuLM): Updated.
733 (i386_cpu_flags): Add cpurdtscp.
734
735 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
736 * i386-init.h: Regenerated.
737 * i386-tbl.h: Likewise.
738
739 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
740
741 * ppc-opc.c (PPCNONE): Define.
742 (NOPOWER4): Delete.
743 (powerpc_opcodes): Initialize the new "deprecated" field.
744
745 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
746
747 AVX Programming Reference (December, 2008)
748 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
749 (VEX_LEN_E7_P_2_M_0): Likewise.
750 (VEX_LEN_2C_P_1): Updated.
751 (VEX_LEN_E8_P_2): Likewise.
752 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
753 (mod_table): Likewise.
754
755 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
756 * i386-tbl.h: Regenerated.
757
758 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
759
760 * i386-gen.c (process_copyright): Update for 2009.
761
762 * i386-init.h: Regenerated.
763 * i386-tbl.h: Likewise.
764
765 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
766
767 AVX Programming Reference (December, 2008)
768 * i386-dis.c (OP_VEX_FMA): Removed.
769 (OP_EX_VexW): Likewise.
770 (OP_EX_VexImmW): Likewise.
771 (OP_XMM_VexW): Likewise.
772 (VEXI4_Fixup): Likewise.
773 (VPERMIL2_Fixup): Likewise.
774 (VexI4): Likewise.
775 (VexFMA): Likewise.
776 (Vex128FMA): Likewise.
777 (EXVexW): Likewise.
778 (EXdVexW): Likewise.
779 (EXqVexW): Likewise.
780 (EXVexImmW): Likewise.
781 (XMVexW): Likewise.
782 (VPERMIL2): Likewise.
783 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
784 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
785 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
786 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
787 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
788 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
789 (get_vex_imm8): Likewise.
790 (OP_EX_VexReg): Likewise.
791 vpermil2_op): Likewise.
792 (EXVexWdq): New.
793 (vex_w_dq_mode): Likewise.
794 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
795 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
796 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
797 (es_reg): Updated.
798 (PREFIX_VEX_38DB): Likewise.
799 (PREFIX_VEX_3A4A): Likewise.
800 (PREFIX_VEX_3A60): Likewise.
801 (PREFIX_VEX_3ADF): Likewise.
802 (VEX_LEN_3ADF_P_2): Likewise.
803 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
804 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
805 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
806 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
807 PREFIX_VEX_3896...PREFIX_VEX_389F,
808 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
809 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
810 (vex_table): Likewise.
811 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
812 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
813 (putop): Support "%XW".
814 (intel_operand_size): Handle vex_w_dq_mode.
815
816 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
817
818 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
819 instructions. Add new FMA instructions.
820 * i386-tbl.h: Regenerated.
821
822 2009-01-02 Matthias Klose <doko@ubuntu.com>
823
824 * or32-opc.c (or32_print_register, or32_print_immediate,
825 disassemble_insn): Don't rely on undefined sprintf behaviour.
826
827 For older changes see ChangeLog-2008
828 \f
829 Local Variables:
830 mode: change-log
831 left-margin: 8
832 fill-column: 74
833 version-control: never
834 End:
This page took 0.072578 seconds and 4 git commands to generate.