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