opcodes: blackfin: fix decoding of dsp mult insns
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2011-02-13 Mike Frysinger <vapier@gentoo.org>
2
3 * bfin-dis.c (decode_dsp32mult_0): Add 1 to dst for mac1. Output
4 dregs only when P is set, and dregs_lo otherwise.
5
6 2011-02-13 Mike Frysinger <vapier@gentoo.org>
7
8 * bfin-dis.c (decode_dsp32alu_0): Delete BYTEOP2M code.
9
10 2011-02-12 Mike Frysinger <vapier@gentoo.org>
11
12 * bfin-dis.c (decode_pseudoDEBUG_0): Add space after PRNT.
13
14 2011-02-12 Mike Frysinger <vapier@gentoo.org>
15
16 * bfin-dis.c (machine_registers): Delete REG_GP.
17 (reg_names): Delete "GP".
18 (decode_allregs): Change REG_GP to REG_LASTREG.
19
20 2011-02-12 Mike Frysinger <vapier@gentoo.org>
21
22 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
23 M_IU): Define.
24 (is_macmod_pmove, is_macmod_hmove): New functions.
25
26 2011-02-11 Mike Frysinger <vapier@gentoo.org>
27
28 * bfin-dis.c (reg_names): Add const.
29 (decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
30 decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
31 decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
32 decode_counters, decode_allregs): Likewise.
33
34 2011-02-09 Michael Snyder <msnyder@vmware.com>
35
36 * i386-dis.c (OP_J): Parenthesize expression to prevent
37 truncated addresses.
38 (print_insn): Fix indentation off-by-one.
39
40 2011-02-01 Nick Clifton <nickc@redhat.com>
41
42 * po/da.po: Updated Danish translation.
43
44 2011-01-21 Dave Murphy <davem@devkitpro.org>
45
46 * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
47
48 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
49
50 * i386-dis.c (sIbT): New.
51 (b_T_mode): Likewise.
52 (dis386): Replace sIb with sIbT on "pushT".
53 (x86_64_table): Replace sIb with Ib on "aam" and "aad".
54 (OP_sI): Handle b_T_mode. Properly sign-extend byte.
55
56 2011-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
57
58 * i386-init.h: Regenerated.
59 * i386-tbl.h: Regenerated
60
61 2011-01-17 Quentin Neill <quentin.neill@amd.com>
62
63 * i386-dis.c (REG_XOP_TBM_01): New.
64 (REG_XOP_TBM_02): New.
65 (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
66 (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
67 entries, and add bextr instruction.
68
69 * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
70 (cpu_flags): Add CpuTBM.
71
72 * i386-opc.h (CpuTBM) New.
73 (i386_cpu_flags): Add bit cputbm.
74
75 * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
76 blcs, blsfill, blsic, t1mskc, and tzmsk.
77
78 2011-01-12 DJ Delorie <dj@redhat.com>
79
80 * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
81
82 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
83
84 * mips-dis.c (print_insn_args): Adjust the value to print the real
85 offset for "+c" argument.
86
87 2011-01-10 Nick Clifton <nickc@redhat.com>
88
89 * po/da.po: Updated Danish translation.
90
91 2011-01-05 Nathan Sidwell <nathan@codesourcery.com>
92
93 * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
94
95 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
96
97 * i386-dis.c (REG_VEX_38F3): New.
98 (PREFIX_0FBC): Likewise.
99 (PREFIX_VEX_38F2): Likewise.
100 (PREFIX_VEX_38F3_REG_1): Likewise.
101 (PREFIX_VEX_38F3_REG_2): Likewise.
102 (PREFIX_VEX_38F3_REG_3): Likewise.
103 (PREFIX_VEX_38F7): Likewise.
104 (VEX_LEN_38F2_P_0): Likewise.
105 (VEX_LEN_38F3_R_1_P_0): Likewise.
106 (VEX_LEN_38F3_R_2_P_0): Likewise.
107 (VEX_LEN_38F3_R_3_P_0): Likewise.
108 (VEX_LEN_38F7_P_0): Likewise.
109 (dis386_twobyte): Use PREFIX_0FBC.
110 (reg_table): Add REG_VEX_38F3.
111 (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
112 PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
113 PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
114 (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
115 PREFIX_VEX_38F7.
116 (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
117 VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
118 VEX_LEN_38F7_P_0.
119
120 * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
121 (cpu_flags): Add CpuBMI.
122
123 * i386-opc.h (CpuBMI): New.
124 (i386_cpu_flags): Add cpubmi.
125
126 * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
127 * i386-init.h: Regenerated.
128 * i386-tbl.h: Likewise.
129
130 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
131
132 * i386-dis.c (VexGdq): New.
133 (OP_VEX): Handle dq_mode.
134
135 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
136
137 * i386-gen.c (process_copyright): Update copyright to 2011.
138
139 For older changes see ChangeLog-2010
140 \f
141 Local Variables:
142 mode: change-log
143 left-margin: 8
144 fill-column: 74
145 version-control: never
146 End:
This page took 0.052801 seconds and 5 git commands to generate.