opcodes/
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
2
3 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
4 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
5 operand form and enable the four operand form for POWER6 and later.
6 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
7 three operand form for POWER6 and later.
8
9 2009-01-14 Mike Frysinger <vapier@gentoo.org>
10
11 * bfin-dis.c (OUTS): Use "%s" as format string.
12
13 2009-01-13 H.J. Lu <hongjiu.lu@intel.com>
14
15 * i386-gen.c (cpu_flag_init): Remove a white space.
16 (operand_type_init): Likewise.
17
18 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
19
20 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
21 * i386-tbl.h: Regenerated.
22
23 2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
24
25 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
26 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
27 subS, xorS and cmpS.
28
29 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
30
31 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
32 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
33 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
34 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
35 and CpuSYSCALL.
36 (lineno): Removed.
37 (set_bitfield): Take an argument, lineno. Don't report lineno
38 on error if it is -1.
39 (process_i386_cpu_flag): Take an argument, lineno.
40 (process_i386_opcode_modifier): Likewise.
41 (process_i386_operand_type): Likewise.
42 (output_i386_opcode): Likewise.
43 (opcode_hash_entry): Add lineno.
44 (process_i386_opcodes): Updated.
45 (process_i386_registers): Likewise.
46 (process_i386_initializers): Likewise.
47
48 * i386-opc.h (CpuP4): Removed.
49 (CpuK6): Likewise.
50 (CpuK8): Likewise.
51 (CpuClflush): New.
52 (CpuSYSCALL): Likewise.
53 (CpuMMX): Updated.
54 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
55 cpuclflush and cpusyscall.
56
57 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
58 syscall and sysret.
59 * i386-init.h: Regenerated.
60 * i386-tbl.h: Likewise.
61
62 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
63
64 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
65 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
66 (cpu_flags): Add CpuRdtscp.
67 (set_bitfield): Remove CpuSledgehammer check.
68
69 * i386-opc.h (CpuRdtscp): New.
70 (CpuLM): Updated.
71 (i386_cpu_flags): Add cpurdtscp.
72
73 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
74 * i386-init.h: Regenerated.
75 * i386-tbl.h: Likewise.
76
77 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
78
79 * ppc-opc.c (PPCNONE): Define.
80 (NOPOWER4): Delete.
81 (powerpc_opcodes): Initialize the new "deprecated" field.
82
83 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
84
85 AVX Programming Reference (December, 2008)
86 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
87 (VEX_LEN_E7_P_2_M_0): Likewise.
88 (VEX_LEN_2C_P_1): Updated.
89 (VEX_LEN_E8_P_2): Likewise.
90 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
91 (mod_table): Likewise.
92
93 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
94 * i386-tbl.h: Regenerated.
95
96 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
97
98 * i386-gen.c (process_copyright): Update for 2009.
99
100 * i386-init.h: Regenerated.
101 * i386-tbl.h: Likewise.
102
103 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
104
105 AVX Programming Reference (December, 2008)
106 * i386-dis.c (OP_VEX_FMA): Removed.
107 (OP_EX_VexW): Likewise.
108 (OP_EX_VexImmW): Likewise.
109 (OP_XMM_VexW): Likewise.
110 (VEXI4_Fixup): Likewise.
111 (VPERMIL2_Fixup): Likewise.
112 (VexI4): Likewise.
113 (VexFMA): Likewise.
114 (Vex128FMA): Likewise.
115 (EXVexW): Likewise.
116 (EXdVexW): Likewise.
117 (EXqVexW): Likewise.
118 (EXVexImmW): Likewise.
119 (XMVexW): Likewise.
120 (VPERMIL2): Likewise.
121 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
122 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
123 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
124 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
125 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
126 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
127 (get_vex_imm8): Likewise.
128 (OP_EX_VexReg): Likewise.
129 vpermil2_op): Likewise.
130 (EXVexWdq): New.
131 (vex_w_dq_mode): Likewise.
132 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
133 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
134 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
135 (es_reg): Updated.
136 (PREFIX_VEX_38DB): Likewise.
137 (PREFIX_VEX_3A4A): Likewise.
138 (PREFIX_VEX_3A60): Likewise.
139 (PREFIX_VEX_3ADF): Likewise.
140 (VEX_LEN_3ADF_P_2): Likewise.
141 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
142 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
143 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
144 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
145 PREFIX_VEX_3896...PREFIX_VEX_389F,
146 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
147 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
148 (vex_table): Likewise.
149 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
150 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
151 (putop): Support "%XW".
152 (intel_operand_size): Handle vex_w_dq_mode.
153
154 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
155
156 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
157 instructions. Add new FMA instructions.
158 * i386-tbl.h: Regenerated.
159
160 2009-01-02 Matthias Klose <doko@ubuntu.com>
161
162 * or32-opc.c (or32_print_register, or32_print_immediate,
163 disassemble_insn): Don't rely on undefined sprintf behaviour.
164
165 For older changes see ChangeLog-2008
166 \f
167 Local Variables:
168 mode: change-log
169 left-margin: 8
170 fill-column: 74
171 version-control: never
172 End:
This page took 0.034236 seconds and 5 git commands to generate.