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