include/opcode/
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2012-03-10  Edmar Wienskoski  <edmar@freescale.com>
2
3         * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500".
4         * ppc-opc.c (insert_ls, TMR, ESYNC, XSYNCLE_MASK): New.
5         (PPCVEC2, PPCTMR, E6500): New short names.
6         (powerpc_opcodes): Add vabsdub, vabsduh, vabsduw, dni, mvidsplt,
7         mviwsplt, icblq., mftmr, mttmr, dcblq., miso, lvexbx, lvexhx,
8         lvexwx, stvexbx, stvexhx, stvexwx, lvepx, lvepxl, stvepx, stvepxl,
9         lvtrx, lvtrxl, lvtlx, lvtlxl, stvfrx, stvfrxl, stvflx, stvflxl,
10         lvswx, lvswxl, stvswx, stvswxl, lvsm mnemonics. Accept LS, ESYNC
11         optional operands on sync instruction for E6500 target.
12
13 2012-03-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14
15         * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
16
17 2012-02-27  Alan Modra  <amodra@gmail.com>
18
19         * mt-dis.c: Regenerate.
20
21 2012-02-27  Alan Modra  <amodra@gmail.com>
22
23         * v850-opc.c (extract_v8): Rearrange to make it obvious this
24         is the inverse of corresponding insert function.
25         (extract_d22, extract_u9, extract_r4): Likewise.
26         (extract_d9): Correct sign extension.
27         (extract_d16_15): Don't assume "long" is 32 bits, and don't
28         rely on implementation defined behaviour for shift right of
29         signed types.
30         (extract_d16_16, extract_d17_16, extract_i9): Likewise.
31         (extract_d23): Likewise, and correct mask.
32
33 2012-02-27  Alan Modra  <amodra@gmail.com>
34
35         * crx-dis.c (print_arg): Mask constant to 32 bits.
36         * crx-opc.c (cst4_map): Use int array.
37
38 2012-02-27  Alan Modra  <amodra@gmail.com>
39
40         * arc-dis.c (BITS): Don't use shifts to mask off bits.
41         (FIELDD): Sign extend with xor,sub.
42
43 2012-02-25  Walter Lee  <walt@tilera.com>
44
45         * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
46         * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
47         TILEPRO_OPC_LW_TLS_SN.
48
49 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
50
51         * i386-opc.h (HLEPrefixNone): New.
52         (HLEPrefixLock): Likewise.
53         (HLEPrefixAny): Likewise.
54         (HLEPrefixRelease): Likewise.
55
56 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
57
58         * i386-dis.c (HLE_Fixup1): New.
59         (HLE_Fixup2): Likewise.
60         (HLE_Fixup3): Likewise.
61         (Ebh1): Likewise.
62         (Evh1): Likewise.
63         (Ebh2): Likewise.
64         (Evh2): Likewise.
65         (Ebh3): Likewise.
66         (Evh3): Likewise.
67         (MOD_C6_REG_7): Likewise.
68         (MOD_C7_REG_7): Likewise.
69         (RM_C6_REG_7): Likewise.
70         (RM_C7_REG_7): Likewise.
71         (XACQUIRE_PREFIX): Likewise.
72         (XRELEASE_PREFIX): Likewise.
73         (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
74         cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
75         Ebh2/Evh2 on xchg.  Use Ebh3/Evh3 on mov.
76         (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
77         not, or, sbb, sub and xor.  Use Ebh3/Evh3 on mov.  Use
78         MOD_C6_REG_7 and MOD_C7_REG_7.
79         (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
80         (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7.  Add xend and
81         xtest.
82         (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
83         (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
84
85         * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
86         CPU_RTM_FLAGS.
87         (cpu_flags): Add CpuHLE and CpuRTM.
88         (opcode_modifiers): Add HLEPrefixOk.
89
90         * i386-opc.h (CpuHLE): New.
91         (CpuRTM): Likewise.
92         (HLEPrefixOk): Likewise.
93         (i386_cpu_flags): Add cpuhle and cpurtm.
94         (i386_opcode_modifier): Add hleprefixok.
95
96         * i386-opc.tbl: Add HLEPrefixOk=3 to mov.  Add HLEPrefixOk to
97         add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
98         sbb, sub, xor and xadd.  Add HLEPrefixOk=2 to xchg with memory
99         operand.  Add xacquire, xrelease, xabort, xbegin, xend and
100         xtest.
101         * i386-init.h: Regenerated.
102         * i386-tbl.h: Likewise.
103
104 2012-01-24  DJ Delorie  <dj@redhat.com>
105
106         * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
107         * rl78-decode.c: Regenerate.
108
109 2012-01-17  James Murray  <jsm@jsm-net.demon.co.uk>
110
111         PR binutils/10173
112         * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
113
114 2012-01-17  Andreas Schwab  <schwab@linux-m68k.org>
115
116         * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
117         register and move them after pmove with PSR/PCSR register.
118
119 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
120
121         * i386-dis.c (mod_table): Add vmfunc.
122
123         * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
124         (cpu_flags): CpuVMFUNC.
125
126         * i386-opc.h (CpuVMFUNC): New.
127         (i386_cpu_flags): Add cpuvmfunc.
128
129         * i386-opc.tbl: Add vmfunc.
130         * i386-init.h: Regenerated.
131         * i386-tbl.h: Likewise.
132
133 For older changes see ChangeLog-2011
134 \f
135 Local Variables:
136 mode: change-log
137 left-margin: 8
138 fill-column: 74
139 version-control: never
140 End: