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