* cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
[binutils.git] / opcodes / ChangeLog
blob4c8ad0161e2f09479a85375c4f9c7ae890c09590
1 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
3         * i386-dis.c (HLE_Fixup1): New.
4         (HLE_Fixup2): Likewise.
5         (HLE_Fixup3): Likewise.
6         (Ebh1): Likewise.
7         (Evh1): Likewise.
8         (Ebh2): Likewise.
9         (Evh2): Likewise.
10         (Ebh3): Likewise.
11         (Evh3): Likewise.
12         (MOD_C6_REG_7): Likewise.
13         (MOD_C7_REG_7): Likewise.
14         (RM_C6_REG_7): Likewise.
15         (RM_C7_REG_7): Likewise.
16         (XACQUIRE_PREFIX): Likewise.
17         (XRELEASE_PREFIX): Likewise.
18         (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
19         cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
20         Ebh2/Evh2 on xchg.  Use Ebh3/Evh3 on mov.
21         (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
22         not, or, sbb, sub and xor.  Use Ebh3/Evh3 on mov.  Use
23         MOD_C6_REG_7 and MOD_C7_REG_7.
24         (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
25         (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7.  Add xend and
26         xtest.
27         (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
28         (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
30         * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
31         CPU_RTM_FLAGS.
32         (cpu_flags): Add CpuHLE and CpuRTM.
33         (opcode_modifiers): Add HLEPrefixOk.
35         * i386-opc.h (CpuHLE): New.
36         (CpuRTM): Likewise.
37         (HLEPrefixOk): Likewise.
38         (i386_cpu_flags): Add cpuhle and cpurtm.
39         (i386_opcode_modifier): Add hleprefixok.
41         * i386-opc.tbl: Add HLEPrefixOk=3 to mov.  Add HLEPrefixOk to
42         add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
43         sbb, sub, xor and xadd.  Add HLEPrefixOk=2 to xchg with memory
44         operand.  Add xacquire, xrelease, xabort, xbegin, xend and
45         xtest.
46         * i386-init.h: Regenerated.
47         * i386-tbl.h: Likewise.
49 2012-01-24  DJ Delorie  <dj@redhat.com>
51         * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
52         * rl78-decode.c: Regenerate.
54 2012-01-17  James Murray  <jsm@jsm-net.demon.co.uk>
56         PR binutils/10173
57         * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
59 2012-01-17  Andreas Schwab  <schwab@linux-m68k.org>
61         * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
62         register and move them after pmove with PSR/PCSR register.
64 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
66         * i386-dis.c (mod_table): Add vmfunc.
68         * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
69         (cpu_flags): CpuVMFUNC.
71         * i386-opc.h (CpuVMFUNC): New.
72         (i386_cpu_flags): Add cpuvmfunc.
74         * i386-opc.tbl: Add vmfunc.
75         * i386-init.h: Regenerated.
76         * i386-tbl.h: Likewise.
78 For older changes see ChangeLog-2011
80 Local Variables:
81 mode: change-log
82 left-margin: 8
83 fill-column: 74
84 version-control: never
85 End: