* arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
[external/binutils.git] / opcodes / ChangeLog
1 2009-02-23  Richard Earnshaw  <rearnsha@arm.com>
2
3         * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
4         vq{r}shr{u}n.s64 insnstructions.
5
6 2009-02-19  Peter Bergner  <bergner@vnet.ibm.com>
7
8         * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
9         operand to be a float point register (FRT/FRS).
10
11 2009-02-18  Adam Nemet  <anemet@caviumnetworks.com>
12
13         * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
14         dmfc2 and dmtc2 before the architecture-level variants.
15
16 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
17
18         * fr30-opc.c: Regenerate.
19         * frv-opc.c: Regenerate.
20         * ip2k-opc.c: Regenerate.
21         * iq2000-opc.c: Regenerate.
22         * lm32-opc.c: Regenerate.
23         * m32c-opc.c: Regenerate.
24         * m32r-opc.c: Regenerate.
25         * mep-opc.c: Regenerate.
26         * mt-opc.c: Regenerate.
27         * xc16x-opc.c: Regenerate.
28         * xstormy16-opc.c: Regenerate.
29         * tic54x-dis.c (print_instruction): Avoid compiler warning on
30         sprintf call.
31
32 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
33
34         * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
35
36 2009-02-05  Peter Bergner  <bergner@vnet.ibm.com>
37
38         * ppc-opc.c: Update copyright year.
39         (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
40         ordering for POWER4 and later and use the correct Server ordering.
41
42 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
43
44         AVX Programming Reference (January, 2009)
45         * i386-dis.c (PREFIX_VEX_3A44): New.
46         (VEX_LEN_3A44_P_2): Likewise.
47         (PREFIX_VEX_3A48): Updated.
48         (VEX_LEN_3A4C_P_2): Likewise.
49         (prefix_table): Add PREFIX_VEX_3A44.
50         (vex_table): Likewise.
51         (vex_len_table): Add VEX_LEN_3A44_P_2.
52
53         * i386-opc.tbl: Add PCLMUL + AVX instructions.
54         * i386-tbl.h: Regenerated.
55
56 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
57
58         * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
59         (mips_arch_choices): Add XLR entry.
60         * mips-opc.c (XLR): Define.
61         (mips_builtin_opcodes): Add XLR instructions.
62
63 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
64
65         * Makefile.am: Add install-pdf target.
66         * po/Make-in: Add install-pdf target.
67         * Makefile.in: Regenerate.
68
69 2009-02-02  DJ Delorie  <dj@redhat.com>
70
71         * mep-asm.c: Regenerate.
72         * mep-desc.c: Regenerate.
73         * mep-desc.h: Regenerate.
74         * mep-dis.c: Regenerate.
75         * mep-ibld.c: Regenerate.
76         * mep-opc.c: Regenerate.
77         * mep-opc.h: Regenerate.
78
79 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
80
81         * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
82         qsub, and qdsub.
83
84 2009-01-28  Chao-ying Fu  <fu@mips.com>
85
86         * mips-opc.c (suxc1): Add the flag of FP_D.
87
88 2009-01-20  Alan Modra  <amodra@bigpond.net.au>
89
90         * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
91         * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
92         * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
93         * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
94         * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
95         * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
96         * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
97         * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
98
99 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
100
101         * configure.in (commonbfdlib): Delete.
102         (SHARED_LIBADD): Add pic libiberty if such is available.
103         * configure: Regenerate.
104         * po/POTFILES.in: Regenerate.
105
106 2009-01-14  Peter Bergner  <bergner@vnet.ibm.com>
107
108         * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
109         * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
110         operand form and enable the four operand form for POWER6 and later.
111         <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
112         three operand form for POWER6 and later.
113
114 2009-01-14  Mike Frysinger  <vapier@gentoo.org>
115
116         * bfin-dis.c (OUTS): Use "%s" as format string.
117
118 2009-01-13  H.J. Lu  <hongjiu.lu@intel.com>
119
120         * i386-gen.c (cpu_flag_init): Remove a white space.
121         (operand_type_init): Likewise.
122
123 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
124
125         * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
126         * i386-tbl.h: Regenerated.
127
128 2009-01-12  H.J. Lu  <hongjiu.lu@intel.com>
129
130         * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
131         subB, xorB and cmpB.  Use EvS on addS, orS, adcS, sbbS, andS,
132         subS, xorS and cmpS.
133
134 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
135
136         * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
137         CpuClflush and CpuSYSCALL, respectively. Remove CpuK8.  Add
138         CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
139         (cpu_flags): Remove CpuP4, CpuK6 and CpuK8.  Add CpuClflush
140         and CpuSYSCALL.
141         (lineno): Removed.
142         (set_bitfield): Take an argument, lineno.  Don't report lineno
143         on error if it is -1.
144         (process_i386_cpu_flag): Take an argument, lineno.
145         (process_i386_opcode_modifier): Likewise.
146         (process_i386_operand_type): Likewise.
147         (output_i386_opcode): Likewise.
148         (opcode_hash_entry): Add lineno.
149         (process_i386_opcodes): Updated.
150         (process_i386_registers): Likewise.
151         (process_i386_initializers): Likewise.
152
153         * i386-opc.h (CpuP4): Removed.
154         (CpuK6): Likewise.
155         (CpuK8): Likewise.
156         (CpuClflush): New.
157         (CpuSYSCALL): Likewise.
158         (CpuMMX): Updated.
159         (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8.  Add
160         cpuclflush and cpusyscall.
161
162         * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
163         syscall and sysret.
164         * i386-init.h: Regenerated.
165         * i386-tbl.h: Likewise.
166
167 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
168
169         * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
170         and CPU_AMDFAM10_FLAGS.  Add CPU_RDTSCP_FLAGS.
171         (cpu_flags): Add CpuRdtscp.
172         (set_bitfield): Remove CpuSledgehammer check.
173
174         * i386-opc.h (CpuRdtscp): New.
175         (CpuLM): Updated.
176         (i386_cpu_flags): Add cpurdtscp.
177
178         * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
179         * i386-init.h: Regenerated.
180         * i386-tbl.h: Likewise.
181
182 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
183
184         * ppc-opc.c (PPCNONE): Define.
185         (NOPOWER4): Delete.
186         (powerpc_opcodes): Initialize the new "deprecated" field.
187
188 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
189
190         AVX Programming Reference (December, 2008)
191         * i386-dis.c (VEX_LEN_2B_M_0): Removed.
192         (VEX_LEN_E7_P_2_M_0): Likewise.
193         (VEX_LEN_2C_P_1): Updated.
194         (VEX_LEN_E8_P_2): Likewise.
195         (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
196         (mod_table): Likewise.
197
198         * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
199         * i386-tbl.h: Regenerated.
200
201 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
202
203         * i386-gen.c (process_copyright): Update for 2009.
204
205         * i386-init.h: Regenerated.
206         * i386-tbl.h: Likewise.
207
208 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
209
210         AVX Programming Reference (December, 2008)
211         * i386-dis.c (OP_VEX_FMA): Removed.
212         (OP_EX_VexW): Likewise.
213         (OP_EX_VexImmW): Likewise.
214         (OP_XMM_VexW): Likewise.
215         (VEXI4_Fixup): Likewise.
216         (VPERMIL2_Fixup): Likewise.
217         (VexI4): Likewise.
218         (VexFMA): Likewise.
219         (Vex128FMA): Likewise.
220         (EXVexW): Likewise.
221         (EXdVexW): Likewise.
222         (EXqVexW): Likewise.
223         (EXVexImmW): Likewise.
224         (XMVexW): Likewise.
225         (VPERMIL2): Likewise.
226         (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
227         (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
228         (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
229         (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
230         (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
231         (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
232         (get_vex_imm8): Likewise.
233         (OP_EX_VexReg): Likewise.
234         vpermil2_op): Likewise.
235         (EXVexWdq): New.
236         (vex_w_dq_mode): Likewise.
237         (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
238         (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
239         (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
240         (es_reg): Updated.
241         (PREFIX_VEX_38DB): Likewise.
242         (PREFIX_VEX_3A4A): Likewise.
243         (PREFIX_VEX_3A60): Likewise.
244         (PREFIX_VEX_3ADF): Likewise.
245         (VEX_LEN_3ADF_P_2): Likewise.
246         (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
247         PREFIX_VEX_3A5C...PREFIX_VEX_3A5F, 
248         PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
249         PREFIX_VEX_3A78...PREFIX_VEX_3A7F.  Add
250         PREFIX_VEX_3896...PREFIX_VEX_389F,
251         PREFIX_VEX_38A6...PREFIX_VEX_38AF and
252         PREFIX_VEX_38B6...PREFIX_VEX_38BF.
253         (vex_table): Likewise.
254         (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
255         and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
256         (putop): Support "%XW".
257         (intel_operand_size): Handle vex_w_dq_mode.
258
259         * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
260
261         * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
262         instructions.  Add new FMA instructions.
263         * i386-tbl.h: Regenerated.
264
265 2009-01-02  Matthias Klose  <doko@ubuntu.com> 
266
267         * or32-opc.c (or32_print_register, or32_print_immediate, 
268         disassemble_insn): Don't rely on undefined sprintf behaviour. 
269
270 For older changes see ChangeLog-2008
271 \f
272 Local Variables:
273 mode: change-log
274 left-margin: 8
275 fill-column: 74
276 version-control: never
277 End: