Implement displaced stepping.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
89aa3097
AN
12008-04-29 Adam Nemet <anemet@caviumnetworks.com>
2
3 * mips-opc.c (mips_builtin_opcodes): Set field `match' to 0 for
4 the two drem and the two dremu macros.
5
39c5c168
AN
62008-04-28 Adam Nemet <anemet@caviumnetworks.com>
7
8 * mips-opc.c (mips_builtin_opcodes): Mark prefx and c1
9 instructions FP_S. Mark l.s, li.s, lwc1, swc1, s.s, trunc.w.s and
10 cop1 macros INSN2_M_FP_S. Mark l.d, li.d, ldc1 and sdc1 macros
11 INSN2_M_FP_D. Mark trunc.w.d macro INSN2_M_FP_S and INSN2_M_FP_D.
12
f04d18b7
DM
132008-04-25 David S. Miller <davem@davemloft.net>
14
15 * sparc-dis.c: Emit %stick instead of %sys_tick, and %stick_cmpr
16 instead of %sys_tick_cmpr, as suggested in architecture manuals.
17
6194aaab
L
182008-04-23 Paolo Bonzini <bonzini@gnu.org>
19
20 * aclocal.m4: Regenerate.
21 * configure: Regenerate.
22
1a6b486f
DM
232008-04-23 David S. Miller <davem@davemloft.net>
24
25 * sparc-opc.c (asi_table): Add UltraSPARC and Niagara
26 extended values.
27 (prefetch_table): Add missing values.
28
81f8a913
L
292008-04-22 H.J. Lu <hongjiu.lu@intel.com>
30
31 * i386-gen.c (opcode_modifiers): Add NoAVX.
32
33 * i386-opc.h (NoAVX): New.
34 (OldGcc): Updated.
35 (i386_opcode_modifier): Add noavx.
36
37 * i386-opc.tbl: Add NoAVX to SSE, SSE2, SSE3 and SSSE3
38 instructions which don't have AVX equivalent.
39 * i386-tbl.h: Regenerated.
40
dae39acc
L
412008-04-18 H.J. Lu <hongjiu.lu@intel.com>
42
43 * i386-dis.c (OP_VEX_FMA): New.
44 (OP_EX_VexImmW): Likewise.
45 (VexFMA): Likewise.
46 (Vex128FMA): Likewise.
47 (EXVexImmW): Likewise.
48 (get_vex_imm8): Likewise.
49 (OP_EX_VexReg): Likewise.
50 (vex_i4_done): Renamed to ...
51 (vex_w_done): This.
52 (prefix_table): Replace EXVexW with EXVexImmW on vpermil2ps
53 and vpermil2pd. Replace Vex/Vex128 with VexFMA/Vex128FMA on
54 FMA instructions.
55 (print_insn): Updated.
56 (OP_EX_VexW): Rewrite to swap register in VEX with EX.
57 (OP_REG_VexI4): Check invalid high registers.
58
ce886ab1
DR
592008-04-16 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
60 Michael Meissner <michael.meissner@amd.com>
61
62 * i386-opc.tbl: Fix protX to allow memory in the middle operand.
63 * i386-tbl.h: Regenerate from i386-opc.tbl.
64
19a6653c
AM
652008-04-14 Edmar Wienskoski <edmar@freescale.com>
66
67 * ppc-dis.c (powerpc_dialect): Handle "e500mc". Extend "e500" to
68 accept Power E500MC instructions.
69 (print_ppc_disassembler_options): Document -Me500mc.
70 * ppc-opc.c (DUIS, DUI, T): New.
71 (XRT, XRTRA): Likewise.
72 (E500MC): Likewise.
73 (powerpc_opcodes): Add new Power E500MC instructions.
74
112b7c50
AK
752008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
76
77 * s390-dis.c (init_disasm): Evaluate disassembler_options.
78 (print_s390_disassembler_options): New function.
79 * disassemble.c (disassembler_usage): Invoke
80 print_s390_disassembler_options.
81
7ff42648
AK
822008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
83
84 * s390-mkopc.c (insertExpandedMnemonic): Expand string sizes
85 of local variables used for mnemonic parsing: prefix, suffix and
86 number.
87
45a5551e
AK
882008-04-10 Andreas Krebbel <krebbel1@de.ibm.com>
89
90 * s390-mkopc.c (s390_cond_ext_format): Add back the mnemonic
91 extensions for conditional jumps (o, p, m, nz, z, nm, np, no).
92 (s390_crb_extensions): New extensions table.
93 (insertExpandedMnemonic): Handle '$' tag.
94 * s390-opc.txt: Remove conditional jump variants which can now
95 be expanded automatically.
96 Replace '*' tag with '$' in the compare and branch instructions.
97
06c8514a
L
982008-04-07 H.J. Lu <hongjiu.lu@intel.com>
99
100 * i386-dis.c (PREFIX_VEX_38XX): Add a tab.
101 (PREFIX_VEX_3AXX): Likewis.
102
b122c285
L
1032008-04-07 H.J. Lu <hongjiu.lu@intel.com>
104
105 * i386-opc.tbl: Remove 4 extra blank lines.
106
594ab6a3
L
1072008-04-04 H.J. Lu <hongjiu.lu@intel.com>
108
109 * i386-gen.c (cpu_flag_init): Replace CPU_CLMUL_FLAGS/CpuCLMUL
110 with CPU_PCLMUL_FLAGS/CpuPCLMUL.
111 (cpu_flags): Replace CpuCLMUL with CpuPCLMUL.
112 * i386-opc.tbl: Likewise.
113
114 * i386-opc.h (CpuCLMUL): Renamed to ...
115 (CpuPCLMUL): This.
116 (CpuFMA): Updated.
117 (i386_cpu_flags): Replace cpuclmul with cpupclmul.
118
119 * i386-init.h: Regenerated.
120
c0f3af97
L
1212008-04-03 H.J. Lu <hongjiu.lu@intel.com>
122
123 * i386-dis.c (OP_E_register): New.
124 (OP_E_memory): Likewise.
125 (OP_VEX): Likewise.
126 (OP_EX_Vex): Likewise.
127 (OP_EX_VexW): Likewise.
128 (OP_XMM_Vex): Likewise.
129 (OP_XMM_VexW): Likewise.
130 (OP_REG_VexI4): Likewise.
131 (PCLMUL_Fixup): Likewise.
132 (VEXI4_Fixup): Likewise.
133 (VZERO_Fixup): Likewise.
134 (VCMP_Fixup): Likewise.
135 (VPERMIL2_Fixup): Likewise.
136 (rex_original): Likewise.
137 (rex_ignored): Likewise.
138 (Mxmm): Likewise.
139 (XMM): Likewise.
140 (EXxmm): Likewise.
141 (EXxmmq): Likewise.
142 (EXymmq): Likewise.
143 (Vex): Likewise.
144 (Vex128): Likewise.
145 (Vex256): Likewise.
146 (VexI4): Likewise.
147 (EXdVex): Likewise.
148 (EXqVex): Likewise.
149 (EXVexW): Likewise.
150 (EXdVexW): Likewise.
151 (EXqVexW): Likewise.
152 (XMVex): Likewise.
153 (XMVexW): Likewise.
154 (XMVexI4): Likewise.
155 (PCLMUL): Likewise.
156 (VZERO): Likewise.
157 (VCMP): Likewise.
158 (VPERMIL2): Likewise.
159 (xmm_mode): Likewise.
160 (xmmq_mode): Likewise.
161 (ymmq_mode): Likewise.
162 (vex_mode): Likewise.
163 (vex128_mode): Likewise.
164 (vex256_mode): Likewise.
165 (USE_VEX_C4_TABLE): Likewise.
166 (USE_VEX_C5_TABLE): Likewise.
167 (USE_VEX_LEN_TABLE): Likewise.
168 (VEX_C4_TABLE): Likewise.
169 (VEX_C5_TABLE): Likewise.
170 (VEX_LEN_TABLE): Likewise.
171 (REG_VEX_XX): Likewise.
172 (MOD_VEX_XXX): Likewise.
173 (PREFIX_0F38DB..PREFIX_0F38DF): Likewise.
174 (PREFIX_0F3A44): Likewise.
175 (PREFIX_0F3ADF): Likewise.
176 (PREFIX_VEX_XXX): Likewise.
177 (VEX_OF): Likewise.
178 (VEX_OF38): Likewise.
179 (VEX_OF3A): Likewise.
180 (VEX_LEN_XXX): Likewise.
181 (vex): Likewise.
182 (need_vex): Likewise.
183 (need_vex_reg): Likewise.
184 (vex_i4_done): Likewise.
185 (vex_table): Likewise.
186 (vex_len_table): Likewise.
187 (OP_REG_VexI4): Likewise.
188 (vex_cmp_op): Likewise.
189 (pclmul_op): Likewise.
190 (vpermil2_op): Likewise.
191 (m_mode): Updated.
192 (es_reg): Likewise.
193 (PREFIX_0F38F0): Likewise.
194 (PREFIX_0F3A60): Likewise.
195 (reg_table): Add REG_VEX_71...REG_VEX_73 and REG_VEX_AE.
196 (prefix_table): Add PREFIX_0F38DB..PREFIX_0F38DF, PREFIX_0F3ADF
197 and PREFIX_VEX_XXX entries.
198 (x86_64_table): Use VEX_C4_TABLE and VEX_C5_TABLE.
199 (three_byte_table): Use PREFIX_0F38DB..PREFIX_0F38DF and
200 PREFIX_0F3ADF.
201 (mod_table): Use VEX_C4_TABLE, VEX_C5_TABLE and VEX_LEN_TABLE.
202 Add MOD_VEX_XXX entries.
203 (ckprefix): Initialize rex_original and rex_ignored. Store the
204 REX byte in rex_original.
205 (get_valid_dis386): Handle the implicit prefix in VEX prefix
206 bytes and USE_VEX_LEN_TABLE/USE_VEX_C4_TABLE/USE_VEX_C5_TABLE.
207 (print_insn): Set need_vex/need_vex_reg/vex_i4_done to 0 before
208 calling get_valid_dis386. Use rex_original and rex_ignored when
209 printing out REX.
210 (putop): Handle "XY".
211 (intel_operand_size): Handle VEX, xmm_mode, xmmq_mode and
212 ymmq_mode.
213 (OP_E_extended): Updated to use OP_E_register and
214 OP_E_memory.
215 (OP_XMM): Handle VEX.
216 (OP_EX): Likewise.
217 (XMM_Fixup): Likewise.
218 (CMP_Fixup): Use ARRAY_SIZE.
219
220 * i386-gen.c (cpu_flag_init): Add CpuAES, CPU_CLMUL_FLAGS,
221 CPU_FMA_FLAGS and CPU_AVX_FLAGS.
222 (operand_type_init): Add OPERAND_TYPE_REGYMM and
223 OPERAND_TYPE_VEX_IMM4.
224 (cpu_flags): Add CpuAVX, CpuAES, CpuCLMUL and CpuFMA.
225 (opcode_modifiers): Add Implicit1stXmm0, Vex, Vex256, VexNDD,
226 VexNDS, VexW0, VexW1, Vex0F, Vex0F38, Vex0F3A, Vex3Sources,
227 VexImmExt and SSE2AVX.
228 (operand_types): Add RegYMM, Ymmword and Vex_Imm4.
229
230 * i386-opc.h (CpuAVX): New.
231 (CpuAES): Likewise.
232 (CpuCLMUL): Likewise.
233 (CpuFMA): Likewise.
234 (Vex): Likewise.
235 (Vex256): Likewise.
236 (VexNDS): Likewise.
237 (VexNDD): Likewise.
238 (VexW0): Likewise.
239 (VexW1): Likewise.
240 (Vex0F): Likewise.
241 (Vex0F38): Likewise.
242 (Vex0F3A): Likewise.
243 (Vex3Sources): Likewise.
244 (VexImmExt): Likewise.
245 (SSE2AVX): Likewise.
246 (RegYMM): Likewise.
247 (Ymmword): Likewise.
248 (Vex_Imm4): Likewise.
249 (Implicit1stXmm0): Likewise.
250 (CpuXsave): Updated.
251 (CpuLM): Likewise.
252 (ByteOkIntel): Likewise.
253 (OldGcc): Likewise.
254 (Control): Likewise.
255 (Unspecified): Likewise.
256 (OTMax): Likewise.
257 (i386_cpu_flags): Add cpuavx, cpuaes, cpuclmul and cpufma.
258 (i386_opcode_modifier): Add implicit1stxmm0, vex, vex256,
259 vexnds, vexndd, vexw0, vexw1, vex0f, vex0f38, vex0f3a,
260 vex3sources, veximmext and sse2avx.
261 (i386_operand_type): Add regymm, ymmword and vex_imm4.
262
263 * i386-opc.tbl: Add AES, CLMUL, AVX and FMA new instructions.
264
265 * i386-reg.tbl: Add AVX registers, ymm0..ymm15.
266
267 * i386-init.h: Regenerated.
268 * i386-tbl.h: Likewise.
269
b21c9cb4
BS
2702008-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
271
272 From Robin Getz <robin.getz@analog.com>
273 * bfin-dis.c (bu32): Typedef.
274 (enum const_forms_t): Add c_uimm32 and c_huimm32.
275 (constant_formats[]): Add uimm32 and huimm16.
276 (fmtconst_val): New.
277 (uimm32): Define.
278 (huimm32): Define.
279 (imm16_val): Define.
280 (luimm16_val): Define.
281 (struct saved_state): Define.
282 (GREG, DPREG, DREG, PREG, SPREG, FPREG, IREG, MREG, BREG, LREG,
283 A0XREG, A0WREG, A1XREG, A1WREG,CCREG, LC0REG, LT0REG, LB0REG,
284 LC1REG, LT1REG, LB1REG, RETSREG, PCREG): Define.
285 (get_allreg): New.
286 (decode_LDIMMhalf_0): Print out the whole register value.
287
ee171c8f
BS
288 From Jie Zhang <jie.zhang@analog.com>
289 * bfin-dis.c (decode_dsp32mac_0): Decode (IU) option for
290 multiply and multiply-accumulate to data register instruction.
291
086134ec
BS
292 * bfin-dis.c: (c_uimm4s4d, c_imm5d, c_imm7d, c_imm16d, c_uimm16s4d,
293 c_imm32, c_huimm32e): Define.
294 (constant_formats): Add flags for printing decimal, leading spaces, and
295 exact symbols.
296 (comment, parallel): Add global flags in all disassembly.
297 (fmtconst): Take advantage of new flags, and print default in hex.
298 (fmtconst_val): Likewise.
299 (decode_macfunc): Be consistant with spaces, tabs, comments,
300 capitalization in disassembly, fix minor coding style issues.
301 (reg_names, amod0, amod1, amod0amod2, aligndir, get_allreg): Likewise.
302 (decode_ProgCtrl_0, decode_PushPopMultiple_0, decode_CCflag_0,
303 decode_CC2dreg_0, decode_CC2stat_0, decode_BRCC_0, decode_UJUMP_0,
304 decode_REGMV_0, decode_ALU2op_0, decode_PTR2op_0, decode_LOGI2op_0,
305 decode_COMP3op_0, decode_COMPI2opD_0, decode_COMPI2opP_0,
306 decode_LDSTpmod_0, decode_dagMODim_0, decode_dagMODik_0,
307 decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0, decode_LDSTii_0,
308 decode_LoopSetup_0, decode_LDIMMhalf_0, decode_CALLa_0,
309 decode_LDSTidxI_0, decode_linkage_0, decode_dsp32alu_0,
310 decode_dsp32shift_0, decode_dsp32shiftimm_0, decode_pseudodbg_assert_0,
311 _print_insn_bfin, print_insn_bfin): Likewise.
312
58c85be7
RW
3132008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
314
315 * aclocal.m4: Regenerate.
316 * configure: Likewise.
317 * Makefile.in: Likewise.
318
50e7d84b
AM
3192008-03-13 Alan Modra <amodra@bigpond.net.au>
320
321 * Makefile.am: Run "make dep-am".
322 * Makefile.in: Regenerate.
323 * configure: Regenerate.
324
de866fcc
AM
3252008-03-07 Alan Modra <amodra@bigpond.net.au>
326
327 * ppc-opc.c (powerpc_opcodes): Order and format.
328
28dbc079
L
3292008-03-01 H.J. Lu <hongjiu.lu@intel.com>
330
331 * i386-opc.tbl: Allow 16-bit near indirect branches for x86-64.
332 * i386-tbl.h: Regenerated.
333
849830bd
L
3342008-02-23 H.J. Lu <hongjiu.lu@intel.com>
335
336 * i386-opc.tbl: Disallow 16-bit near indirect branches for
337 x86-64.
338 * i386-tbl.h: Regenerated.
339
743ddb6b
JB
3402008-02-21 Jan Beulich <jbeulich@novell.com>
341
342 * i386-opc.tbl: Allow Dword for far indirect call. Allow Dword
343 and Fword for far indirect jmp. Allow Reg16 and Word for near
344 indirect jmp on x86-64. Disallow Fword for lcall.
345 * i386-tbl.h: Re-generate.
346
796d5313
NC
3472008-02-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
348
349 * cr16-opc.c (cr16_num_optab): Defined
350
65da13b5
L
3512008-02-16 H.J. Lu <hongjiu.lu@intel.com>
352
353 * i386-gen.c (operand_type_init): Add OPERAND_TYPE_INOUTPORTREG.
354 * i386-init.h: Regenerated.
355
0e336180
NC
3562008-02-14 Nick Clifton <nickc@redhat.com>
357
358 PR binutils/5524
359 * configure.in (SHARED_LIBADD): Select the correct host specific
360 file extension for shared libraries.
361 * configure: Regenerate.
362
b7240065
JB
3632008-02-13 Jan Beulich <jbeulich@novell.com>
364
365 * i386-opc.h (RegFlat): New.
366 * i386-reg.tbl (flat): Add.
367 * i386-tbl.h: Re-generate.
368
34b772a6
JB
3692008-02-13 Jan Beulich <jbeulich@novell.com>
370
371 * i386-dis.c (a_mode): New.
372 (cond_jump_mode): Adjust.
373 (Ma): Change to a_mode.
374 (intel_operand_size): Handle a_mode.
375 * i386-opc.tbl: Allow Dword and Qword for bound.
376 * i386-tbl.h: Re-generate.
377
a60de03c
JB
3782008-02-13 Jan Beulich <jbeulich@novell.com>
379
380 * i386-gen.c (process_i386_registers): Process new fields.
381 * i386-opc.h (reg_entry): Shrink reg_flags and reg_num to
382 unsigned char. Add dw2_regnum and Dw2Inval.
383 * i386-reg.tbl: Provide initializers for dw2_regnum. Add pseudo
384 register names.
385 * i386-tbl.h: Re-generate.
386
f03fe4c1
L
3872008-02-11 H.J. Lu <hongjiu.lu@intel.com>
388
4b6bc8eb 389 * i386-gen.c (cpu_flag_init): Add CPU_XSAVE_FLAGS.
f03fe4c1
L
390 * i386-init.h: Updated.
391
475a2301
L
3922008-02-11 H.J. Lu <hongjiu.lu@intel.com>
393
394 * i386-gen.c (cpu_flags): Add CpuXsave.
395
396 * i386-opc.h (CpuXsave): New.
4b6bc8eb 397 (CpuLM): Updated.
475a2301
L
398 (i386_cpu_flags): Add cpuxsave.
399
400 * i386-dis.c (MOD_0FAE_REG_4): New.
401 (RM_0F01_REG_2): Likewise.
402 (MOD_0FAE_REG_5): Updated.
403 (RM_0F01_REG_3): Likewise.
404 (reg_table): Use MOD_0FAE_REG_4.
405 (mod_table): Use RM_0F01_REG_2. Add MOD_0FAE_REG_4. Updated
406 for xrstor.
407 (rm_table): Add RM_0F01_REG_2.
408
409 * i386-opc.tbl: Add xsave, xrstor, xgetbv and xsetbv.
410 * i386-init.h: Regenerated.
411 * i386-tbl.h: Likewise.
412
595785c6 4132008-02-11 Jan Beulich <jbeulich@novell.com>
041179fc 414
595785c6
JB
415 * i386-opc.tbl: Remove Disp32S from CpuNo64 opcodes. Remove
416 Disp16 from Cpu64 non-jump opcodes (including loop and j?cxz).
417 * i386-tbl.h: Re-generate.
418
bb8541b9
L
4192008-02-04 H.J. Lu <hongjiu.lu@intel.com>
420
421 PR 5715
422 * configure: Regenerated.
423
57b592a3
AN
4242008-02-04 Adam Nemet <anemet@caviumnetworks.com>
425
426 * mips-dis.c: Update copyright.
427 (mips_arch_choices): Add Octeon.
428 * mips-opc.c: Update copyright.
429 (IOCT): New macro.
430 (mips_builtin_opcodes): Add Octeon instruction synciobdma.
431
930bb4cf
AM
4322008-01-29 Alan Modra <amodra@bigpond.net.au>
433
434 * ppc-opc.c: Support optional L form mtmsr.
435
82c18208
L
4362008-01-24 H.J. Lu <hongjiu.lu@intel.com>
437
438 * i386-dis.c (OP_E_extended): Handle r12 like rsp.
439
599121aa
L
4402008-01-23 H.J. Lu <hongjiu.lu@intel.com>
441
442 * i386-gen.c (cpu_flag_init): Add CpuLM to CPU_GENERIC64_FLAGS.
443 * i386-init.h: Regenerated.
444
80098f51
TG
4452008-01-23 Tristan Gingold <gingold@adacore.com>
446
447 * ia64-dis.c (print_insn_ia64): Display symbolic name of ar.fcr,
448 ar.eflag, ar.csd, ar.ssd, ar.cflg, ar.fsr, ar.fir and ar.fdr.
449
115c7c25
L
4502008-01-22 H.J. Lu <hongjiu.lu@intel.com>
451
452 * i386-gen.c (cpu_flag_init): Remove CpuMMX2.
453 (cpu_flags): Likewise.
454
455 * i386-opc.h (CpuMMX2): Removed.
456 (CpuSSE): Updated.
457
458 * i386-opc.tbl: Replace CpuMMX2 with CpuSSE|Cpu3dnowA.
459 * i386-init.h: Regenerated.
460 * i386-tbl.h: Likewise.
461
6305a203
L
4622008-01-22 H.J. Lu <hongjiu.lu@intel.com>
463
464 * i386-gen.c (cpu_flag_init): Add CPU_VMX_FLAGS and
465 CPU_SMX_FLAGS.
466 * i386-init.h: Regenerated.
467
fd07a1c8
L
4682008-01-15 H.J. Lu <hongjiu.lu@intel.com>
469
470 * i386-opc.tbl: Use Qword on movddup.
471 * i386-tbl.h: Regenerated.
472
321fd21e
L
4732008-01-15 H.J. Lu <hongjiu.lu@intel.com>
474
475 * i386-opc.tbl: Put back 16bit movsx/movzx for AT&T syntax.
476 * i386-tbl.h: Regenerated.
477
4ee52178
L
4782008-01-15 H.J. Lu <hongjiu.lu@intel.com>
479
480 * i386-dis.c (Mx): New.
481 (PREFIX_0FC3): Likewise.
482 (PREFIX_0FC7_REG_6): Updated.
483 (dis386_twobyte): Use PREFIX_0FC3.
484 (prefix_table): Add PREFIX_0FC3. Use Mq on movntq and movntsd.
485 Use Mx on movntps, movntpd, movntdq and movntdqa. Use Md on
486 movntss.
487
5c07affc
L
4882008-01-14 H.J. Lu <hongjiu.lu@intel.com>
489
490 * i386-gen.c (opcode_modifiers): Add IntelSyntax.
491 (operand_types): Add Mem.
492
493 * i386-opc.h (IntelSyntax): New.
494 * i386-opc.h (Mem): New.
495 (Byte): Updated.
496 (Opcode_Modifier_Max): Updated.
497 (i386_opcode_modifier): Add intelsyntax.
498 (i386_operand_type): Add mem.
499
500 * i386-opc.tbl: Remove Reg16 from movnti. Add sizes to more
501 instructions.
502
503 * i386-reg.tbl: Add size for accumulator.
504
505 * i386-init.h: Regenerated.
506 * i386-tbl.h: Likewise.
507
0d6a2f58
L
5082008-01-13 H.J. Lu <hongjiu.lu@intel.com>
509
510 * i386-opc.h (Byte): Fix a typo.
511
7d5e4556
L
5122008-01-12 H.J. Lu <hongjiu.lu@intel.com>
513
514 PR gas/5534
515 * i386-gen.c (operand_type_init): Add Dword to
516 OPERAND_TYPE_ACC32. Add Qword to OPERAND_TYPE_ACC64.
517 (opcode_modifiers): Remove CheckSize, Byte, Word, Dword,
518 Qword and Xmmword.
519 (operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
520 Xmmword, Unspecified and Anysize.
521 (set_bitfield): Make Mmword an alias of Qword. Make Oword
522 an alias of Xmmword.
523
524 * i386-opc.h (CheckSize): Removed.
525 (Byte): Updated.
526 (Word): Likewise.
527 (Dword): Likewise.
528 (Qword): Likewise.
529 (Xmmword): Likewise.
530 (FWait): Updated.
531 (OTMax): Likewise.
532 (i386_opcode_modifier): Remove checksize, byte, word, dword,
533 qword and xmmword.
534 (Fword): New.
535 (TBYTE): Likewise.
536 (Unspecified): Likewise.
537 (Anysize): Likewise.
538 (i386_operand_type): Add byte, word, dword, fword, qword,
539 tbyte xmmword, unspecified and anysize.
540
541 * i386-opc.tbl: Updated to use Byte, Word, Dword, Fword, Qword,
542 Tbyte, Xmmword, Unspecified and Anysize.
543
544 * i386-reg.tbl: Add size for accumulator.
545
546 * i386-init.h: Regenerated.
547 * i386-tbl.h: Likewise.
548
b5b1fc4f
L
5492008-01-10 H.J. Lu <hongjiu.lu@intel.com>
550
551 * i386-dis.c (REG_0F0E): Renamed to REG_0F0D.
552 (REG_0F18): Updated.
553 (reg_table): Updated.
554 (dis386_twobyte): Updated. Use "nopQ" on 0x19 to 0x1e.
555 (twobyte_has_modrm): Set 1 for 0x19 to 0x1e.
556
50e8458f
L
5572008-01-08 H.J. Lu <hongjiu.lu@intel.com>
558
559 * i386-gen.c (set_bitfield): Use fail () on error.
560
3d4d5afa
L
5612008-01-08 H.J. Lu <hongjiu.lu@intel.com>
562
563 * i386-gen.c (lineno): New.
564 (filename): Likewise.
565 (set_bitfield): Report filename and line numer on error.
566 (process_i386_opcodes): Set filename and update lineno.
567 (process_i386_registers): Likewise.
568
e1d4d893
L
5692008-01-05 H.J. Lu <hongjiu.lu@intel.com>
570
571 * i386-gen.c (opcode_modifiers): Rename IntelMnemonic to
572 ATTSyntax.
573
574 * i386-opc.h (IntelMnemonic): Renamed to ..
575 (ATTSyntax): This
576 (Opcode_Modifier_Max): Updated.
577 (i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
578 and intelsyntax.
579
580 * i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax
581 on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp.
582 * i386-tbl.h: Regenerated.
583
6f143e4d
L
5842008-01-04 H.J. Lu <hongjiu.lu@intel.com>
585
586 * i386-gen.c: Update copyright to 2008.
587 * i386-opc.h: Likewise.
588 * i386-opc.tbl: Likewise.
589
590 * i386-init.h: Regenerated.
591 * i386-tbl.h: Likewise.
592
c6add537
L
5932008-01-04 H.J. Lu <hongjiu.lu@intel.com>
594
595 * i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps,
596 pextrb, pextrw, pinsrb, pinsrw and pmovmskb.
597 * i386-tbl.h: Regenerated.
598
3629bb00
L
5992008-01-03 H.J. Lu <hongjiu.lu@intel.com>
600
601 * i386-gen.c (cpu_flag_init): Remove CpuSSE4_1_Or_5 and
602 CpuSSE4_2_Or_ABM.
603 (cpu_flags): Likewise.
604
605 * i386-opc.h (CpuSSE4_1_Or_5): Removed.
606 (CpuSSE4_2_Or_ABM): Likewise.
607 (CpuLM): Updated.
608 (i386_cpu_flags): Remove cpusse4_1_or_5 and cpusse4_2_or_abm.
609
610 * i386-opc.tbl: Replace CpuSSE4_1_Or_5, CpuSSE4_2_Or_ABM and
611 Cpu686|CpuPadLock with CpuSSE4_1|CpuSSE5, CpuABM|CpuSSE4_2
612 and CpuPadLock, respectively.
613 * i386-init.h: Regenerated.
614 * i386-tbl.h: Likewise.
615
24995bd6
L
6162008-01-03 H.J. Lu <hongjiu.lu@intel.com>
617
618 * i386-gen.c (opcode_modifiers): Remove No_xSuf.
619
620 * i386-opc.h (No_xSuf): Removed.
621 (CheckSize): Updated.
622
623 * i386-tbl.h: Regenerated.
624
e0329a22
L
6252008-01-02 H.J. Lu <hongjiu.lu@intel.com>
626
627 * i386-gen.c (cpu_flag_init): Add CpuSSE4_2_Or_ABM to
628 CPU_AMDFAM10_FLAGS, CPU_SSE4_2_FLAGS, CpuABM and
629 CPU_SSE5_FLAGS.
630 (cpu_flags): Add CpuSSE4_2_Or_ABM.
631
632 * i386-opc.h (CpuSSE4_2_Or_ABM): New.
633 (CpuLM): Updated.
634 (i386_cpu_flags): Add cpusse4_2_or_abm.
635
636 * i386-opc.tbl: Use CpuSSE4_2_Or_ABM instead of
637 CpuABM|CpuSSE4_2 on popcnt.
638 * i386-init.h: Regenerated.
639 * i386-tbl.h: Likewise.
640
f2a9c676
L
6412008-01-02 H.J. Lu <hongjiu.lu@intel.com>
642
643 * i386-opc.h: Update comments.
644
d978b5be
L
6452008-01-02 H.J. Lu <hongjiu.lu@intel.com>
646
647 * i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
648 * i386-opc.h: Likewise.
649 * i386-opc.tbl: Likewise.
650
582d5edd
L
6512008-01-02 H.J. Lu <hongjiu.lu@intel.com>
652
653 PR gas/5534
654 * i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
655 Byte, Word, Dword, QWord and Xmmword.
656
657 * i386-opc.h (No_xSuf): New.
658 (CheckSize): Likewise.
659 (Byte): Likewise.
660 (Word): Likewise.
661 (Dword): Likewise.
662 (QWord): Likewise.
663 (Xmmword): Likewise.
664 (FWait): Updated.
665 (i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
666 Dword, QWord and Xmmword.
667
668 * i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
669 used.
670 * i386-tbl.h: Regenerated.
671
3fe15143
MK
6722008-01-02 Mark Kettenis <kettenis@gnu.org>
673
674 * m88k-dis.c (instructions): Fix fcvt.* instructions.
675 From Miod Vallat.
676
6c7ac64e 677For older changes see ChangeLog-2007
252b5132
RH
678\f
679Local Variables:
2f6d2f85
NC
680mode: change-log
681left-margin: 8
682fill-column: 74
252b5132
RH
683version-control: never
684End:
This page took 0.506072 seconds and 4 git commands to generate.