gas/opcodes: blackfin: move dsp mac func defines to common header
[binutils.git] / opcodes / ChangeLog
blobeebe2ba1b0ff4adc097ee94fd8927d00d5463ff6
1 2011-02-12  Mike Frysinger  <vapier@gentoo.org>
3         * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
4         M_IU): Define.
5         (is_macmod_pmove, is_macmod_hmove): New functions.
7 2011-02-11  Mike Frysinger  <vapier@gentoo.org>
9         * bfin-dis.c (reg_names): Add const.
10         (decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
11         decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
12         decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
13         decode_counters, decode_allregs): Likewise.
15 2011-02-09  Michael Snyder  <msnyder@vmware.com>
17         * i386-dis.c (OP_J): Parenthesize expression to prevent 
18         truncated addresses.
19         (print_insn): Fix indentation off-by-one.
21 2011-02-01  Nick Clifton  <nickc@redhat.com>
23         * po/da.po: Updated Danish translation.
25 2011-01-21  Dave Murphy  <davem@devkitpro.org>
27         * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
29 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
31         * i386-dis.c (sIbT): New.
32         (b_T_mode): Likewise.
33         (dis386): Replace sIb with sIbT on "pushT".
34         (x86_64_table): Replace sIb with Ib on "aam" and "aad".
35         (OP_sI): Handle b_T_mode.  Properly sign-extend byte.
37 2011-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
39         * i386-init.h: Regenerated.
40         * i386-tbl.h: Regenerated
42 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
44         * i386-dis.c (REG_XOP_TBM_01): New.
45         (REG_XOP_TBM_02): New.
46         (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
47         (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
48         entries, and add bextr instruction.
50         * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
51         (cpu_flags): Add CpuTBM.
53         * i386-opc.h (CpuTBM) New.
54         (i386_cpu_flags): Add bit cputbm.
56         * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
57         blcs, blsfill, blsic, t1mskc, and tzmsk.
59 2011-01-12  DJ Delorie  <dj@redhat.com>
61         * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
63 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
65         * mips-dis.c (print_insn_args): Adjust the value to print the real
66         offset for "+c" argument.
68 2011-01-10  Nick Clifton  <nickc@redhat.com>
70         * po/da.po: Updated Danish translation.
72 2011-01-05  Nathan Sidwell  <nathan@codesourcery.com>
74         * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
76 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
78         * i386-dis.c (REG_VEX_38F3): New.
79         (PREFIX_0FBC): Likewise.
80         (PREFIX_VEX_38F2): Likewise.
81         (PREFIX_VEX_38F3_REG_1): Likewise.
82         (PREFIX_VEX_38F3_REG_2): Likewise.
83         (PREFIX_VEX_38F3_REG_3): Likewise.
84         (PREFIX_VEX_38F7): Likewise.
85         (VEX_LEN_38F2_P_0): Likewise.
86         (VEX_LEN_38F3_R_1_P_0): Likewise.
87         (VEX_LEN_38F3_R_2_P_0): Likewise.
88         (VEX_LEN_38F3_R_3_P_0): Likewise.
89         (VEX_LEN_38F7_P_0): Likewise.
90         (dis386_twobyte): Use PREFIX_0FBC.
91         (reg_table): Add REG_VEX_38F3.
92         (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
93         PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
94         PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
95         (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
96         PREFIX_VEX_38F7.
97         (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
98         VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
99         VEX_LEN_38F7_P_0.
101         * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
102         (cpu_flags): Add CpuBMI.
104         * i386-opc.h (CpuBMI): New.
105         (i386_cpu_flags): Add cpubmi.
107         * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
108         * i386-init.h: Regenerated.
109         * i386-tbl.h: Likewise.
111 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
113         * i386-dis.c (VexGdq): New.
114         (OP_VEX): Handle dq_mode.
116 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
118         * i386-gen.c (process_copyright): Update copyright to 2011.
120 For older changes see ChangeLog-2010
122 Local Variables:
123 mode: change-log
124 left-margin: 8
125 fill-column: 74
126 version-control: never
127 End: