1 2012-08-09 Nick Clifton <nickc@redhat.com>
3 * po/vi.po: Updated Vietnamese translation.
5 2012-08-07 Roland McGrath <mcgrathr@google.com>
7 * i386-dis.c (reg_table): Fill out REG_0F0D table with
8 AMD-reserved cases as "prefetch".
9 (MOD_0F18_REG_4, MOD_0F18_REG_5): New enum constants.
10 (MOD_0F18_REG_6, MOD_0F18_REG_7): Likewise.
11 (reg_table): Use those under REG_0F18.
12 (mod_table): Add those cases as "nop/reserved".
14 2012-08-07 Jan Beulich <jbeulich@suse.com>
16 * i386-opc.tbl: Remove "FIXME" comments from SVME instructions.
18 2012-08-06 Roland McGrath <mcgrathr@google.com>
20 * i386-dis.c (print_insn): Print spaces between multiple excess
21 prefixes. Return actual number of excess prefixes consumed,
24 * i386-dis.c (OP_REG): Ignore REX_B for segment register cases.
26 2012-08-06 Roland McGrath <mcgrathr@google.com>
27 Victor Khimenko <khim@google.com>
28 H.J. Lu <hongjiu.lu@intel.com>
30 * i386-dis.c (OP_sI): In b_T_mode and v_mode, REX_W trumps DFLAG.
31 (putop): For 'T', 'U', and 'V', treat REX_W like DFLAG.
32 (intel_operand_size): For stack_v_mode, treat REX_W like DFLAG.
33 (OP_E_register): Likewise.
34 (OP_REG): For low 8 whole registers, treat REX_W like DFLAG.
36 2012-08-02 Jan-Benedict Glaw <jbglaw@lug-owl.de>
38 * configure.in: Formatting.
39 * configure: Regenerate.
41 2012-08-01 Alan Modra <amodra@gmail.com>
43 * h8300-dis.c: Fix printf arg warnings.
44 * i960-dis.c: Likewise.
45 * mips-dis.c: Likewise.
46 * pdp11-dis.c: Likewise.
48 * v850-dis.c: Likewise.
49 * configure.in: Formatting.
50 * configure: Regenerate.
51 * rl78-decode.c: Regenerate.
52 * po/POTFILES.in: Regenerate.
54 2012-07-31 Chao-Ying Fu <fu@mips.com>
55 Catherine Moore <clm@codesourcery.com>
56 Maciej W. Rozycki <macro@codesourcery.com>
58 * micromips-opc.c (WR_a, RD_a, MOD_a): New macros.
61 (micromips_opcodes): Add DSP ASE instructions.
62 * mips-dis.c (print_insn_micromips) <'2', '3'>: New cases.
63 <'4', '5', '6', '7', '8', '0', '^', '@'>: Likewise.
65 2012-07-31 Jan Beulich <jbeulich@suse.com>
67 * i386-opc.tbl (vmovntdqa): Move up into 256-bit integer AVX2
68 instruction group. Mark as requiring AVX2.
69 * i386-tbl.h: Re-generate.
71 2012-07-30 Nick Clifton <nickc@redhat.com>
73 * po/opcodes.pot: Updated template.
74 * po/es.po: Updated Spanish translation.
75 * po/fi.po: Updated Finnish translation.
77 2012-07-27 Mike Frysinger <vapier@gentoo.org>
79 * configure.in (BFD_VERSION): Run bfd/configure --version and
80 parse the output of that.
81 * configure: Regenerate.
83 2012-07-25 James Lemke <jwlemke@codesourcery.com>
85 * ppc-opc.c (powerpc_opcodes): Add/remove PPCVLE for some 32-bit insns.
87 2012-07-24 Stephan McCamant <smcc@cs.berkeley.edu>
88 Dr David Alan Gilbert <dave@treblig.org>
91 * arm-dis.c: Add necessary casts for printing integer values.
92 Use %s when printing string values.
93 * hppa-dis.c: Likewise.
94 * m68k-dis.c: Likewise.
95 * microblaze-dis.c: Likewise.
96 * mips-dis.c: Likewise.
97 * sparc-dis.c: Likewise.
99 2012-07-19 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
102 * i386-dis.c (VEX_LEN_0FXOP_08_CC): New.
103 (VEX_LEN_0FXOP_08_CD): Likewise.
104 (VEX_LEN_0FXOP_08_CE): Likewise.
105 (VEX_LEN_0FXOP_08_CF): Likewise.
106 (VEX_LEN_0FXOP_08_EC): Likewise.
107 (VEX_LEN_0FXOP_08_ED): Likewise.
108 (VEX_LEN_0FXOP_08_EE): Likewise.
109 (VEX_LEN_0FXOP_08_EF): Likewise.
110 (xop_table): Fix entries for vpcomb, vpcomw, vpcomd, vpcomq,
111 vpcomub, vpcomuw, vpcomud, vpcomuq.
112 (vex_len_table): Add entries for VEX_LEN_0FXOP_08_CC,
113 VEX_LEN_0FXOP_08_CD, VEX_LEN_0FXOP_08_CE, VEX_LEN_0FXOP_08_CF,
114 VEX_LEN_0FXOP_08_EC, VEX_LEN_0FXOP_08_ED, VEX_LEN_0FXOP_08_EE,
117 2012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
119 * i386-dis.c (PREFIX_0F38F6): New.
120 (prefix_table): Add adcx, adox instructions.
121 (three_byte_table): Use PREFIX_0F38F6.
122 (mod_table): Add rdseed instruction.
123 * i386-gen.c (cpu_flag_init): Add CpuADX, CpuRDSEED, CpuPRFCHW.
124 (cpu_flags): Likewise.
125 * i386-opc.h: Add CpuADX, CpuRDSEED, CpuPRFCHW.
126 (i386_cpu_flags): Add fields cpurdseed, cpuadx, cpuprfchw.
127 * i386-opc.tbl: Add instrcutions adcx, adox, rdseed. Extend
129 * i386-tbl.h: Regenerate.
130 * i386-init.h: Likewise.
132 2012-07-05 Thomas Schwinge <thomas@codesourcery.com>
134 * mips-dis.c: Remove gratuitous newline.
136 2012-07-05 Sean Keys <skeys@ipdatasys.com>
138 * xgate-dis.c: Removed an IF statement that will
139 always be false due to overlapping operand masks.
140 * xgate-opc.c: Corrected 'com' opcode entry and
143 2012-07-02 Roland McGrath <mcgrathr@google.com>
145 * i386-opc.tbl: Add RepPrefixOk to nop.
146 * i386-tbl.h: Regenerate.
148 2012-06-28 Nick Clifton <nickc@redhat.com>
150 * po/vi.po: Updated Vietnamese translation.
152 2012-06-22 Roland McGrath <mcgrathr@google.com>
154 * i386-opc.tbl: Add RepPrefixOk to ret.
155 * i386-tbl.h: Regenerate.
157 * i386-opc.h (RepPrefixOk): New enum constant.
158 (i386_opcode_modifier): New bitfield 'repprefixok'.
159 * i386-gen.c (opcode_modifiers): Add RepPrefixOk.
160 * i386-opc.tbl: Add RepPrefixOk to bsf, bsr, and to all
161 instructions that have IsString.
162 * i386-tbl.h: Regenerate.
164 2012-06-11 Andreas Schwab <schwab@linux-m68k.org>
166 * ppc-opc.c (lvsl, lvebx, isellt, icbt, ldepx, lwepx, lvsr, lvehx)
167 (iselgt, lvewx, iseleq, isel, dcbst, dcbstep, dcbfl, dcbf, lbepx)
168 (lvx, dcbfep, dcbtstls, stvebx, dcbtstlse, stdepx, stwepx, dcbtls)
169 (stvehx, dcbtlse, stvewx, stbepx, icblc, stvx, dcbtstt, dcbtst)
170 (dcbtst, dcbtstep, dcbtt, dcbt, dcbt, lhepx, eciwx, dcbtep)
171 (dcread, lxvdsx, lvxl, dcblc, sthepx, ecowx, dcbi, dcread, icbtls)
172 (stvxl, lxsdx, lfdepx, stxsdx, stfdepx, dcba, dcbal, lxvw4x)
173 (tlbivax, lfdpx, lxvd2x, tlbsrx., stxvw4x, tlbsx, tlbsx., stfdpx)
174 (stfqx, stxvd2x, icbi, icbiep, icread, dcbzep): Change RA to RA0.
176 2012-05-19 Alan Modra <amodra@gmail.com>
178 * ppc-dis.c: Don't include elf32-ppc.h, do include elf/ppc.h.
179 (get_powerpc_dialect): Detect VLE sections from ELF sh_flags.
181 2012-05-18 Alan Modra <amodra@gmail.com>
183 * ia64-opc.c: Remove #include "ansidecl.h".
184 * z8kgen.c: Include sysdep.h first.
186 * arc-dis.c: Include sysdep.h first, remove some redundant includes.
187 * bfin-dis.c: Likewise.
188 * i860-dis.c: Likewise.
189 * ia64-dis.c: Likewise.
190 * ia64-gen.c: Likewise.
191 * m68hc11-dis.c: Likewise.
192 * mmix-dis.c: Likewise.
193 * msp430-dis.c: Likewise.
194 * or32-dis.c: Likewise.
195 * rl78-dis.c: Likewise.
196 * rx-dis.c: Likewise.
197 * tic4x-dis.c: Likewise.
198 * tilegx-opc.c: Likewise.
199 * tilepro-opc.c: Likewise.
200 * rx-decode.c: Regenerate.
202 2012-05-17 James Lemke <jwlemke@codesourcery.com>
204 * ppc-opc.c (powerpc_macros): Add entries for e_extlwi to e_clrlslwi.
206 2012-05-17 James Lemke <jwlemke@codesourcery.com>
208 * ppc-opc.c (extract_sprg): Use ALLOW8_SPRG to include VLE.
210 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
211 Nick Clifton <nickc@redhat.com>
214 * configure.in: Add check that sysdep.h has been included before
215 any system header files.
216 * configure: Regenerate.
217 * config.in: Regenerate.
218 * sysdep.h: Generate an error if included before config.h.
219 * alpha-opc.c: Include sysdep.h before any other header file.
220 * alpha-dis.c: Likewise.
221 * avr-dis.c: Likewise.
222 * cgen-opc.c: Likewise.
223 * cr16-dis.c: Likewise.
224 * cris-dis.c: Likewise.
225 * crx-dis.c: Likewise.
226 * d10v-dis.c: Likewise.
227 * d10v-opc.c: Likewise.
228 * d30v-dis.c: Likewise.
229 * d30v-opc.c: Likewise.
230 * h8500-dis.c: Likewise.
231 * i370-dis.c: Likewise.
232 * i370-opc.c: Likewise.
233 * m10200-dis.c: Likewise.
234 * m10300-dis.c: Likewise.
235 * micromips-opc.c: Likewise.
236 * mips-opc.c: Likewise.
237 * mips61-opc.c: Likewise.
238 * moxie-dis.c: Likewise.
239 * or32-opc.c: Likewise.
240 * pj-dis.c: Likewise.
241 * ppc-dis.c: Likewise.
242 * ppc-opc.c: Likewise.
243 * s390-dis.c: Likewise.
244 * sh-dis.c: Likewise.
245 * sh64-dis.c: Likewise.
246 * sparc-dis.c: Likewise.
247 * sparc-opc.c: Likewise.
248 * spu-dis.c: Likewise.
249 * tic30-dis.c: Likewise.
250 * tic54x-dis.c: Likewise.
251 * tic80-dis.c: Likewise.
252 * tic80-opc.c: Likewise.
253 * tilegx-dis.c: Likewise.
254 * tilepro-dis.c: Likewise.
255 * v850-dis.c: Likewise.
256 * v850-opc.c: Likewise.
257 * vax-dis.c: Likewise.
258 * w65-dis.c: Likewise.
259 * xgate-dis.c: Likewise.
260 * xtensa-dis.c: Likewise.
261 * rl78-decode.opc: Likewise.
262 * rl78-decode.c: Regenerate.
263 * rx-decode.opc: Likewise.
264 * rx-decode.c: Regenerate.
266 2012-05-17 Alan Modra <amodra@gmail.com>
268 * ppc_dis.c: Don't include elf/ppc.h.
270 2012-05-16 Meador Inge <meadori@codesourcery.com>
272 * arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg}
275 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
276 Stephane Carrez <stcarrez@nerim.fr>
278 * configure.in: Add S12X and XGATE co-processor support to m68hc11
280 * disassemble.c: Likewise.
281 * configure: Regenerate.
282 * m68hc11-dis.c: Make objdump output more consistent, use hex
283 instead of decimal and use 0x prefix for hex.
284 * m68hc11-opc.c: Add S12X and XGATE opcodes.
286 2012-05-14 James Lemke <jwlemke@codesourcery.com>
288 * ppc-dis.c (get_powerpc_dialect): Use is_ppc_vle.
289 (PPC_OPCD_SEGS, VLE_OPCD_SEGS): New defines.
290 (vle_opcd_indices): New array.
291 (lookup_vle): New function.
292 (disassemble_init_powerpc): Revise for second (VLE) opcode table.
293 (print_insn_powerpc): Likewise.
294 * ppc-opc.c: Likewise.
296 2012-05-14 Catherine Moore <clm@codesourcery.com>
297 Maciej W. Rozycki <macro@codesourcery.com>
298 Rhonda Wittels <rhonda@codesourcery.com>
299 Nathan Froyd <froydnj@codesourcery.com>
301 * ppc-opc.c (insert_arx, extract_arx): New functions.
302 (insert_ary, extract_ary): New functions.
303 (insert_li20, extract_li20): New functions.
304 (insert_rx, extract_rx): New functions.
305 (insert_ry, extract_ry): New functions.
306 (insert_sci8, extract_sci8): New functions.
307 (insert_sci8n, extract_sci8n): New functions.
308 (insert_sd4h, extract_sd4h): New functions.
309 (insert_sd4w, extract_sd4w): New functions.
310 (insert_vlesi, extract_vlesi): New functions.
311 (insert_vlensi, extract_vlensi): New functions.
312 (insert_vleui, extract_vleui): New functions.
313 (insert_vleil, extract_vleil): New functions.
314 (BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT.
315 (BI16, BI32, BO32, B8): New.
316 (B15, B24, CRD32, CRS): New.
317 (CRD, OBF, BFA, CR, CRFS): Use PPC_OPERAND_CR_REG.
318 (DB, IMM20, RD, Rx, ARX, RY, RZ): New.
319 (ARY, SCLSCI8, SCLSCI8N, SE_SD, SE_SDH): New.
320 (SH6_MASK): Use PPC_OPSHIFT_INV.
321 (SI8, UI5, OIMM5, UI7, BO16): New.
322 (VLESIMM, VLENSIMM, VLEUIMM, VLEUIMML): New.
323 (XT6, XA6, XB6, XB6S, XC6): Use PPC_OPSHIFT_INV.
325 (insert_sprg, extract_sprg): Check ALLOW8_SPRG.
326 (OPVUP, OPVUP_MASK OPVUP): New
327 (BD8, BD8_MASK, BD8IO, BD8IO_MASK): New.
328 (EBD8IO, EBD8IO1_MASK, EBD8IO2_MASK, EBD8IO3_MASK): New.
329 (BD15, BD15_MASK, EBD15, EBD15_MASK, EBD15BI, EBD15BI_MASK): New.
330 (BD24,BD24_MASK, C_LK, C_LK_MASK, C, C_MASK): New.
331 (IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New.
332 (IM7, IM7_MASK, LI20, LI20_MASK, SCI8, SCI8_MASK): New.
333 (SCI8BF, SCI8BF_MASK, SD4, SD4_MASK): New.
334 (SE_IM5, SE_IM5_MASK): New.
335 (SE_R, SE_R_MASK, SE_RR, SE_RR_MASK): New.
336 (EX, EX_MASK, BO16F, BO16T, BO32F, BO32T): New.
337 (BO32DNZ, BO32DZ): New.
338 (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
340 (powerpc_opcodes): Add new VLE instructions. Update existing
341 instruction to include PPCVLE if supported.
342 * ppc-dis.c (ppc_opts): Add vle entry.
343 (get_powerpc_dialect): New function.
344 (powerpc_init_dialect): VLE support.
345 (print_insn_big_powerpc): Call get_powerpc_dialect.
346 (print_insn_little_powerpc): Likewise.
347 (operand_value_powerpc): Handle negative shift counts.
348 (print_insn_powerpc): Handle 2-byte instruction lengths.
350 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
353 * configure.in: Invoke ACX_HEADER_STRING.
354 * configure: Regenerate.
355 * config.in: Regenerate.
356 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
357 string.h and strings.h.
359 2012-05-11 Nick Clifton <nickc@redhat.com>
362 * arm-dis.c (print_insn): Fix detection of instruction mode in
363 files containing multiple executable sections.
365 2012-05-03 Sean Keys <skeys@ipdatasys.com>
367 * Makefile.in, configure: regenerate
368 * disassemble.c (disassembler): Recognize ARCH_XGATE.
369 * xgate-dis.c (read_memory, print_insn, print_insn_xgate):
371 * configure.in: Recognize xgate.
372 * xgate-dis.c, xgate-opc.c: New files for support of xgate
373 * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
374 and opcode generation for xgate.
376 2012-04-30 DJ Delorie <dj@redhat.com>
378 * rx-decode.opc (MOV): Do not sign-extend immediates which are
379 already the maximum bit size.
380 * rx-decode.c: Regenerate.
382 2012-04-27 David S. Miller <davem@davemloft.net>
384 * sparc-dis.c (v9a_asr_reg_names): Add 'cfr'.
385 * sparc-opc.c (sparc_opcodes): Add rd/wr cases for %cfr.
387 * sparc-opc.c (sparc_opcodes): Add 'wr X, %pause' and 'pause'.
388 * sparc-dis.c (v9a_asr_reg_names): Add 'pause'.
390 * sparc-opc.c (CBCOND): New define.
391 (CBCOND_XCC): Likewise.
392 (cbcond): New helper macro.
393 (sparc_opcodes): Add compare-and-branch instructions.
395 * sparc-dis.c (print_insn_sparc): Handle ')'.
396 * sparc-opc.c (sparc_opcodes): Add crypto instructions.
398 * sparc-opc.c (sparc_opcodes): Rework table to put HWCAP values
399 into new struct sparc_opcode 'hwcaps' field instead of 'flags'.
401 2012-04-12 David S. Miller <davem@davemloft.net>
403 * sparc-dis.c (X_DISP10): Define.
404 (print_insn_sparc): Handle '='.
406 2012-04-01 Mike Frysinger <vapier@gentoo.org>
408 * bfin-dis.c (fmtconst): Replace decimal handling with a single
409 sprintf call and the '*' field width.
411 2012-03-23 Maxim Kuvyrkov <maxim@codesourcery.com>
413 * mips-dis.c (mips_arch_choices): Add entry for Broadcom XLP.
415 2012-03-16 Alan Modra <amodra@gmail.com>
417 * ppc-dis.c (PPC_OPC_SEGS, PPC_OP_TO_SEG): Delete.
418 (powerpc_opcd_indices): Bump array size.
419 (disassemble_init_powerpc): Set powerpc_opcd_indices entries
420 corresponding to unused opcodes to following entry.
421 (lookup_powerpc): New function, extracted and optimised from..
422 (print_insn_powerpc): ..here.
424 2012-03-15 Alan Modra <amodra@gmail.com>
425 James Lemke <jwlemke@codesourcery.com>
427 * disassemble.c (disassemble_init_for_target): Handle ppc init.
428 * ppc-dis.c (private): New var.
429 (powerpc_init_dialect): Don't return calloc failure, instead use
431 (PPC_OPCD_SEGS, PPC_OP_TO_SEG): Define.
432 (powerpc_opcd_indices): New array.
433 (disassemble_init_powerpc): New function.
434 (print_insn_big_powerpc): Don't init dialect here.
435 (print_insn_little_powerpc): Likewise.
436 (print_insn_powerpc): Start search using powerpc_opcd_indices.
438 2012-03-10 Edmar Wienskoski <edmar@freescale.com>
440 * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500".
441 * ppc-opc.c (insert_ls, TMR, ESYNC, XSYNCLE_MASK): New.
442 (PPCVEC2, PPCTMR, E6500): New short names.
443 (powerpc_opcodes): Add vabsdub, vabsduh, vabsduw, dni, mvidsplt,
444 mviwsplt, icblq., mftmr, mttmr, dcblq., miso, lvexbx, lvexhx,
445 lvexwx, stvexbx, stvexhx, stvexwx, lvepx, lvepxl, stvepx, stvepxl,
446 lvtrx, lvtrxl, lvtlx, lvtlxl, stvfrx, stvfrxl, stvflx, stvflxl,
447 lvswx, lvswxl, stvswx, stvswxl, lvsm mnemonics. Accept LS, ESYNC
448 optional operands on sync instruction for E6500 target.
450 2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
452 * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
454 2012-02-27 Alan Modra <amodra@gmail.com>
456 * mt-dis.c: Regenerate.
458 2012-02-27 Alan Modra <amodra@gmail.com>
460 * v850-opc.c (extract_v8): Rearrange to make it obvious this
461 is the inverse of corresponding insert function.
462 (extract_d22, extract_u9, extract_r4): Likewise.
463 (extract_d9): Correct sign extension.
464 (extract_d16_15): Don't assume "long" is 32 bits, and don't
465 rely on implementation defined behaviour for shift right of
467 (extract_d16_16, extract_d17_16, extract_i9): Likewise.
468 (extract_d23): Likewise, and correct mask.
470 2012-02-27 Alan Modra <amodra@gmail.com>
472 * crx-dis.c (print_arg): Mask constant to 32 bits.
473 * crx-opc.c (cst4_map): Use int array.
475 2012-02-27 Alan Modra <amodra@gmail.com>
477 * arc-dis.c (BITS): Don't use shifts to mask off bits.
478 (FIELDD): Sign extend with xor,sub.
480 2012-02-25 Walter Lee <walt@tilera.com>
482 * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
483 * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
484 TILEPRO_OPC_LW_TLS_SN.
486 2012-02-21 H.J. Lu <hongjiu.lu@intel.com>
488 * i386-opc.h (HLEPrefixNone): New.
489 (HLEPrefixLock): Likewise.
490 (HLEPrefixAny): Likewise.
491 (HLEPrefixRelease): Likewise.
493 2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
495 * i386-dis.c (HLE_Fixup1): New.
496 (HLE_Fixup2): Likewise.
497 (HLE_Fixup3): Likewise.
504 (MOD_C6_REG_7): Likewise.
505 (MOD_C7_REG_7): Likewise.
506 (RM_C6_REG_7): Likewise.
507 (RM_C7_REG_7): Likewise.
508 (XACQUIRE_PREFIX): Likewise.
509 (XRELEASE_PREFIX): Likewise.
510 (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
511 cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
512 Ebh2/Evh2 on xchg. Use Ebh3/Evh3 on mov.
513 (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
514 not, or, sbb, sub and xor. Use Ebh3/Evh3 on mov. Use
515 MOD_C6_REG_7 and MOD_C7_REG_7.
516 (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
517 (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7. Add xend and
519 (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
520 (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
522 * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
524 (cpu_flags): Add CpuHLE and CpuRTM.
525 (opcode_modifiers): Add HLEPrefixOk.
527 * i386-opc.h (CpuHLE): New.
529 (HLEPrefixOk): Likewise.
530 (i386_cpu_flags): Add cpuhle and cpurtm.
531 (i386_opcode_modifier): Add hleprefixok.
533 * i386-opc.tbl: Add HLEPrefixOk=3 to mov. Add HLEPrefixOk to
534 add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
535 sbb, sub, xor and xadd. Add HLEPrefixOk=2 to xchg with memory
536 operand. Add xacquire, xrelease, xabort, xbegin, xend and
538 * i386-init.h: Regenerated.
539 * i386-tbl.h: Likewise.
541 2012-01-24 DJ Delorie <dj@redhat.com>
543 * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
544 * rl78-decode.c: Regenerate.
546 2012-01-17 James Murray <jsm@jsm-net.demon.co.uk>
549 * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
551 2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
553 * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
554 register and move them after pmove with PSR/PCSR register.
556 2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
558 * i386-dis.c (mod_table): Add vmfunc.
560 * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
561 (cpu_flags): CpuVMFUNC.
563 * i386-opc.h (CpuVMFUNC): New.
564 (i386_cpu_flags): Add cpuvmfunc.
566 * i386-opc.tbl: Add vmfunc.
567 * i386-init.h: Regenerated.
568 * i386-tbl.h: Likewise.
570 For older changes see ChangeLog-2011
576 version-control: never