* config/bfin-parse.y (gen_multi_instr_1): Check anomaly
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
c958a8a8
JZ
12009-09-03 Jie Zhang <jie.zhang@analog.com>
2
3 * bfin-dis.c (IS_DREG): Define.
4 (IS_PREG): Define.
5 (IS_AREG): Define.
6 (IS_GENREG): Define.
7 (IS_DAGREG): Define.
8 (IS_SYSREG): Define.
9 (decode_REGMV_0): Check illegal register move instructions.
10
3df5879c
DK
112009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
12
13 * Makefile.am (BUILD_LIBINTL): New variable.
14 (i386-gen$(EXEEXT_FOR_BUILD)): Use it.
15 (ia64-gen$(EXEEXT_FOR_BUILD)): And here.
16 (z8kgen$(EXEEXT_FOR_BUILD)): And here.
17 * Makefile.in: Regenerate.
18
05316052
DD
192009-09-01 DJ Delorie <dj@redhat.com>
20
21 * mep-asm.c: Regenerate.
22 * mep-desc.c: Regenerate.
23 * mep-opc.c: Regenerate.
24
e06ae0d4
TG
252009-09-01 Tristan Gingold <gingold@adacore.com>
26
27 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
28 dependencies. Remove unused FORMAT variable.
29 * configure.com: New file to create build.com DCL script for
30 Itanium VMS or Alpha VMS.
31
d3ce72d0
NC
322009-08-29 Martin Thuresson <martin@mtme.org>
33
34 * cris-dis.c (bytes_to_skip): Update code to use new name.
35 * i386-dis.c (putop): Update code to use new name.
36 * i386-gen.c (process_i386_opcodes): Update code to use
37 new name.
38 * i386-opc.h (struct template): Rename struct template to
39 insn_template. Update code accordingly.
40 * i386-tbl.h (i386_optab): Update type to use new name.
41 * ia64-dis.c (print_insn_ia64): Rename variable template
42 to template_val.
43 * tic30-dis.c (struct instruction, get_tic30_instruction):
44 Update code to use new name.
45 * tic54x-dis.c (has_lkaddr, get_insn_size)
46 (print_parallel_instruction, print_insn_tic54x, tic54x_get_insn):
47 Update code to use new name.
48 * tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab):
49 Update type to new name.
50 * z8kgen.c (internal, gas): Rename variable new to new_op.
51
791f3971
L
522009-08-28 H.J. Lu <hongjiu.lu@intel.com>
53
54 * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS.
55 Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD.
56 (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with
57 CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
58 * Makefile.in: Regenerated.
59
573e8a1c
RW
602009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
61
62 * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
63 [INSTALL_LIBBFD]: ... here, ...
64 [INSTALL_LIBBFD]: ... and empty overrides here.
65 [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
66 [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
67 * Makefile.in: Regenerate.
68 * configure: Regenerate.
69
f7922329
NC
702009-08-26 Philippe De Muyter <phdm@macqel.be>
71
72 * m68k-dis.c (print_insn_arg): Add movecr register names for
73 coldfire v4e families.
74
ff13a42d
RW
752009-08-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
76
77 * Makefile.am (SUBDIRS): Build '.' before 'po'.
78 (COMPILE_FOR_BUILD, LINK_FOR_BUILD, BUILD_LIBIBERTY)
79 (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
80 (i386-gen$(EXEEXT_FOR_BUILD)): Renamed from i386-gen, rewrite
81 using *BUILD variables, depend upon $(BUILD_LIBIBERTY).
82 (i386-gen.o): New rule.
83 ($(srcdir)/i386-init.h): Adjust.
84 (i386-opc.lo): Depend on $(srcdir)/i386-tbl.h.
85 (ia64-gen$(EXEEXT_FOR_BUILD)): Rename from ia64-gen, adjust likewise.
86 (ia64-gen.o): New rule.
87 (ia64_asmtab_deps): New variable.
88 ($(srcdir)/ia64-asmtab.c): Use it; adjust likewise.
89 (ia64-opc.lo): Depend on $(srcdir)/ia64-asmtab.c.
90 (s390-mkopc$(EXEEXT_FOR_BUILD)): Rename from s390-mkopc, adjust
91 likewise.
92 (s390-opc.tab): Adjust.
93 (z8kgen$(EXEEXT_FOR_BUILD), z8kgen.o, $(srcdir)/z8k-opc.h): New
94 rules.
95 (z8k-dis.lo): Depend on $(srcdir)/z8k-opc.h.
96 * Makefile.in: Regenerate.
97 * z8kgen.c (gas): Avoid '/*' in comment.
98 * z8k-opc.h (func): Regenerate.
99
6f01793d
RW
1002009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
101
102 * Makefile.am (TARGET_LIBOPCODES_CFILES): New variable, taken
103 from $(CFILES), sorted, with dis-buf.c, dis-init.c, disassemble.c,
104 i386-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, ia64-opc-i.c,
105 ia64-opc-m.c, ia64-opc-d.c, ia64-gen.c, ia64-asmtab.c removed, and
106 msp430-dis.c added.
107 (LIBOPCODES_CFILES): New variable, adding to
108 TARGET_LIBOPCODES_CFILES also non-target library sources.
109 (CFILES): Factorize based on $(LIBOPCODES_CFILES), adding generator
110 files.
111 (ALL_MACHINES): Factorize based on $(TARGET_LIBOPCODES_CFILES).
112 (EXTRA_libopcodes_la_SOURCES): Use $(LIBOPCODES_CFILES).
113 * Makefile.in: Regenerate.
114 * po/POTFILES.in: Regenerate.
115
81ecdfbb
RW
1162009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
117
14ec8efd
RW
118 * Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
119 [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
120 [INSTALL_LIBBFD] (bfdinclude_DATA): New.
121 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
122 [!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
123 is built shared even if it is not to be installed.
124 (install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
125 (install_libopcodes, uninstall_libopcodes): Remove.
126 (AM_CPPFLAGS): Renamed from ...
127 (INCLUDES): ... this.
128 * Makefile.in: Regenerate.
129
758227f0
RW
130 * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add
131 1.11, foreign, no-dist.
132 (MKDEP, m32c_opc_h): Remove variables.
133 (disassemble.lo): Rewrite using automake-style dependency
134 tracking rules; only list the dependency upon the primary source
135 file, but no included headers.
136 (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo)
137 (i386-gen.o, ia64-gen.o): Remove dependency statements.
138 (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to
139 ensure all dependency fragments are included in the Makefile.
140 (s390-opc.lo): Depend on s390-opc.tab.
141 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
142 (mkdep section): Remove.
143 * Makefile.in: Regenerate.
144 * po/POTFILES.in: Regenerate.
145
af542c2e
RW
146 * Makefile.am (install-pdf, install-html): Remove.
147 * Makefile.in: Regenerate.
148
81ecdfbb
RW
149 * Makefile.in: Regenerate.
150 * aclocal.m4: Likewise.
151 * config.in: Likewise.
152 * configure: Likewise.
153
7ba29e2a
NC
1542009-08-06 Michael Eager <eager@eagercon.com>
155
156 * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to
157 CFILES, microblaze-dis.lo to ALL_MACHINES, targets.
158 * Makefile.in: Regenerate.
159 * configure.in: Add bfd_microblaze_arch target.
160 * configure: Regenerate.
161 * disassemble.c: Define ARCH_microblaze, return
162 print_insn_microblaze().
163 * microblaze-dis.c: New MicroBlaze disassembler.
164 * microblaze-opc.h: New MicroBlaze opcode definitions.
165 * microblaze-opcm.h: New MicroBlaze opcode types.
166
8a9036a4
L
1672009-07-25 H.J. Lu <hongjiu.lu@intel.com>
168
169 * configure.in: Handle bfd_l1om_arch.
170 * disassemble.c (disassembler): Likewise.
171
172 * configure: Regenerated.
173
174 * i386-dis.c (print_insn): Handle bfd_mach_l1om and
175 bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM.
176
177 * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
178 Add CPU_L1OM_FLAGS.
179 (cpu_flags): Add CpuL1OM.
180 (set_bitfield): Take an argument to set the value field.
181 (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
182 (process_i386_opcode_modifier): Updated.
183 (process_i386_operand_type): Likewise.
184 * i386-init.h: Regenerated.
185 * i386-tbl.h: Likewise.
186
187 * i386-opc.h (CpuL1OM): New.
188 (CpuXsave): Updated.
189 (i386_cpu_flags): Add cpul1om.
190
309d3373
JB
1912009-07-24 Jan Beulich <jbeulich@novell.com>
192
193 * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add
194 frstpm.
195 * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed.
196 (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP.
197 (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387.
198 * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP):
199 Define.
200 (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687,
201 and cpufisttp.
202 * i386-opc.tbl: Qualify floating point instructions by their
203 respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos,
204 and fsincos to be avilable only on 387. Fix fstsw ax to be
205 available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm,
206 and frstpm.
207 * i386-init.h, i386-tbl.h: Regenerate.
208
7769efb2
NC
2092009-07-20 Nick Clifton <nickc@redhat.com>
210
211 PR 10288
212 * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register
213 offset or indexed based addressing mode 3.
214
74bdfecf
NC
2152009-07-14 Nick Clifton <nickc@redhat.com>
216
217 PR 10288
218 * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1
219 patterns.
220 (arm_decode_shift): Catch illegal register based shifts.
221 (print_insn_arm): Properly handle negative register r0
222 post-indexed addressing.
223
d1aaab3c
DK
2242009-07-10 Doug Kwan <dougkwan@google.com>
225
226 * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only
227 lower 32 bits of long types to make hexadecimal output consistent
228 on both 32-bit and 64-bit hosts.
229
87337981
AM
2302009-07-10 Alan Modra <amodra@bigpond.net.au>
231
232 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h,
233 * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h,
234 * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h,
235 * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h,
236 * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h,
237 * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
238 * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c,
239 * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h,
240 * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h,
241 * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h,
242 * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h,
243 * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
244
1103f72c
NC
2452009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
246
247 * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
248
78c66db8
NC
2492009-07-07 Nick Clifton <nickc@redhat.com>
250
251 PR 10288
252 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled
253 addressing modes.
254
22102fb0
DD
2552009-07-06 DJ Delorie <dj@redhat.com>
256
257 * mep-desc.c: Regenerate.
258 * mep-desc.h: Regenerate.
259 * mep-opc.c: Regenerate.
260 * mep-opc.h: Regenerate.
261
922d8de8
DR
2622009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
263
264 * i386-opc.h (CpuFMA4): Add CpuFMA4.
265 (i386_cpu_flags): New.
266 * i386-gen.c: Add CPU_FMA4_FLAGS.
267 * i386-opc.tbl: Add FMA4 instructions.
268 * i386-tbl.h: Regenerate.
269 * i386-init.h: Regenerate.
270 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
271 (OP_XMM_VexW): Ditto.
272 (OP_EX_VexW): Ditto.
273 (VEXI4_Fixup): Ditto.
274 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
275 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
276 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
277 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
278 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
279 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
280 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
281 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
282 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
283 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
284 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
285 (get_vex_imm8): New. handle FMA4.
286 (OP_EX_VexReg): Ditto.
287
fe56b6ce
NC
2882009-06-30 Nick Clifton <nickc@redhat.com>
289
290 PR 10288
291 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
292 LFM and SFM instructions as comments,.
293 Improve consistency of formatting for instructions displayed as
294 comments and decimal values displayed with their hexadecimal
295 equivalents.
296 Formatting tidy ups.
297
05413229
NC
2982009-06-29 Nick Clifton <nickc@redhat.com>
299
300 PR 10288
301 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
302 boundary between variaant and generic coprocessor instuctions.
303 (coprocessor): Use it.
304 Fix architecture version of MCRR and MRRC instructions.
305 (arm_opcdes): Fix patterns for STRB and STRH instructions.
306 (print_insn_coprocessor): Check architecture and extension masks.
307 Print a hexadecimal version of any decimal constant that is
308 outside of the range of -16 to +32.
309 (print_arm_address): Add a return value of the offset used in the
310 adress, if it is worth printing a hexadecimal version of it.
311 (print_insn_neon): Print a hexadecimal version of any decimal
312 constant that is outside of the range of -16 to +32.
313 (print_insn_arm): Likewise.
314 (print_insn_thumb16): Likewise.
315 (print_insn_thumb32): Likewise.
316
317 PR 10297
318 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
319 of an undefined instruction.
320 (arm_opcodes): Use it.
321 (thumb_opcod): Use it.
322 (thumb32_opc): Use it.
323
378a0c07
DD
3242009-06-23 DJ Delorie <dj@redhat.com>
325
dab97f24
DD
326 * mep-desc.c: Regenerate.
327 * mep-desc.h: Regenerate.
328 * mep-dis.c: Regenerate.
329 * mep-ibld.c: Regenerate.
330 * mep-opc.c: Regenerate.
331
378a0c07
DD
332 * mep-asm.c: Regenerate.
333 * mep-opc.c: Regenerate.
334 * mep-opc.h: Regenerate.
335
aece7d2e
NC
3362009-06-22 Nick Clifton <nickc@redhat.com>
337
338 * po/fi.po: Updated Finish translation.
339
1998a8e0
AM
3402009-06-22 Alan Modra <amodra@bigpond.net.au>
341
342 * m32c-asm.c: Regenerate.
343
b33bafa0
AM
3442009-06-22 Alan Modra <amodra@bigpond.net.au>
345
346 * score-dis.c (print_insn_score48, print_insn_score32): Move default
347 case label to proper lexical block.
348 * score7-dis.c (print_insn_score32): Likewise.
349
ce21feb4
MS
3502009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
351
352 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
353 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
354 * s390-opc.txt (nopr, nop): Use new instruction format.
355
0313a2b8
NC
3562009-06-18 Nick Clifton <nickc@redhat.com>
357
358 PR 10288
359 * arm-dis.c (print_insn_coprocessor): Check that a user specified
360 ARM architecture supports the matched instruction.
361 (print_insn_arm): Likewise.
362 (select_arm_features): New function. Fills in the fields of an
363 arm_feature_set structure based on a given arm machine number.
364 (print_insn): Initialise an arm_feature_set structure.
365
6db7e006
MR
3662009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
367
368 * vax-dis.c (is_function_entry): Return success for synthetic
369 symbols too.
370 (is_plt_tail): New function.
371 (print_insn_vax): Decode PLT entry offset longword.
372
522fe561
NC
3732009-06-15 Nick Clifton <nickc@redhat.com>
374
fe2ceba1
NC
375 PR 10186
376 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
377 instruction.
378
522fe561
NC
379 PR 10173
380 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
381
1316c8b3
NC
3822009-06-15 Nick Clifton <nickc@redhat.com>
383
384 PR 10263
385 * arm-dis.c (print_insn): Ignore is_data if the user has requested
386 the disassembly of data as well as instructions.
387
f6475b48
DE
3882009-06-11 Doug Evans <dje@sebabeach.org>
389
390 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
391
f865a31d
AG
3922009-06-11 Anthony Green <green@moxielogic.com>
393
394 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
395 (moxie_form3_opc_info): Add branch instructions.
396 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
397 encoded instructions.
398
0e7c7f11
AG
3992009-06-06 Anthony Green <green@moxielogic.com>
400
401 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
402 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
403
67a648f1
AM
4042009-06-04 Alan Modra <amodra@bigpond.net.au>
405
406 * dep-in.sed: Don't use \n in replacement part of s command.
407 * Makefile.am (DEP1): LC_ALL for uniq.
408 * Makefile.in: Regenerate.
409
06c582ac
NC
4102009-06-02 Nick Clifton <nickc@redhat.com>
411
412 * po/nl.po: Updated Dutch translation.
413
3164099e
TG
4142009-06-02 Tristan Gingold <gingold@adacore.com>
415
416 * ia64-gen.c (parse_resource_users, print_dependency_table,
417 add_dis_table_ent, finish_distable, insert_bit_table_ent,
418 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
419 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
420 insert_completer_entry, print_completer_entry, print_completer_table,
421 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
422
d285268e
DD
4232009-05-28 DJ Delorie <dj@redhat.com>
424
425 * mep-asm.c: Regenerate.
426 * mep-desc.c: Regenerate.
427
2f3565a3
DD
4282009-05-26 DJ Delorie <dj@redhat.com>
429
430 * mep-asm.c: Regenerate.
431 * mep-desc.c: Regenerate.
432 * mep-desc.h: Regenerate.
433 * mep-dis.c: Regenerate.
434 * mep-ibld.c: Regenerate.
435 * mep-opc.c: Regenerate.
436 * mep-opc.h: Regenerate.
437
f12e7348
NC
4382009-05-26 Nick Clifton <nickc@redhat.com>
439
440 * po/id.po: Updated Indonesian translation.
441 * po/opcodes.pot: Updated template file.
442
9e097a72
AM
4432009-05-26 Alan Modra <amodra@bigpond.net.au>
444
445 * dep-in.sed: Don't modify .o to .lo here. Output one filename
446 per line with all lines having continuation backslash. Prefix
447 first line with "A", following lines with "B".
448 * Makefile.am (DEP): Don't use dep.sed here.
449 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
450 dep.sed here on dependencies, sort and uniq.
451 * Makefile.in: Regenerate.
452
4f8318f8
TG
4532009-05-25 Tristan Gingold <gingold@adacore.com>
454
455 * makefile.vms (OPT): New variable.
456 (CFLAGS): Update compilation flags.
457
1d74713b
DD
4582009-05-22 DJ Delorie <dj@redhat.com>
459
460 * mep-asm.c: Regenerate.
461 * mep-desc.c: Regenerate.
462 * mep-desc.h: Regenerate.
463 * mep-dis.c: Regenerate.
464 * mep-ibld.c: Regenerate.
465 * mep-opc.c: Regenerate.
466 * mep-opc.h: Regenerate.
467
c1e679ec
DR
4682009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
469
470 * i386-opc.h (Cpusse5): Delete.
471 (i386_cpu_flags): Delete.
472 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
473 * i386-opc.tbl: Remove SSE5 instructions.
474 * i386-tbl.h: Regenerate.
475 * i386-init.h: Regenerate.
476 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
477 (print_drex_arg): Delete.
478 (OP_DREX4): Delete.
479 (OP_DREX3): Delete.
480 (OP_DREX_ICMP): Delete.
481 (OP_DREX_FCMP): Delete.
482 (DREX_*): Delete.
483 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
484
2b3decb5
AM
4852009-05-22 Alan Modra <amodra@bigpond.net.au>
486
487 * Makefile.am: Run "make dep-am".
488 * Makefile.in: Regenerate.
489 * po/POTFILES.in: Regenerate.
490
eb956800
DD
4912009-05-19 DJ Delorie <dj@redhat.com>
492
493 * mep-asm.c: Regenerate.
494 * mep-opc.c: Regenerate.
495
3526b680
DD
4962009-04-30 DJ Delorie <dj@redhat.com>
497
498 * mep-asm.c: Regenerate.
499 * mep-desc.c: Regenerate.
500 * mep-desc.h: Regenerate.
501 * mep-dis.c: Regenerate.
502 * mep-ibld.c: Regenerate.
503 * mep-opc.c: Regenerate.
504 * mep-opc.h: Regenerate.
505
45be3704
DD
5062009-04-17 DJ Delorie <dj@redhat.com
507
508 * mep-desc.c: Regenerate.
509 * mep-ibld.c: Regenerate.
510 * mep-opc.c: Regenerate.
511 * mep-opc.h: Regenerate.
512
20135e4c
NC
5132009-04-15 Anthony Green <green@moxielogic.com>
514
515 * moxie-opc.c, moxie-dis.c: Created.
516 * Makefile.am: Build the moxie source files.
517 * configure.in: Add moxie support.
518 * Makefile.in, configure: Rebuilt.
519 * disassemble.c (disassembler): Add moxie support.
520 (ARCH_moxie): Define.
521
ac5c19e6
JB
5222009-04-15 Jan Beulich <jbeulich@novell.com>
523
524 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
525 extension to None.
526 (pshab, pshaw, pshad, pshaq): Likewise.
527 * i386-tbl.h: Re-generate.
528
52de720d
DD
5292009-04-08 DJ Delorie <dj@redhat.com
530
531 * mep-asm.c: Regenerate.
532 * mep-desc.c: Regenerate.
533 * mep-desc.h: Regenerate.
534 * mep-dis.c: Regenerate.
535 * mep-ibld.c: Regenerate.
536 * mep-opc.c: Regenerate.
537 * mep-opc.h: Regenerate.
538
858d7a6d
PB
5392009-04-07 Peter Bergner <bergner@vnet.ibm.com>
540
541 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
542 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
543 Reorder entries so the extended mnemonics are listed before tlbilx.
544
70dc4e32
PB
5452009-04-02 Peter Bergner <bergner@vnet.ibm.com>
546
547 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
548 due to -many/-Many.
549 (print_insn_powerpc): Make sure we only deprecate instructions using
550 the original dialect and not a modified dialect due to -Many handling.
551 Move the handling of the condition register and default operands to
552 the end of the if/else if/else chain.
553 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
554 instructions from newer processors are listed before older ones.
555 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
556 that have instructions with conflicting opcodes.
557
e401b04c
PB
5582009-04-01 Peter Bergner <bergner@vnet.ibm.com>
559
560 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
561 E500MC entries.
562
b8f9ee44
CL
5632009-04-01 Christophe Lyon <christophe.lyon@st.com>
564
565 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
566
d460e92e
JM
5672009-03-30 Joseph Myers <joseph@codesourcery.com>
568
569 * arm-dis.c (print_insn): Also check section matches in backwards
570 search for mapping symbol.
571
d34b5006
L
5722009-03-26 H.J. Lu <hongjiu.lu@intel.com>
573
574 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
575
8d25cc3d
AM
5762009-03-18 Alan Modra <amodra@bigpond.net.au>
577
3889c459 578 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
8d25cc3d
AM
579 * Makefile.am: Run "make dep-am".
580 * Makefile.in: Regenerate.
581 * openrisc-opc.c: Regenerate.
582
34dd024a
NC
5832009-03-10 Nick Clifton <nickc@redhat.com>
584
585 * po/id.po: Updated Indonesian translation.
586
69fe9ce5
AM
5872009-03-10 Alan Modra <amodra@bigpond.net.au>
588
589 * ppc-dis.c: Include "opintl.h".
590 (struct ppc_mopt, ppc_opts): New.
591 (ppc_parse_cpu): New function.
592 (powerpc_init_dialect): Use it.
593 (print_ppc_disassembler_options): Dump options from ppc_opts.
594 Internationalize message.
595
d11fd249
NC
5962009-03-06 Nick Clifton <nickc@redhat.com>
597
598 * po/es.po: Updated Spanish translation.
599
51dec227
AM
6002009-03-04 Alan Modra <amodra@bigpond.net.au>
601
602 PR 6768
603 * configure.in: Test for ld --as-needed support. Link shared
604 libopcodes against libm.
605 * configure: Regenerate.
606
c72ab5f2
PB
6072009-03-03 Peter Bergner <bergner@vnet.ibm.com>
608
609 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
610 instructions from newer processors are listed before older ones.
611
a1f7ca36
AM
6122009-03-03 Alan Modra <amodra@bigpond.net.au>
613
614 * Makefile.am: Run "make dep-am".
615 (HFILES): Move lm32-desc.h and lm32-opc.h from..
616 (CFILES): ..here.
617 * Makefile.in: Regenerate.
618
c3b7224a
NC
6192009-03-02 Qinwei <qinwei@sunnorth.com.cn>
620
621 * score7-dis.c: New file.
622 * Makefile.am: Add dependencies for score7-dis.c.
623 * Makefile.in: Regenerate.
624 * configure.in: Add score7-dis to score files.
625 * configure: Regenerate.
626 * score-dis.c: Add support for score7 architecture.
627 * score-opc.h: Likewise.
628
58e24671
RW
6292009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
630
631 * configure: Regenerate.
632
d6f574e0
L
6332009-02-27 H.J. Lu <hongjiu.lu@intel.com>
634
635 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
636
066be9f7
PB
6372009-02-26 Peter Bergner <bergner@vnet.ibm.com>
638
639 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
640 the power7 and the isel instructions.
641 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
642 (insert_dm, extract_dm): Likewise.
643 (XB6): Update comment to include XX2 form.
644 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
645 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
646 (RemoveXX3DM): Delete.
647 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
648 "mftgpr">: Deprecate for POWER7.
649 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
650 "frsqrte.">: Deprecate the three operand form and enable the two
651 operand form for POWER7 and later.
652 <"wait">: Extend to accept optional parameter. Enable for POWER7.
653 <"waitsrv", "waitimpl">: Add extended opcodes.
654 <"ldbrx", "stdbrx">: Enable for POWER7.
655 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
656 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
657 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
658 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
659 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
660 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
661 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
662 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
663 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
664 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
665 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
666 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
667 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
668 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
669 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
670 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
671 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
672 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
673 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
674 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
675 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
676 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
677 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
678 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
679 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
680 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
681 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
682 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
683 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
684 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
685 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
686 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
687 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
688 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
689 "xxspltw", "xxswapd">: Add VSX opcodes.
690
4c664d7b
L
6912009-02-23 H.J. Lu <hongjiu.lu@intel.com>
692
693 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
694 (operand_types): Remove Vex_Imm4.
695
696 * i386-opc.h (Vex_Imm4): Removed.
697 (OTMax): Updated.
698 (i386_operand_type): Remove vex_imm4.
699
700 * i386-opc.tbl: Remove Vex_Imm4 comments.
701 * i386-init.h: Regenerated.
702 * i386-tbl.h: Likewise.
703
4ce8808b
RE
7042009-02-23 Richard Earnshaw <rearnsha@arm.com>
705
706 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
707 vq{r}shr{u}n.s64 insnstructions.
708
0e55be16
PB
7092009-02-19 Peter Bergner <bergner@vnet.ibm.com>
710
711 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
712 operand to be a float point register (FRT/FRS).
713
b1c9882d
AN
7142009-02-18 Adam Nemet <anemet@caviumnetworks.com>
715
716 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
717 dmfc2 and dmtc2 before the architecture-level variants.
718
137f2437
NC
7192009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
720
721 * fr30-opc.c: Regenerate.
722 * frv-opc.c: Regenerate.
723 * ip2k-opc.c: Regenerate.
724 * iq2000-opc.c: Regenerate.
725 * lm32-opc.c: Regenerate.
726 * m32c-opc.c: Regenerate.
727 * m32r-opc.c: Regenerate.
728 * mep-opc.c: Regenerate.
729 * mt-opc.c: Regenerate.
730 * xc16x-opc.c: Regenerate.
731 * xstormy16-opc.c: Regenerate.
732 * tic54x-dis.c (print_instruction): Avoid compiler warning on
733 sprintf call.
734
87298967
NS
7352009-02-12 Nathan Sidwell <nathan@codesourcery.com>
736
737 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
738
80890a61
PB
7392009-02-05 Peter Bergner <bergner@vnet.ibm.com>
740
741 * ppc-opc.c: Update copyright year.
742 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
743 ordering for POWER4 and later and use the correct Server ordering.
744
ce2f5b3c
L
7452009-02-04 H.J. Lu <hongjiu.lu@intel.com>
746
747 AVX Programming Reference (January, 2009)
748 * i386-dis.c (PREFIX_VEX_3A44): New.
749 (VEX_LEN_3A44_P_2): Likewise.
750 (PREFIX_VEX_3A48): Updated.
751 (VEX_LEN_3A4C_P_2): Likewise.
752 (prefix_table): Add PREFIX_VEX_3A44.
753 (vex_table): Likewise.
754 (vex_len_table): Add VEX_LEN_3A44_P_2.
755
756 * i386-opc.tbl: Add PCLMUL + AVX instructions.
757 * i386-tbl.h: Regenerated.
758
52b6b6b9
JM
7592009-02-03 Sandip Matte <sandip@rmicorp.com>
760
761 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
762 (mips_arch_choices): Add XLR entry.
763 * mips-opc.c (XLR): Define.
764 (mips_builtin_opcodes): Add XLR instructions.
765
31dd3154
JM
7662009-02-03 Carlos O'Donell <carlos@codesourcery.com>
767
768 * Makefile.am: Add install-pdf target.
769 * po/Make-in: Add install-pdf target.
770 * Makefile.in: Regenerate.
771
c1a0a41f
DD
7722009-02-02 DJ Delorie <dj@redhat.com>
773
774 * mep-asm.c: Regenerate.
775 * mep-desc.c: Regenerate.
776 * mep-desc.h: Regenerate.
777 * mep-dis.c: Regenerate.
778 * mep-ibld.c: Regenerate.
779 * mep-opc.c: Regenerate.
780 * mep-opc.h: Regenerate.
781
087b80de
JM
7822009-01-29 Mark Mitchell <mark@codesourcery.com>
783
784 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
785 qsub, and qdsub.
786
159073e6
NC
7872009-01-28 Chao-ying Fu <fu@mips.com>
788
789 * mips-opc.c (suxc1): Add the flag of FP_D.
790
6f3b91a6
AM
7912009-01-20 Alan Modra <amodra@bigpond.net.au>
792
793 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
794 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
795 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
796 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
797 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
798 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
799 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
800 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
801
29670fb9
AM
8022009-01-16 Alan Modra <amodra@bigpond.net.au>
803
804 * configure.in (commonbfdlib): Delete.
805 (SHARED_LIBADD): Add pic libiberty if such is available.
806 * configure: Regenerate.
807 * po/POTFILES.in: Regenerate.
808
21169fcf
PB
8092009-01-14 Peter Bergner <bergner@vnet.ibm.com>
810
811 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
812 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
813 operand form and enable the four operand form for POWER6 and later.
814 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
815 three operand form for POWER6 and later.
816
4ca47a51
MF
8172009-01-14 Mike Frysinger <vapier@gentoo.org>
818
819 * bfin-dis.c (OUTS): Use "%s" as format string.
820
8acd5377
L
8212009-01-13 H.J. Lu <hongjiu.lu@intel.com>
822
823 * i386-gen.c (cpu_flag_init): Remove a white space.
824 (operand_type_init): Likewise.
825
c1ec1875
L
8262009-01-12 H.J. Lu <hongjiu.lu@intel.com>
827
828 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
829 * i386-tbl.h: Regenerated.
830
c7532693
L
8312009-01-12 H.J. Lu <hongjiu.lu@intel.com>
832
833 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
834 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
835 subS, xorS and cmpS.
836
bd5295b2
L
8372009-01-10 H.J. Lu <hongjiu.lu@intel.com>
838
839 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
840 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
841 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
842 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
843 and CpuSYSCALL.
844 (lineno): Removed.
845 (set_bitfield): Take an argument, lineno. Don't report lineno
846 on error if it is -1.
847 (process_i386_cpu_flag): Take an argument, lineno.
848 (process_i386_opcode_modifier): Likewise.
849 (process_i386_operand_type): Likewise.
850 (output_i386_opcode): Likewise.
851 (opcode_hash_entry): Add lineno.
852 (process_i386_opcodes): Updated.
853 (process_i386_registers): Likewise.
854 (process_i386_initializers): Likewise.
855
856 * i386-opc.h (CpuP4): Removed.
857 (CpuK6): Likewise.
858 (CpuK8): Likewise.
859 (CpuClflush): New.
860 (CpuSYSCALL): Likewise.
861 (CpuMMX): Updated.
862 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
863 cpuclflush and cpusyscall.
864
865 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
866 syscall and sysret.
867 * i386-init.h: Regenerated.
868 * i386-tbl.h: Likewise.
869
1b7f3fb0
L
8702009-01-09 H.J. Lu <hongjiu.lu@intel.com>
871
872 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
873 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
874 (cpu_flags): Add CpuRdtscp.
875 (set_bitfield): Remove CpuSledgehammer check.
876
877 * i386-opc.h (CpuRdtscp): New.
878 (CpuLM): Updated.
879 (i386_cpu_flags): Add cpurdtscp.
880
881 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
882 * i386-init.h: Regenerated.
883 * i386-tbl.h: Likewise.
884
1cb0a767
PB
8852009-01-09 Peter Bergner <bergner@vnet.ibm.com>
886
887 * ppc-opc.c (PPCNONE): Define.
888 (NOPOWER4): Delete.
889 (powerpc_opcodes): Initialize the new "deprecated" field.
890
168e3097
L
8912009-01-06 H.J. Lu <hongjiu.lu@intel.com>
892
893 AVX Programming Reference (December, 2008)
894 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
895 (VEX_LEN_E7_P_2_M_0): Likewise.
896 (VEX_LEN_2C_P_1): Updated.
897 (VEX_LEN_E8_P_2): Likewise.
898 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
899 (mod_table): Likewise.
900
901 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
902 * i386-tbl.h: Regenerated.
903
22da050b
L
9042009-01-05 H.J. Lu <hongjiu.lu@intel.com>
905
906 * i386-gen.c (process_copyright): Update for 2009.
907
908 * i386-init.h: Regenerated.
909 * i386-tbl.h: Likewise.
910
0bfee649 9112009-01-05 H.J. Lu <hongjiu.lu@intel.com>
6194aaab 912
0bfee649
L
913 AVX Programming Reference (December, 2008)
914 * i386-dis.c (OP_VEX_FMA): Removed.
c0f3af97 915 (OP_EX_VexW): Likewise.
0bfee649 916 (OP_EX_VexImmW): Likewise.
c0f3af97 917 (OP_XMM_VexW): Likewise.
c0f3af97 918 (VEXI4_Fixup): Likewise.
c0f3af97 919 (VPERMIL2_Fixup): Likewise.
c0f3af97 920 (VexI4): Likewise.
0bfee649
L
921 (VexFMA): Likewise.
922 (Vex128FMA): Likewise.
c0f3af97
L
923 (EXVexW): Likewise.
924 (EXdVexW): Likewise.
925 (EXqVexW): Likewise.
0bfee649 926 (EXVexImmW): Likewise.
c0f3af97 927 (XMVexW): Likewise.
c0f3af97 928 (VPERMIL2): Likewise.
0bfee649
L
929 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
930 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
931 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
932 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
933 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
934 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
935 (get_vex_imm8): Likewise.
936 (OP_EX_VexReg): Likewise.
937 vpermil2_op): Likewise.
938 (EXVexWdq): New.
939 (vex_w_dq_mode): Likewise.
940 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
941 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
942 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
943 (es_reg): Updated.
944 (PREFIX_VEX_38DB): Likewise.
945 (PREFIX_VEX_3A4A): Likewise.
946 (PREFIX_VEX_3A60): Likewise.
947 (PREFIX_VEX_3ADF): Likewise.
948 (VEX_LEN_3ADF_P_2): Likewise.
949 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
950 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
951 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
952 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
953 PREFIX_VEX_3896...PREFIX_VEX_389F,
954 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
955 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
c0f3af97 956 (vex_table): Likewise.
0bfee649
L
957 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
958 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
959 (putop): Support "%XW".
960 (intel_operand_size): Handle vex_w_dq_mode.
58c85be7 961
0bfee649 962 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
58c85be7 963
0bfee649
L
964 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
965 instructions. Add new FMA instructions.
28dbc079
L
966 * i386-tbl.h: Regenerated.
967
0bfee649 9682009-01-02 Matthias Klose <doko@ubuntu.com>
3fe15143 969
0bfee649
L
970 * or32-opc.c (or32_print_register, or32_print_immediate,
971 disassemble_insn): Don't rely on undefined sprintf behaviour.
3fe15143 972
0bfee649 973For older changes see ChangeLog-2008
252b5132
RH
974\f
975Local Variables:
2f6d2f85
NC
976mode: change-log
977left-margin: 8
978fill-column: 74
252b5132
RH
979version-control: never
980End:
This page took 0.526835 seconds and 4 git commands to generate.