1 2008-02-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3 * cr16-opc.c (cr16_num_optab): Defined
5 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
7 * i386-gen.c (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG.
8 * i386-init.h: Regenerated.
10 2008-02-14 Nick Clifton <nickc@redhat.com>
13 * configure.in (SHARED_LIBADD): Select the correct host specific
14 file extension for shared libraries.
15 * configure: Regenerate.
17 2008-02-13 Jan Beulich <jbeulich@novell.com>
19 * i386-opc.h (RegFlat): New.
20 * i386-reg.tbl (flat): Add.
21 * i386-tbl.h: Re-generate.
23 2008-02-13 Jan Beulich <jbeulich@novell.com>
25 * i386-dis.c (a_mode): New.
26 (cond_jump_mode): Adjust.
27 (Ma): Change to a_mode.
28 (intel_operand_size): Handle a_mode.
29 * i386-opc.tbl: Allow Dword and Qword for bound.
30 * i386-tbl.h: Re-generate.
32 2008-02-13 Jan Beulich <jbeulich@novell.com>
34 * i386-gen.c (process_i386_registers): Process new fields.
35 * i386-opc.h (reg_entry): Shrink reg_flags and reg_num to
36 unsigned char. Add dw2_regnum and Dw2Inval.
37 * i386-reg.tbl: Provide initializers for dw2_regnum. Add pseudo
39 * i386-tbl.h: Re-generate.
41 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
43 * i386-gen.c (cpu_flag_init): Add CPU_XSAVE_FLAGS.
44 * i386-init.h: Updated.
46 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
48 * i386-gen.c (cpu_flags): Add CpuXsave.
50 * i386-opc.h (CpuXsave): New.
52 (i386_cpu_flags): Add cpuxsave.
54 * i386-dis.c (MOD_0FAE_REG_4): New.
55 (RM_0F01_REG_2): Likewise.
56 (MOD_0FAE_REG_5): Updated.
57 (RM_0F01_REG_3): Likewise.
58 (reg_table): Use MOD_0FAE_REG_4.
59 (mod_table): Use RM_0F01_REG_2. Add MOD_0FAE_REG_4. Updated
61 (rm_table): Add RM_0F01_REG_2.
63 * i386-opc.tbl: Add xsave, xrstor, xgetbv and xsetbv.
64 * i386-init.h: Regenerated.
65 * i386-tbl.h: Likewise.
67 2008-02-11 Jan Beulich <jbeulich@novell.com>
69 * i386-opc.tbl: Remove Disp32S from CpuNo64 opcodes. Remove
70 Disp16 from Cpu64 non-jump opcodes (including loop and j?cxz).
71 * i386-tbl.h: Re-generate.
73 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
76 * configure: Regenerated.
78 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
80 * mips-dis.c: Update copyright.
81 (mips_arch_choices): Add Octeon.
82 * mips-opc.c: Update copyright.
84 (mips_builtin_opcodes): Add Octeon instruction synciobdma.
86 2008-01-29 Alan Modra <amodra@bigpond.net.au>
88 * ppc-opc.c: Support optional L form mtmsr.
90 2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
92 * i386-dis.c (OP_E_extended): Handle r12 like rsp.
94 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
96 * i386-gen.c (cpu_flag_init): Add CpuLM to CPU_GENERIC64_FLAGS.
97 * i386-init.h: Regenerated.
99 2008-01-23 Tristan Gingold <gingold@adacore.com>
101 * ia64-dis.c (print_insn_ia64): Display symbolic name of ar.fcr,
102 ar.eflag, ar.csd, ar.ssd, ar.cflg, ar.fsr, ar.fir and ar.fdr.
104 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
106 * i386-gen.c (cpu_flag_init): Remove CpuMMX2.
107 (cpu_flags): Likewise.
109 * i386-opc.h (CpuMMX2): Removed.
112 * i386-opc.tbl: Replace CpuMMX2 with CpuSSE|Cpu3dnowA.
113 * i386-init.h: Regenerated.
114 * i386-tbl.h: Likewise.
116 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
118 * i386-gen.c (cpu_flag_init): Add CPU_VMX_FLAGS and
120 * i386-init.h: Regenerated.
122 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
124 * i386-opc.tbl: Use Qword on movddup.
125 * i386-tbl.h: Regenerated.
127 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
129 * i386-opc.tbl: Put back 16bit movsx/movzx for AT&T syntax.
130 * i386-tbl.h: Regenerated.
132 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
134 * i386-dis.c (Mx): New.
135 (PREFIX_0FC3): Likewise.
136 (PREFIX_0FC7_REG_6): Updated.
137 (dis386_twobyte): Use PREFIX_0FC3.
138 (prefix_table): Add PREFIX_0FC3. Use Mq on movntq and movntsd.
139 Use Mx on movntps, movntpd, movntdq and movntdqa. Use Md on
142 2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
144 * i386-gen.c (opcode_modifiers): Add IntelSyntax.
145 (operand_types): Add Mem.
147 * i386-opc.h (IntelSyntax): New.
148 * i386-opc.h (Mem): New.
150 (Opcode_Modifier_Max): Updated.
151 (i386_opcode_modifier): Add intelsyntax.
152 (i386_operand_type): Add mem.
154 * i386-opc.tbl: Remove Reg16 from movnti. Add sizes to more
157 * i386-reg.tbl: Add size for accumulator.
159 * i386-init.h: Regenerated.
160 * i386-tbl.h: Likewise.
162 2008-01-13 H.J. Lu <hongjiu.lu@intel.com>
164 * i386-opc.h (Byte): Fix a typo.
166 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
169 * i386-gen.c (operand_type_init): Add Dword to
170 OPERAND_TYPE_ACC32. Add Qword to OPERAND_TYPE_ACC64.
171 (opcode_modifiers): Remove CheckSize, Byte, Word, Dword,
173 (operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
174 Xmmword, Unspecified and Anysize.
175 (set_bitfield): Make Mmword an alias of Qword. Make Oword
178 * i386-opc.h (CheckSize): Removed.
186 (i386_opcode_modifier): Remove checksize, byte, word, dword,
190 (Unspecified): Likewise.
192 (i386_operand_type): Add byte, word, dword, fword, qword,
193 tbyte xmmword, unspecified and anysize.
195 * i386-opc.tbl: Updated to use Byte, Word, Dword, Fword, Qword,
196 Tbyte, Xmmword, Unspecified and Anysize.
198 * i386-reg.tbl: Add size for accumulator.
200 * i386-init.h: Regenerated.
201 * i386-tbl.h: Likewise.
203 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
205 * i386-dis.c (REG_0F0E): Renamed to REG_0F0D.
207 (reg_table): Updated.
208 (dis386_twobyte): Updated. Use "nopQ" on 0x19 to 0x1e.
209 (twobyte_has_modrm): Set 1 for 0x19 to 0x1e.
211 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
213 * i386-gen.c (set_bitfield): Use fail () on error.
215 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
217 * i386-gen.c (lineno): New.
218 (filename): Likewise.
219 (set_bitfield): Report filename and line numer on error.
220 (process_i386_opcodes): Set filename and update lineno.
221 (process_i386_registers): Likewise.
223 2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
225 * i386-gen.c (opcode_modifiers): Rename IntelMnemonic to
228 * i386-opc.h (IntelMnemonic): Renamed to ..
230 (Opcode_Modifier_Max): Updated.
231 (i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
234 * i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax
235 on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp.
236 * i386-tbl.h: Regenerated.
238 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
240 * i386-gen.c: Update copyright to 2008.
241 * i386-opc.h: Likewise.
242 * i386-opc.tbl: Likewise.
244 * i386-init.h: Regenerated.
245 * i386-tbl.h: Likewise.
247 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
249 * i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps,
250 pextrb, pextrw, pinsrb, pinsrw and pmovmskb.
251 * i386-tbl.h: Regenerated.
253 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
255 * i386-gen.c (cpu_flag_init): Remove CpuSSE4_1_Or_5 and
257 (cpu_flags): Likewise.
259 * i386-opc.h (CpuSSE4_1_Or_5): Removed.
260 (CpuSSE4_2_Or_ABM): Likewise.
262 (i386_cpu_flags): Remove cpusse4_1_or_5 and cpusse4_2_or_abm.
264 * i386-opc.tbl: Replace CpuSSE4_1_Or_5, CpuSSE4_2_Or_ABM and
265 Cpu686|CpuPadLock with CpuSSE4_1|CpuSSE5, CpuABM|CpuSSE4_2
266 and CpuPadLock, respectively.
267 * i386-init.h: Regenerated.
268 * i386-tbl.h: Likewise.
270 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
272 * i386-gen.c (opcode_modifiers): Remove No_xSuf.
274 * i386-opc.h (No_xSuf): Removed.
275 (CheckSize): Updated.
277 * i386-tbl.h: Regenerated.
279 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
281 * i386-gen.c (cpu_flag_init): Add CpuSSE4_2_Or_ABM to
282 CPU_AMDFAM10_FLAGS, CPU_SSE4_2_FLAGS, CpuABM and
284 (cpu_flags): Add CpuSSE4_2_Or_ABM.
286 * i386-opc.h (CpuSSE4_2_Or_ABM): New.
288 (i386_cpu_flags): Add cpusse4_2_or_abm.
290 * i386-opc.tbl: Use CpuSSE4_2_Or_ABM instead of
291 CpuABM|CpuSSE4_2 on popcnt.
292 * i386-init.h: Regenerated.
293 * i386-tbl.h: Likewise.
295 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
297 * i386-opc.h: Update comments.
299 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
301 * i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
302 * i386-opc.h: Likewise.
303 * i386-opc.tbl: Likewise.
305 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
308 * i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
309 Byte, Word, Dword, QWord and Xmmword.
311 * i386-opc.h (No_xSuf): New.
312 (CheckSize): Likewise.
319 (i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
320 Dword, QWord and Xmmword.
322 * i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
324 * i386-tbl.h: Regenerated.
326 2008-01-02 Mark Kettenis <kettenis@gnu.org>
328 * m88k-dis.c (instructions): Fix fcvt.* instructions.
331 For older changes see ChangeLog-2007
337 version-control: never