2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
5333187a
AK
12012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2
3 * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
4
a597d2d3
AM
52012-02-27 Alan Modra <amodra@gmail.com>
6
7 * mt-dis.c: Regenerate.
8
3f26eb3a
AM
92012-02-27 Alan Modra <amodra@gmail.com>
10
11 * v850-opc.c (extract_v8): Rearrange to make it obvious this
12 is the inverse of corresponding insert function.
13 (extract_d22, extract_u9, extract_r4): Likewise.
14 (extract_d9): Correct sign extension.
15 (extract_d16_15): Don't assume "long" is 32 bits, and don't
16 rely on implementation defined behaviour for shift right of
17 signed types.
18 (extract_d16_16, extract_d17_16, extract_i9): Likewise.
19 (extract_d23): Likewise, and correct mask.
20
1f42f8b3
AM
212012-02-27 Alan Modra <amodra@gmail.com>
22
23 * crx-dis.c (print_arg): Mask constant to 32 bits.
24 * crx-opc.c (cst4_map): Use int array.
25
cdb06235
AM
262012-02-27 Alan Modra <amodra@gmail.com>
27
28 * arc-dis.c (BITS): Don't use shifts to mask off bits.
29 (FIELDD): Sign extend with xor,sub.
30
6f7be959
WL
312012-02-25 Walter Lee <walt@tilera.com>
32
33 * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
34 * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
35 TILEPRO_OPC_LW_TLS_SN.
36
82c2def5
L
372012-02-21 H.J. Lu <hongjiu.lu@intel.com>
38
39 * i386-opc.h (HLEPrefixNone): New.
40 (HLEPrefixLock): Likewise.
41 (HLEPrefixAny): Likewise.
42 (HLEPrefixRelease): Likewise.
43
42164a71
L
442012-02-08 H.J. Lu <hongjiu.lu@intel.com>
45
46 * i386-dis.c (HLE_Fixup1): New.
47 (HLE_Fixup2): Likewise.
48 (HLE_Fixup3): Likewise.
49 (Ebh1): Likewise.
50 (Evh1): Likewise.
51 (Ebh2): Likewise.
52 (Evh2): Likewise.
53 (Ebh3): Likewise.
54 (Evh3): Likewise.
55 (MOD_C6_REG_7): Likewise.
56 (MOD_C7_REG_7): Likewise.
57 (RM_C6_REG_7): Likewise.
58 (RM_C7_REG_7): Likewise.
59 (XACQUIRE_PREFIX): Likewise.
60 (XRELEASE_PREFIX): Likewise.
61 (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
62 cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
63 Ebh2/Evh2 on xchg. Use Ebh3/Evh3 on mov.
64 (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
65 not, or, sbb, sub and xor. Use Ebh3/Evh3 on mov. Use
66 MOD_C6_REG_7 and MOD_C7_REG_7.
67 (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
68 (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7. Add xend and
69 xtest.
70 (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
71 (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
72
73 * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
74 CPU_RTM_FLAGS.
75 (cpu_flags): Add CpuHLE and CpuRTM.
76 (opcode_modifiers): Add HLEPrefixOk.
77
78 * i386-opc.h (CpuHLE): New.
79 (CpuRTM): Likewise.
80 (HLEPrefixOk): Likewise.
81 (i386_cpu_flags): Add cpuhle and cpurtm.
82 (i386_opcode_modifier): Add hleprefixok.
83
84 * i386-opc.tbl: Add HLEPrefixOk=3 to mov. Add HLEPrefixOk to
85 add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
86 sbb, sub, xor and xadd. Add HLEPrefixOk=2 to xchg with memory
87 operand. Add xacquire, xrelease, xabort, xbegin, xend and
88 xtest.
89 * i386-init.h: Regenerated.
90 * i386-tbl.h: Likewise.
91
21abe33a
DD
922012-01-24 DJ Delorie <dj@redhat.com>
93
94 * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
95 * rl78-decode.c: Regenerate.
96
e20cc039
AM
972012-01-17 James Murray <jsm@jsm-net.demon.co.uk>
98
99 PR binutils/10173
100 * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
101
e143d25c
AS
1022012-01-17 Andreas Schwab <schwab@linux-m68k.org>
103
104 * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
105 register and move them after pmove with PSR/PCSR register.
106
8729a6f6
L
1072012-01-13 H.J. Lu <hongjiu.lu@intel.com>
108
109 * i386-dis.c (mod_table): Add vmfunc.
110
111 * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
112 (cpu_flags): CpuVMFUNC.
113
114 * i386-opc.h (CpuVMFUNC): New.
115 (i386_cpu_flags): Add cpuvmfunc.
116
117 * i386-opc.tbl: Add vmfunc.
118 * i386-init.h: Regenerated.
119 * i386-tbl.h: Likewise.
5011093d 120
23e1d329 121For older changes see ChangeLog-2011
252b5132
RH
122\f
123Local Variables:
2f6d2f85
NC
124mode: change-log
125left-margin: 8
126fill-column: 74
252b5132
RH
127version-control: never
128End:
This page took 1.117062 seconds and 4 git commands to generate.