opcodes: blackfin: drop "GP" register
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
43a6aa65
MF
12011-02-12 Mike Frysinger <vapier@gentoo.org>
2
3 * bfin-dis.c (machine_registers): Delete REG_GP.
4 (reg_names): Delete "GP".
5 (decode_allregs): Change REG_GP to REG_LASTREG.
6
26bb3ddd
MF
72011-02-12 Mike Frysinger <vapier@gentoo.org>
8
9 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
10 M_IU): Define.
11 (is_macmod_pmove, is_macmod_hmove): New functions.
12
69b8ea4a
MF
132011-02-11 Mike Frysinger <vapier@gentoo.org>
14
15 * bfin-dis.c (reg_names): Add const.
16 (decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
17 decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
18 decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
19 decode_counters, decode_allregs): Likewise.
20
42d5f9c6
MS
212011-02-09 Michael Snyder <msnyder@vmware.com>
22
23 * i386-dis.c (OP_J): Parenthesize expression to prevent
24 truncated addresses.
25 (print_insn): Fix indentation off-by-one.
26
4be0c941
NC
272011-02-01 Nick Clifton <nickc@redhat.com>
28
29 * po/da.po: Updated Danish translation.
30
6b069ee7
AM
312011-01-21 Dave Murphy <davem@devkitpro.org>
32
33 * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
34
e3949f17
L
352011-01-18 H.J. Lu <hongjiu.lu@intel.com>
36
37 * i386-dis.c (sIbT): New.
38 (b_T_mode): Likewise.
39 (dis386): Replace sIb with sIbT on "pushT".
40 (x86_64_table): Replace sIb with Ib on "aam" and "aad".
41 (OP_sI): Handle b_T_mode. Properly sign-extend byte.
42
752573b2
JK
432011-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * i386-init.h: Regenerated.
46 * i386-tbl.h: Regenerated
47
2a2a0f38
QN
482011-01-17 Quentin Neill <quentin.neill@amd.com>
49
50 * i386-dis.c (REG_XOP_TBM_01): New.
51 (REG_XOP_TBM_02): New.
52 (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
53 (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
54 entries, and add bextr instruction.
55
56 * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
57 (cpu_flags): Add CpuTBM.
58
59 * i386-opc.h (CpuTBM) New.
60 (i386_cpu_flags): Add bit cputbm.
61
62 * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
63 blcs, blsfill, blsic, t1mskc, and tzmsk.
64
90d6ff62
DD
652011-01-12 DJ Delorie <dj@redhat.com>
66
67 * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
68
c95354ed
MX
692011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
70
71 * mips-dis.c (print_insn_args): Adjust the value to print the real
72 offset for "+c" argument.
73
f7465604
NC
742011-01-10 Nick Clifton <nickc@redhat.com>
75
76 * po/da.po: Updated Danish translation.
77
639e30d2
NS
782011-01-05 Nathan Sidwell <nathan@codesourcery.com>
79
80 * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
81
f12dc422
L
822011-01-04 H.J. Lu <hongjiu.lu@intel.com>
83
84 * i386-dis.c (REG_VEX_38F3): New.
85 (PREFIX_0FBC): Likewise.
86 (PREFIX_VEX_38F2): Likewise.
87 (PREFIX_VEX_38F3_REG_1): Likewise.
88 (PREFIX_VEX_38F3_REG_2): Likewise.
89 (PREFIX_VEX_38F3_REG_3): Likewise.
90 (PREFIX_VEX_38F7): Likewise.
91 (VEX_LEN_38F2_P_0): Likewise.
92 (VEX_LEN_38F3_R_1_P_0): Likewise.
93 (VEX_LEN_38F3_R_2_P_0): Likewise.
94 (VEX_LEN_38F3_R_3_P_0): Likewise.
95 (VEX_LEN_38F7_P_0): Likewise.
96 (dis386_twobyte): Use PREFIX_0FBC.
97 (reg_table): Add REG_VEX_38F3.
98 (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
99 PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
100 PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
101 (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
102 PREFIX_VEX_38F7.
103 (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
104 VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
105 VEX_LEN_38F7_P_0.
106
107 * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
108 (cpu_flags): Add CpuBMI.
109
110 * i386-opc.h (CpuBMI): New.
111 (i386_cpu_flags): Add cpubmi.
112
113 * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
114 * i386-init.h: Regenerated.
115 * i386-tbl.h: Likewise.
116
cb21baef
L
1172011-01-04 H.J. Lu <hongjiu.lu@intel.com>
118
119 * i386-dis.c (VexGdq): New.
120 (OP_VEX): Handle dq_mode.
121
0db46eb4
L
1222011-01-01 H.J. Lu <hongjiu.lu@intel.com>
123
124 * i386-gen.c (process_copyright): Update copyright to 2011.
125
9e9e0820 126For older changes see ChangeLog-2010
252b5132
RH
127\f
128Local Variables:
2f6d2f85
NC
129mode: change-log
130left-margin: 8
131fill-column: 74
252b5132
RH
132version-control: never
133End:
This page took 0.524763 seconds and 4 git commands to generate.