Add PC-relative branch instructions to moxie port.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
f865a31d
AG
12009-06-11 Anthony Green <green@moxielogic.com>
2
3 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
4 (moxie_form3_opc_info): Add branch instructions.
5 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
6 encoded instructions.
7
0e7c7f11
AG
82009-06-06 Anthony Green <green@moxielogic.com>
9
10 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
11 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
12
67a648f1
AM
132009-06-04 Alan Modra <amodra@bigpond.net.au>
14
15 * dep-in.sed: Don't use \n in replacement part of s command.
16 * Makefile.am (DEP1): LC_ALL for uniq.
17 * Makefile.in: Regenerate.
18
06c582ac
NC
192009-06-02 Nick Clifton <nickc@redhat.com>
20
21 * po/nl.po: Updated Dutch translation.
22
3164099e
TG
232009-06-02 Tristan Gingold <gingold@adacore.com>
24
25 * ia64-gen.c (parse_resource_users, print_dependency_table,
26 add_dis_table_ent, finish_distable, insert_bit_table_ent,
27 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
28 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
29 insert_completer_entry, print_completer_entry, print_completer_table,
30 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
31
d285268e
DD
322009-05-28 DJ Delorie <dj@redhat.com>
33
34 * mep-asm.c: Regenerate.
35 * mep-desc.c: Regenerate.
36
2f3565a3
DD
372009-05-26 DJ Delorie <dj@redhat.com>
38
39 * mep-asm.c: Regenerate.
40 * mep-desc.c: Regenerate.
41 * mep-desc.h: Regenerate.
42 * mep-dis.c: Regenerate.
43 * mep-ibld.c: Regenerate.
44 * mep-opc.c: Regenerate.
45 * mep-opc.h: Regenerate.
46
f12e7348
NC
472009-05-26 Nick Clifton <nickc@redhat.com>
48
49 * po/id.po: Updated Indonesian translation.
50 * po/opcodes.pot: Updated template file.
51
9e097a72
AM
522009-05-26 Alan Modra <amodra@bigpond.net.au>
53
54 * dep-in.sed: Don't modify .o to .lo here. Output one filename
55 per line with all lines having continuation backslash. Prefix
56 first line with "A", following lines with "B".
57 * Makefile.am (DEP): Don't use dep.sed here.
58 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
59 dep.sed here on dependencies, sort and uniq.
60 * Makefile.in: Regenerate.
61
4f8318f8
TG
622009-05-25 Tristan Gingold <gingold@adacore.com>
63
64 * makefile.vms (OPT): New variable.
65 (CFLAGS): Update compilation flags.
66
1d74713b
DD
672009-05-22 DJ Delorie <dj@redhat.com>
68
69 * mep-asm.c: Regenerate.
70 * mep-desc.c: Regenerate.
71 * mep-desc.h: Regenerate.
72 * mep-dis.c: Regenerate.
73 * mep-ibld.c: Regenerate.
74 * mep-opc.c: Regenerate.
75 * mep-opc.h: Regenerate.
76
c1e679ec
DR
772009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
78
79 * i386-opc.h (Cpusse5): Delete.
80 (i386_cpu_flags): Delete.
81 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
82 * i386-opc.tbl: Remove SSE5 instructions.
83 * i386-tbl.h: Regenerate.
84 * i386-init.h: Regenerate.
85 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
86 (print_drex_arg): Delete.
87 (OP_DREX4): Delete.
88 (OP_DREX3): Delete.
89 (OP_DREX_ICMP): Delete.
90 (OP_DREX_FCMP): Delete.
91 (DREX_*): Delete.
92 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
93
2b3decb5
AM
942009-05-22 Alan Modra <amodra@bigpond.net.au>
95
96 * Makefile.am: Run "make dep-am".
97 * Makefile.in: Regenerate.
98 * po/POTFILES.in: Regenerate.
99
eb956800
DD
1002009-05-19 DJ Delorie <dj@redhat.com>
101
102 * mep-asm.c: Regenerate.
103 * mep-opc.c: Regenerate.
104
3526b680
DD
1052009-04-30 DJ Delorie <dj@redhat.com>
106
107 * mep-asm.c: Regenerate.
108 * mep-desc.c: Regenerate.
109 * mep-desc.h: Regenerate.
110 * mep-dis.c: Regenerate.
111 * mep-ibld.c: Regenerate.
112 * mep-opc.c: Regenerate.
113 * mep-opc.h: Regenerate.
114
45be3704
DD
1152009-04-17 DJ Delorie <dj@redhat.com
116
117 * mep-desc.c: Regenerate.
118 * mep-ibld.c: Regenerate.
119 * mep-opc.c: Regenerate.
120 * mep-opc.h: Regenerate.
121
20135e4c
NC
1222009-04-15 Anthony Green <green@moxielogic.com>
123
124 * moxie-opc.c, moxie-dis.c: Created.
125 * Makefile.am: Build the moxie source files.
126 * configure.in: Add moxie support.
127 * Makefile.in, configure: Rebuilt.
128 * disassemble.c (disassembler): Add moxie support.
129 (ARCH_moxie): Define.
130
ac5c19e6
JB
1312009-04-15 Jan Beulich <jbeulich@novell.com>
132
133 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
134 extension to None.
135 (pshab, pshaw, pshad, pshaq): Likewise.
136 * i386-tbl.h: Re-generate.
137
52de720d
DD
1382009-04-08 DJ Delorie <dj@redhat.com
139
140 * mep-asm.c: Regenerate.
141 * mep-desc.c: Regenerate.
142 * mep-desc.h: Regenerate.
143 * mep-dis.c: Regenerate.
144 * mep-ibld.c: Regenerate.
145 * mep-opc.c: Regenerate.
146 * mep-opc.h: Regenerate.
147
858d7a6d
PB
1482009-04-07 Peter Bergner <bergner@vnet.ibm.com>
149
150 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
151 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
152 Reorder entries so the extended mnemonics are listed before tlbilx.
153
70dc4e32
PB
1542009-04-02 Peter Bergner <bergner@vnet.ibm.com>
155
156 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
157 due to -many/-Many.
158 (print_insn_powerpc): Make sure we only deprecate instructions using
159 the original dialect and not a modified dialect due to -Many handling.
160 Move the handling of the condition register and default operands to
161 the end of the if/else if/else chain.
162 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
163 instructions from newer processors are listed before older ones.
164 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
165 that have instructions with conflicting opcodes.
166
e401b04c
PB
1672009-04-01 Peter Bergner <bergner@vnet.ibm.com>
168
169 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
170 E500MC entries.
171
b8f9ee44
CL
1722009-04-01 Christophe Lyon <christophe.lyon@st.com>
173
174 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
175
d460e92e
JM
1762009-03-30 Joseph Myers <joseph@codesourcery.com>
177
178 * arm-dis.c (print_insn): Also check section matches in backwards
179 search for mapping symbol.
180
d34b5006
L
1812009-03-26 H.J. Lu <hongjiu.lu@intel.com>
182
183 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
184
8d25cc3d
AM
1852009-03-18 Alan Modra <amodra@bigpond.net.au>
186
3889c459 187 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
8d25cc3d
AM
188 * Makefile.am: Run "make dep-am".
189 * Makefile.in: Regenerate.
190 * openrisc-opc.c: Regenerate.
191
34dd024a
NC
1922009-03-10 Nick Clifton <nickc@redhat.com>
193
194 * po/id.po: Updated Indonesian translation.
195
69fe9ce5
AM
1962009-03-10 Alan Modra <amodra@bigpond.net.au>
197
198 * ppc-dis.c: Include "opintl.h".
199 (struct ppc_mopt, ppc_opts): New.
200 (ppc_parse_cpu): New function.
201 (powerpc_init_dialect): Use it.
202 (print_ppc_disassembler_options): Dump options from ppc_opts.
203 Internationalize message.
204
d11fd249
NC
2052009-03-06 Nick Clifton <nickc@redhat.com>
206
207 * po/es.po: Updated Spanish translation.
208
51dec227
AM
2092009-03-04 Alan Modra <amodra@bigpond.net.au>
210
211 PR 6768
212 * configure.in: Test for ld --as-needed support. Link shared
213 libopcodes against libm.
214 * configure: Regenerate.
215
c72ab5f2
PB
2162009-03-03 Peter Bergner <bergner@vnet.ibm.com>
217
218 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
219 instructions from newer processors are listed before older ones.
220
a1f7ca36
AM
2212009-03-03 Alan Modra <amodra@bigpond.net.au>
222
223 * Makefile.am: Run "make dep-am".
224 (HFILES): Move lm32-desc.h and lm32-opc.h from..
225 (CFILES): ..here.
226 * Makefile.in: Regenerate.
227
c3b7224a
NC
2282009-03-02 Qinwei <qinwei@sunnorth.com.cn>
229
230 * score7-dis.c: New file.
231 * Makefile.am: Add dependencies for score7-dis.c.
232 * Makefile.in: Regenerate.
233 * configure.in: Add score7-dis to score files.
234 * configure: Regenerate.
235 * score-dis.c: Add support for score7 architecture.
236 * score-opc.h: Likewise.
237
58e24671
RW
2382009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
239
240 * configure: Regenerate.
241
d6f574e0
L
2422009-02-27 H.J. Lu <hongjiu.lu@intel.com>
243
244 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
245
066be9f7
PB
2462009-02-26 Peter Bergner <bergner@vnet.ibm.com>
247
248 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
249 the power7 and the isel instructions.
250 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
251 (insert_dm, extract_dm): Likewise.
252 (XB6): Update comment to include XX2 form.
253 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
254 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
255 (RemoveXX3DM): Delete.
256 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
257 "mftgpr">: Deprecate for POWER7.
258 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
259 "frsqrte.">: Deprecate the three operand form and enable the two
260 operand form for POWER7 and later.
261 <"wait">: Extend to accept optional parameter. Enable for POWER7.
262 <"waitsrv", "waitimpl">: Add extended opcodes.
263 <"ldbrx", "stdbrx">: Enable for POWER7.
264 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
265 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
266 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
267 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
268 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
269 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
270 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
271 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
272 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
273 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
274 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
275 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
276 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
277 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
278 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
279 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
280 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
281 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
282 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
283 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
284 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
285 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
286 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
287 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
288 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
289 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
290 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
291 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
292 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
293 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
294 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
295 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
296 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
297 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
298 "xxspltw", "xxswapd">: Add VSX opcodes.
299
4c664d7b
L
3002009-02-23 H.J. Lu <hongjiu.lu@intel.com>
301
302 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
303 (operand_types): Remove Vex_Imm4.
304
305 * i386-opc.h (Vex_Imm4): Removed.
306 (OTMax): Updated.
307 (i386_operand_type): Remove vex_imm4.
308
309 * i386-opc.tbl: Remove Vex_Imm4 comments.
310 * i386-init.h: Regenerated.
311 * i386-tbl.h: Likewise.
312
4ce8808b
RE
3132009-02-23 Richard Earnshaw <rearnsha@arm.com>
314
315 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
316 vq{r}shr{u}n.s64 insnstructions.
317
0e55be16
PB
3182009-02-19 Peter Bergner <bergner@vnet.ibm.com>
319
320 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
321 operand to be a float point register (FRT/FRS).
322
b1c9882d
AN
3232009-02-18 Adam Nemet <anemet@caviumnetworks.com>
324
325 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
326 dmfc2 and dmtc2 before the architecture-level variants.
327
137f2437
NC
3282009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
329
330 * fr30-opc.c: Regenerate.
331 * frv-opc.c: Regenerate.
332 * ip2k-opc.c: Regenerate.
333 * iq2000-opc.c: Regenerate.
334 * lm32-opc.c: Regenerate.
335 * m32c-opc.c: Regenerate.
336 * m32r-opc.c: Regenerate.
337 * mep-opc.c: Regenerate.
338 * mt-opc.c: Regenerate.
339 * xc16x-opc.c: Regenerate.
340 * xstormy16-opc.c: Regenerate.
341 * tic54x-dis.c (print_instruction): Avoid compiler warning on
342 sprintf call.
343
87298967
NS
3442009-02-12 Nathan Sidwell <nathan@codesourcery.com>
345
346 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
347
80890a61
PB
3482009-02-05 Peter Bergner <bergner@vnet.ibm.com>
349
350 * ppc-opc.c: Update copyright year.
351 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
352 ordering for POWER4 and later and use the correct Server ordering.
353
ce2f5b3c
L
3542009-02-04 H.J. Lu <hongjiu.lu@intel.com>
355
356 AVX Programming Reference (January, 2009)
357 * i386-dis.c (PREFIX_VEX_3A44): New.
358 (VEX_LEN_3A44_P_2): Likewise.
359 (PREFIX_VEX_3A48): Updated.
360 (VEX_LEN_3A4C_P_2): Likewise.
361 (prefix_table): Add PREFIX_VEX_3A44.
362 (vex_table): Likewise.
363 (vex_len_table): Add VEX_LEN_3A44_P_2.
364
365 * i386-opc.tbl: Add PCLMUL + AVX instructions.
366 * i386-tbl.h: Regenerated.
367
52b6b6b9
JM
3682009-02-03 Sandip Matte <sandip@rmicorp.com>
369
370 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
371 (mips_arch_choices): Add XLR entry.
372 * mips-opc.c (XLR): Define.
373 (mips_builtin_opcodes): Add XLR instructions.
374
31dd3154
JM
3752009-02-03 Carlos O'Donell <carlos@codesourcery.com>
376
377 * Makefile.am: Add install-pdf target.
378 * po/Make-in: Add install-pdf target.
379 * Makefile.in: Regenerate.
380
c1a0a41f
DD
3812009-02-02 DJ Delorie <dj@redhat.com>
382
383 * mep-asm.c: Regenerate.
384 * mep-desc.c: Regenerate.
385 * mep-desc.h: Regenerate.
386 * mep-dis.c: Regenerate.
387 * mep-ibld.c: Regenerate.
388 * mep-opc.c: Regenerate.
389 * mep-opc.h: Regenerate.
390
087b80de
JM
3912009-01-29 Mark Mitchell <mark@codesourcery.com>
392
393 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
394 qsub, and qdsub.
395
159073e6
NC
3962009-01-28 Chao-ying Fu <fu@mips.com>
397
398 * mips-opc.c (suxc1): Add the flag of FP_D.
399
6f3b91a6
AM
4002009-01-20 Alan Modra <amodra@bigpond.net.au>
401
402 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
403 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
404 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
405 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
406 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
407 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
408 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
409 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
410
29670fb9
AM
4112009-01-16 Alan Modra <amodra@bigpond.net.au>
412
413 * configure.in (commonbfdlib): Delete.
414 (SHARED_LIBADD): Add pic libiberty if such is available.
415 * configure: Regenerate.
416 * po/POTFILES.in: Regenerate.
417
21169fcf
PB
4182009-01-14 Peter Bergner <bergner@vnet.ibm.com>
419
420 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
421 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
422 operand form and enable the four operand form for POWER6 and later.
423 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
424 three operand form for POWER6 and later.
425
4ca47a51
MF
4262009-01-14 Mike Frysinger <vapier@gentoo.org>
427
428 * bfin-dis.c (OUTS): Use "%s" as format string.
429
8acd5377
L
4302009-01-13 H.J. Lu <hongjiu.lu@intel.com>
431
432 * i386-gen.c (cpu_flag_init): Remove a white space.
433 (operand_type_init): Likewise.
434
c1ec1875
L
4352009-01-12 H.J. Lu <hongjiu.lu@intel.com>
436
437 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
438 * i386-tbl.h: Regenerated.
439
c7532693
L
4402009-01-12 H.J. Lu <hongjiu.lu@intel.com>
441
442 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
443 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
444 subS, xorS and cmpS.
445
bd5295b2
L
4462009-01-10 H.J. Lu <hongjiu.lu@intel.com>
447
448 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
449 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
450 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
451 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
452 and CpuSYSCALL.
453 (lineno): Removed.
454 (set_bitfield): Take an argument, lineno. Don't report lineno
455 on error if it is -1.
456 (process_i386_cpu_flag): Take an argument, lineno.
457 (process_i386_opcode_modifier): Likewise.
458 (process_i386_operand_type): Likewise.
459 (output_i386_opcode): Likewise.
460 (opcode_hash_entry): Add lineno.
461 (process_i386_opcodes): Updated.
462 (process_i386_registers): Likewise.
463 (process_i386_initializers): Likewise.
464
465 * i386-opc.h (CpuP4): Removed.
466 (CpuK6): Likewise.
467 (CpuK8): Likewise.
468 (CpuClflush): New.
469 (CpuSYSCALL): Likewise.
470 (CpuMMX): Updated.
471 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
472 cpuclflush and cpusyscall.
473
474 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
475 syscall and sysret.
476 * i386-init.h: Regenerated.
477 * i386-tbl.h: Likewise.
478
1b7f3fb0
L
4792009-01-09 H.J. Lu <hongjiu.lu@intel.com>
480
481 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
482 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
483 (cpu_flags): Add CpuRdtscp.
484 (set_bitfield): Remove CpuSledgehammer check.
485
486 * i386-opc.h (CpuRdtscp): New.
487 (CpuLM): Updated.
488 (i386_cpu_flags): Add cpurdtscp.
489
490 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
491 * i386-init.h: Regenerated.
492 * i386-tbl.h: Likewise.
493
1cb0a767
PB
4942009-01-09 Peter Bergner <bergner@vnet.ibm.com>
495
496 * ppc-opc.c (PPCNONE): Define.
497 (NOPOWER4): Delete.
498 (powerpc_opcodes): Initialize the new "deprecated" field.
499
168e3097
L
5002009-01-06 H.J. Lu <hongjiu.lu@intel.com>
501
502 AVX Programming Reference (December, 2008)
503 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
504 (VEX_LEN_E7_P_2_M_0): Likewise.
505 (VEX_LEN_2C_P_1): Updated.
506 (VEX_LEN_E8_P_2): Likewise.
507 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
508 (mod_table): Likewise.
509
510 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
511 * i386-tbl.h: Regenerated.
512
22da050b
L
5132009-01-05 H.J. Lu <hongjiu.lu@intel.com>
514
515 * i386-gen.c (process_copyright): Update for 2009.
516
517 * i386-init.h: Regenerated.
518 * i386-tbl.h: Likewise.
519
0bfee649 5202009-01-05 H.J. Lu <hongjiu.lu@intel.com>
6194aaab 521
0bfee649
L
522 AVX Programming Reference (December, 2008)
523 * i386-dis.c (OP_VEX_FMA): Removed.
c0f3af97 524 (OP_EX_VexW): Likewise.
0bfee649 525 (OP_EX_VexImmW): Likewise.
c0f3af97 526 (OP_XMM_VexW): Likewise.
c0f3af97 527 (VEXI4_Fixup): Likewise.
c0f3af97 528 (VPERMIL2_Fixup): Likewise.
c0f3af97 529 (VexI4): Likewise.
0bfee649
L
530 (VexFMA): Likewise.
531 (Vex128FMA): Likewise.
c0f3af97
L
532 (EXVexW): Likewise.
533 (EXdVexW): Likewise.
534 (EXqVexW): Likewise.
0bfee649 535 (EXVexImmW): Likewise.
c0f3af97 536 (XMVexW): Likewise.
c0f3af97 537 (VPERMIL2): Likewise.
0bfee649
L
538 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
539 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
540 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
541 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
542 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
543 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
544 (get_vex_imm8): Likewise.
545 (OP_EX_VexReg): Likewise.
546 vpermil2_op): Likewise.
547 (EXVexWdq): New.
548 (vex_w_dq_mode): Likewise.
549 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
550 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
551 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
552 (es_reg): Updated.
553 (PREFIX_VEX_38DB): Likewise.
554 (PREFIX_VEX_3A4A): Likewise.
555 (PREFIX_VEX_3A60): Likewise.
556 (PREFIX_VEX_3ADF): Likewise.
557 (VEX_LEN_3ADF_P_2): Likewise.
558 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
559 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
560 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
561 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
562 PREFIX_VEX_3896...PREFIX_VEX_389F,
563 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
564 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
c0f3af97 565 (vex_table): Likewise.
0bfee649
L
566 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
567 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
568 (putop): Support "%XW".
569 (intel_operand_size): Handle vex_w_dq_mode.
58c85be7 570
0bfee649 571 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
58c85be7 572
0bfee649
L
573 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
574 instructions. Add new FMA instructions.
28dbc079
L
575 * i386-tbl.h: Regenerated.
576
0bfee649 5772009-01-02 Matthias Klose <doko@ubuntu.com>
3fe15143 578
0bfee649
L
579 * or32-opc.c (or32_print_register, or32_print_immediate,
580 disassemble_insn): Don't rely on undefined sprintf behaviour.
3fe15143 581
0bfee649 582For older changes see ChangeLog-2008
252b5132
RH
583\f
584Local Variables:
2f6d2f85
NC
585mode: change-log
586left-margin: 8
587fill-column: 74
252b5132
RH
588version-control: never
589End:
This page took 0.517807 seconds and 4 git commands to generate.