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