* arc-dis.c (BITS): Don't use shifts to mask off bits.
[external/binutils.git] / opcodes / ChangeLog
1 2012-02-27  Alan Modra  <amodra@gmail.com>
2
3         * arc-dis.c (BITS): Don't use shifts to mask off bits.
4         (FIELDD): Sign extend with xor,sub.
5
6 2012-02-25  Walter Lee  <walt@tilera.com>
7
8         * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
9         * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
10         TILEPRO_OPC_LW_TLS_SN.
11
12 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
13
14         * i386-opc.h (HLEPrefixNone): New.
15         (HLEPrefixLock): Likewise.
16         (HLEPrefixAny): Likewise.
17         (HLEPrefixRelease): Likewise.
18
19 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
20
21         * i386-dis.c (HLE_Fixup1): New.
22         (HLE_Fixup2): Likewise.
23         (HLE_Fixup3): Likewise.
24         (Ebh1): Likewise.
25         (Evh1): Likewise.
26         (Ebh2): Likewise.
27         (Evh2): Likewise.
28         (Ebh3): Likewise.
29         (Evh3): Likewise.
30         (MOD_C6_REG_7): Likewise.
31         (MOD_C7_REG_7): Likewise.
32         (RM_C6_REG_7): Likewise.
33         (RM_C7_REG_7): Likewise.
34         (XACQUIRE_PREFIX): Likewise.
35         (XRELEASE_PREFIX): Likewise.
36         (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
37         cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
38         Ebh2/Evh2 on xchg.  Use Ebh3/Evh3 on mov.
39         (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
40         not, or, sbb, sub and xor.  Use Ebh3/Evh3 on mov.  Use
41         MOD_C6_REG_7 and MOD_C7_REG_7.
42         (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
43         (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7.  Add xend and
44         xtest.
45         (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
46         (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
47
48         * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
49         CPU_RTM_FLAGS.
50         (cpu_flags): Add CpuHLE and CpuRTM.
51         (opcode_modifiers): Add HLEPrefixOk.
52
53         * i386-opc.h (CpuHLE): New.
54         (CpuRTM): Likewise.
55         (HLEPrefixOk): Likewise.
56         (i386_cpu_flags): Add cpuhle and cpurtm.
57         (i386_opcode_modifier): Add hleprefixok.
58
59         * i386-opc.tbl: Add HLEPrefixOk=3 to mov.  Add HLEPrefixOk to
60         add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
61         sbb, sub, xor and xadd.  Add HLEPrefixOk=2 to xchg with memory
62         operand.  Add xacquire, xrelease, xabort, xbegin, xend and
63         xtest.
64         * i386-init.h: Regenerated.
65         * i386-tbl.h: Likewise.
66
67 2012-01-24  DJ Delorie  <dj@redhat.com>
68
69         * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
70         * rl78-decode.c: Regenerate.
71
72 2012-01-17  James Murray  <jsm@jsm-net.demon.co.uk>
73
74         PR binutils/10173
75         * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
76
77 2012-01-17  Andreas Schwab  <schwab@linux-m68k.org>
78
79         * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
80         register and move them after pmove with PSR/PCSR register.
81
82 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
83
84         * i386-dis.c (mod_table): Add vmfunc.
85
86         * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
87         (cpu_flags): CpuVMFUNC.
88
89         * i386-opc.h (CpuVMFUNC): New.
90         (i386_cpu_flags): Add cpuvmfunc.
91
92         * i386-opc.tbl: Add vmfunc.
93         * i386-init.h: Regenerated.
94         * i386-tbl.h: Likewise.
95
96 For older changes see ChangeLog-2011
97 \f
98 Local Variables:
99 mode: change-log
100 left-margin: 8
101 fill-column: 74
102 version-control: never
103 End: