include/opcode/
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
2
3         * mips-opc.c (mips_builtin_opcodes): Use "Q" for the INSN_5400
4         MDMX-like instructions.
5         * mips-dis.c (print_insn_arg): Use "$f" rather than "$v" when
6         printing "Q" operands for INSN_5400 instructions.
7
8 2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
9
10         * mips-opc.c (mips_builtin_opcodes): Use "+s" for "cins32" and
11         "+S" for "cins".
12         * mips-dis.c (print_mips_arg): Update "+s" and "+S" comments.
13         Combine cases.
14
15 2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
16
17         * mips-opc.c (mips_builtin_opcodes): Use "+i" rather than "a" for
18         "jalx".
19         * mips16-opc.c (mips16_opcodes): Likewise.
20         * micromips-opc.c (micromips_opcodes): Likewise.
21         * mips-dis.c (print_insn_args, print_mips16_insn_arg)
22         (print_insn_mips16): Handle "+i".
23         (print_insn_micromips): Likewise.  Conditionally preserve the
24         ISA bit for "a" but not for "+i".
25
26 2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
27
28         * micromips-opc.c (WR_mhi): Rename to..
29         (WR_mh): ...this.
30         (micromips_opcodes): Update "movep" entry accordingly.  Replace
31         "mh,mi" with "mh".
32         * mips-dis.c (micromips_to_32_reg_h_map): Rename to...
33         (micromips_to_32_reg_h_map1): ...this.
34         (micromips_to_32_reg_i_map): Rename to...
35         (micromips_to_32_reg_h_map2): ...this.
36         (print_micromips_insn): Remove "mi" case.  Print both registers
37         in the pair for "mh".
38
39 2013-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
40
41         * mips-opc.c (mips_builtin_opcodes): Remove "+D" and "+T" entries.
42         * micromips-opc.c (micromips_opcodes): Likewise.
43         * mips-dis.c (print_insn_args, print_insn_micromips): Remove "+D"
44         and "+T" handling.  Check for a "0" suffix when deciding whether to
45         use coprocessor 0 names.  In that case, also check for ",H" selectors.
46
47 2013-07-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48
49         * s390-opc.c (J12_12, J24_24): New macros.
50         (INSTR_MII_UPI): Rename to INSTR_MII_UPP.
51         (MASK_MII_UPI): Rename to MASK_MII_UPP.
52         * s390-opc.txt: Rename MII_UPI to MII_UPP for bprp instruction.
53
54 2013-07-04  Alan Modra  <amodra@gmail.com>
55
56         * ppc-opc.c (powerpc_opcodes): Add tdui, twui, tdu, twu, tui, tu.
57
58 2013-06-26  Nick Clifton  <nickc@redhat.com>
59
60         * rx-decode.opc (rx_decode_opcode): Check sd field as well as ss
61         field when checking for type 2 nop.
62         * rx-decode.c: Regenerate.
63
64 2013-06-25  Maciej W. Rozycki  <macro@codesourcery.com>
65
66         * micromips-opc.c (micromips_opcodes): Add "jraddiusp", "jrc"
67         and "movep" macros.
68
69 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
70
71         * mips-dis.c (is_mips16_plt_tail): New function.
72         (print_insn_mips16): Handle MIPS16 PLT entry's GOT slot address
73         word.
74         (is_compressed_mode_p): Handle MIPS16/microMIPS PLT entries.
75
76 2013-06-21  DJ Delorie  <dj@redhat.com>
77
78         * msp430-decode.opc: New.
79         * msp430-decode.c: New/generated.
80         * Makefile.am (TARGET_LIBOPCODES_CFILES): Add msp430-decode.c.
81         (MAINTAINER_CLEANFILES): Likewise.
82         Add rule to build msp430-decode.c frommsp430decode.opc
83         using the opc2c program.
84         * Makefile.in: Regenerate.
85         * configure.in: Add msp430-decode.lo to msp430 architecture files.
86         * configure: Regenerate.
87
88 2013-06-20  Yufeng Zhang  <yufeng.zhang@arm.com>
89
90         * aarch64-dis.c (EMBEDDED_ENV): Remove the check on it.
91         (SYMTAB_AVAILABLE): Removed.
92         (#include "elf/aarch64.h): Ditto.
93
94 2013-06-17  Catherine Moore  <clm@codesourcery.com>
95             Maciej W. Rozycki  <macro@codesourcery.com>
96             Chao-Ying Fu  <fu@mips.com>
97
98         * micromips-opc.c (EVA): Define.
99         (TLBINV): Define.
100         (micromips_opcodes): Add EVA opcodes.
101         * mips-dis.c (mips_arch_choices): Update for ASE_EVA.
102         (print_insn_args): Handle EVA offsets.
103         (print_insn_micromips): Likewise.
104         * mips-opc.c (EVA): Define.
105         (TLBINV): Define.
106         (mips_builtin_opcodes): Add EVA opcodes.
107
108 2013-06-17  Alan Modra  <amodra@gmail.com>
109
110         * Makefile.am (mips-opc.lo): Add rules to create automatic
111         dependency files.  Pass archdefs.
112         (micromips-opc.lo, mips16-opc.lo): Likewise.
113         * Makefile.in: Regenerate.
114
115 2013-06-14  DJ Delorie  <dj@redhat.com>
116
117         * rx-decode.opc (rx_decode_opcode): Bit operations on
118         registers are 32-bit operations, not 8-bit operations.
119         * rx-decode.c: Regenerate.
120
121 2013-06-13  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
122
123         * micromips-opc.c (IVIRT): New define.
124         (IVIRT64): New define.
125         (micromips_opcodes): Add dmfgc0, dmtgc0, hypcall, mfgc0, mtgc0,
126         tlbginv, tlbginvf, tlbgp, tlbgr, tlbgwi, tlbgwr VIRT instructions.
127
128         * mips-dis.c (print_insn_micromips): Handle mfgc0, mtgc0, dmfgc0,
129         dmtgc0 to print cp0 names.
130
131 2013-06-09  Sandra Loosemore  <sandra@codesourcery.com>
132
133         * nios2-opc.c (nios2_builtin_opcodes): Give "trap" a type-"b"
134         argument.
135
136 2013-06-08  Catherine Moore  <clm@codesourcery.com>
137             Richard Sandiford  <rdsandiford@googlemail.com>
138
139         * micromips-opc.c (D32, D33, MC): Update definitions.
140         (micromips_opcodes):  Initialize ase field.
141         * mips-dis.c (mips_arch_choice): Add ase field.
142         (mips_arch_choices): Initialize ase field.
143         (set_default_mips_dis_options): Declare and setup mips_ase.
144         * mips-opc.c (M3D, SMT, MX, IVIRT, IVIRT64, D32, D33, D64,
145         MT32, MC): Update definitions.
146         (mips_builtin_opcodes): Initialize ase field.
147
148 2013-05-24  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
149
150         * s390-opc.txt (flogr): Require a register pair destination.
151
152 2013-05-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
153
154         * s390-opc.c: Fix length operand in RSL_LRDFU and RSL_LRDFEU
155         instruction format.
156
157 2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>
158
159         * mips-opc.c (mips_builtin_opcodes): Add R5900 VU0 instructions.
160
161 2013-05-20  Peter Bergner <bergner@vnet.ibm.com>
162
163         * ppc-dis.c (powerpc_init_dialect): Set default dialect to power8.
164         * ppc-opc.c (BHRBE, ST, SIX, PS, SXL, VXPS_MASK, XX1RB_MASK,
165         XLS_MASK, PPCVSX2): New defines.
166         (powerpc_opcodes) <bcdadd., bcdsub., bctar, bctar, bctarl, clrbhrb,
167         fmrgew, fmrgow, lqarx, lxsiwax, lxsiwzx, lxsspx, mfbhrbe,
168         mffprd, mffprwz, mfvrd, mfvrwz, mfvsrd, mfvsrwz, msgclrp, msgsndp,
169         mtfprd, mtfprwa, mtfprwz, mtsle, mtvrd, mtvrwa, mtvrwz, mtvsrd,
170         mtvsrwa, mtvsrwz, pbt., rfebb, stqcx., stxsiwx, stxsspx,
171         vaddcuq, vaddecuq, vaddeuqm, vaddudm, vadduqm, vbpermq, vcipher,
172         vcipherlast, vclzb, vclzd, vclzh, vclzw, vcmpequd, vcmpequd.,
173         vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud., veqv, vgbbd, vmaxsd,
174         vmaxud, vminsd, vminud, vmrgew, vmrgow, vmulesw, vmuleuw, vmulosw,
175         vmulouw, vmuluwm, vnand, vncipher, vncipherlast, vorc, vpermxor,
176         vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd, vpmsumh,
177         vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
178         vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq,
179         vsubeuqm, vsubudm, vsubuqm, vupkhsw, vupklsw, waitasec, xsaddsp,
180         xscvdpspn, xscvspdpn, xscvsxdsp, xscvuxdsp, xsdivsp, xsmaddasp,
181         xsmaddmsp, xsmsubasp, xsmsubmsp, xsmulsp, xsnmaddasp, xsnmaddmsp,
182         xsnmsubasp, xsnmsubmsp, xsresp, xsrsp, xsrsqrtesp, xssqrtsp,
183         xssubsp, xxleqv, xxlnand, xxlorc>: New instructions.
184         <lxvx, stxvx>: New extended mnemonics.
185
186 2013-05-17  Alan Modra  <amodra@gmail.com>
187
188         * ia64-raw.tbl: Replace non-ASCII char.
189         * ia64-waw.tbl: Likewise.
190         * ia64-asmtab.c: Regenerate.
191
192 2013-05-15  Saravanan Ekanathan <saravanan.ekanathan@amd.com>
193
194         * i386-gen.c (cpu_flag_init): Add CpuFSGSBase in CPU_BDVER3_FLAGS.
195         * i386-init.h: Regenerated.
196
197 2013-05-13  Yufeng Zhang  <yufeng.zhang@arm.com>
198
199         * aarch64-asm.c (aarch64_ins_advsimd_imm_modified): Remove assertion.
200         * aarch64-opc.c (operand_general_constraint_met_p): Relax the range
201         check from [0, 255] to [-128, 255].
202
203 2013-05-09  Andrew Pinski  <apinski@cavium.com>
204
205         * mips-dis.c (mips_arch_choices): Add INSN_VIRT to mips32r2.
206         Add INSN_VIRT and INSN_VIRT64 to mips64r2.
207         (parse_mips_dis_option): Handle the virt option.
208         (print_insn_args): Handle "+J".
209         (print_mips_disassembler_options): Print out message about virt64.
210         * mips-opc.c (IVIRT): New define.
211         (IVIRT64): New define.
212         (mips_builtin_opcodes): Add dmfgc0, dmtgc0, hypcall, mfgc0, mtgc0,
213         tlbgr, tlbgwi, tlbginv, tlbginvf, tlbgwr, tlbgp VIRT instructions.
214         Move rfe to the bottom as it conflicts with tlbgp.
215
216 2013-05-09  Alan Modra  <amodra@gmail.com>
217
218         * ppc-opc.c (extract_vlesi): Properly sign extend.
219         (extract_vlensi): Likewise.  Comment reason for setting invalid.
220
221 2013-05-02  Nick Clifton  <nickc@redhat.com>
222
223         * msp430-dis.c: Add support for MSP430X instructions.
224
225 2013-04-24  Sandra Loosemore  <sandra@codesourcery.com>
226
227         * nios2-opc.c (nios2_builtin_reg): Rename "fstatus" control register
228         to "eccinj".
229
230 2013-04-17  Wei-chen Wang  <cole945@gmail.com>
231
232         PR binutils/15369
233         * cgen-dis.c (hash_insn_array): Use CGEN_CPU_INSN_ENDIAN instead
234         of CGEN_CPU_ENDIAN.
235         (hash_insns_list): Likewise.
236
237 2013-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
238
239         * rl78-dis.c (print_insn_rl78): Use alternative form as a GCC false
240         warning workaround.
241
242 2013-04-08  Jan Beulich <jbeulich@suse.com>
243
244         * i386-opc.tbl: Fold 64-bit and non-64-bit jecxz entries.
245         * i386-tbl.h: Re-generate.
246
247 2013-04-06  David S. Miller  <davem@davemloft.net>
248
249         * sparc-dis.c (compare_opcodes): When encountering multiple aliases
250         of an opcode, prefer the one with F_PREFERRED set.
251         * sparc-opc.c (sparc_opcodes): Add ldtw, ldtwa, sttw, sttwa,
252         lzcnt, flush with '[address]' syntax, and missing cbcond pseudo
253         ops.  Make 64-bit VIS logical ops have "d" suffix in their names,
254         mark existing mnenomics as aliases.  Add "cc" suffix to edge
255         instructions generating condition codes, mark existing mnenomics
256         as aliases.  Add "fp" prefix to VIS compare instructions, mark
257         existing mnenomics as aliases.
258
259 2013-04-03  Nick Clifton  <nickc@redhat.com>
260
261         * v850-dis.c (print_value): With V850_INVERSE_PCREL compute the
262         destination address by subtracting the operand from the current
263         address.
264         * v850-opc.c (insert_u16_loop): Disallow negative offsets.  Store
265         a positive value in the insn.
266         (extract_u16_loop): Do not negate the returned value.
267         (D16_LOOP): Add V850_INVERSE_PCREL flag.
268
269         (ceilf.sw): Remove duplicate entry.
270         (cvtf.hs): New entry.
271         (cvtf.sh): Likewise.
272         (fmaf.s): Likewise.
273         (fmsf.s): Likewise.
274         (fnmaf.s): Likewise.
275         (fnmsf.s): Likewise.
276         (maddf.s): Restrict to E3V5 architectures.
277         (msubf.s): Likewise.
278         (nmaddf.s): Likewise.
279         (nmsubf.s): Likewise.
280
281 2013-03-27  H.J. Lu  <hongjiu.lu@intel.com>
282
283         * i386-dis.c (get_sib): Add the sizeflag argument.  Properly
284         check address mode.
285         (print_insn): Pass sizeflag to get_sib.
286
287 2013-03-27  Alexis Deruelle  <alexis.deruelle@gmail.com>
288
289         PR binutils/15068
290         * tic6x-dis.c: Add support for displaying 16-bit insns.
291
292 2013-03-20  Alexis Deruelle  <alexis.deruelle@gmail.com>
293
294         PR gas/15095
295         * tic6x-dis.c (print_insn_tic6x): Decode opcodes that have
296         individual msb and lsb halves in src1 & src2 fields.  Discard the
297         src1 (lsb) value and only use src2 (msb), discarding bit 0, to
298         follow what Ti SDK does in that case as any value in the src1
299         field yields the same output with SDK disassembler.
300
301 2013-03-12  Michael Eager <eager@eagercon.com>
302
303         * opcodes/mips-dis.c (print_insn_args): Modify def of reg.
304
305 2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
306
307         * nios2-opc.c (nios2_builtin_opcodes): Add entry for wrprs.
308
309 2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
310
311         * nios2-opc.c (nios2_builtin_opcodes): Add entry for rdprs.
312
313 2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
314
315         * nios2-opc.c (nios2_builtin_regs): Add sstatus alias for ba register.
316
317 2013-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
318
319         * arm-dis.c (arm_opcodes): Add entries for CRC instructions.
320         (thumb32_opcodes): Likewise.
321         (print_insn_thumb32): Handle 'S' control char.
322
323 2013-03-08  Yann Sionneau  <yann.sionneau@gmail.com>
324
325         * lm32-desc.c: Regenerate.
326
327 2013-03-01  H.J. Lu  <hongjiu.lu@intel.com>
328
329         * i386-reg.tbl (riz): Add RegRex64.
330         * i386-tbl.h: Regenerated.
331
332 2013-02-28  Yufeng Zhang  <yufeng.zhang@arm.com>
333
334         * aarch64-tbl.h (QL_I3SAMEW, QL_I3WWX): New macros.
335         (aarch64_feature_crc): New static.
336         (CRC): New macro.
337         (aarch64_opcode_table): Add entries for the crc32b, crc32h, crc32w,
338         crc32x, crc32cb, crc32ch, crc32cw and crc32cx instructions.
339         * aarch64-asm-2.c: Re-generate.
340         * aarch64-dis-2.c: Ditto.
341         * aarch64-opc-2.c: Ditto.
342
343 2013-02-27  Alan Modra  <amodra@gmail.com>
344
345         * rl78-decode.opc (rl78_decode_opcode): Fix typo.
346         * rl78-decode.c: Regenerate.
347
348 2013-02-25  Kaushik Phatak  <Kaushik.Phatak@kpitcummins.com>
349
350         * rl78-decode.opc: Fix encoding of DIVWU insn.
351         * rl78-decode.c: Regenerate.
352
353 2013-02-19  H.J. Lu  <hongjiu.lu@intel.com>
354
355         PR gas/15159
356         * i386-dis.c (rm_table): Add clac and stac to RM_0F01_REG_1.
357
358         * i386-gen.c (cpu_flag_init): Add CPU_SMAP_FLAGS.
359         (cpu_flags): Add CpuSMAP.
360
361         * i386-opc.h (CpuSMAP): New.
362         (i386_cpu_flags): Add cpusmap.
363
364         * i386-opc.tbl: Add clac and stac.
365
366         * i386-init.h: Regenerated.
367         * i386-tbl.h: Likewise.
368
369 2013-02-15  Markos Chandras  <markos.chandras@imgtec.com>
370
371         * metag-dis.c: Initialize outf->bytes_per_chunk to 4
372         which also makes the disassembler output be in little
373         endian like it should be.
374
375 2013-02-14  Yufeng Zhang  <yufeng.zhang@arm.com>
376
377         * aarch64-opc.c (aarch64_prfops): Change unnamed operation 'name'
378         fields to NULL.
379         (aarch64_print_operand): Adjust the printing for AARCH64_OPND_PRFOP.
380
381 2013-02-13  Maciej W. Rozycki  <macro@codesourcery.com>
382
383         * mips-dis.c (is_compressed_mode_p): Only match symbols from the
384         section disassembled.
385
386 2013-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
387
388         * arm-dis.c: Update strht pattern.
389
390 2013-02-09  Jürgen Urban  <JuergenUrban@gmx.de>
391
392         * mips-opc.c (mips_builtin_opcodes): Enable l.d and s.d macros for
393         single-float.  Disable ll, lld, sc and scd for EE.  Disable the
394         trunc.w.s macro for EE.
395
396 2013-02-06  Sandra Loosemore  <sandra@codesourcery.com>
397             Andrew Jenner <andrew@codesourcery.com>
398
399         Based on patches from Altera Corporation.
400
401         * Makefile.am (TARGET_LIBOPCODES_CFILES): Add nios2-dis.c and
402         nios2-opc.c.
403         * Makefile.in: Regenerated.
404         * configure.in: Add case for bfd_nios2_arch.
405         * configure: Regenerated.
406         * disassemble.c (ARCH_nios2): Define.
407         (disassembler): Add case for bfd_arch_nios2.
408         * nios2-dis.c: New file.
409         * nios2-opc.c: New file.
410
411 2013-02-04  Alan Modra  <amodra@gmail.com>
412
413         * po/POTFILES.in: Regenerate.
414         * rl78-decode.c: Regenerate.
415         * rx-decode.c: Regenerate.
416
417 2013-01-30  Yufeng Zhang  <yufeng.zhang@arm.com>
418
419         * aarch64-tbl.h (aarch64_opcode_table): Flag sshll, sshll2, ushll and
420         ushll2 with F_HAS_ALIAS.  Add entries for sxtl, sxtl2, uxtl and uxtl2.
421         * aarch64-asm.c (convert_xtl_to_shll): New function.
422         (convert_to_real): Handle OP_SXTL, OP_SXTL2, OP_UXTL and OP_UXTL2 by
423         calling convert_xtl_to_shll.
424         * aarch64-dis.c (convert_shll_to_xtl): New function.
425         (convert_to_alias): Handle OP_SXTL, OP_SXTL2, OP_UXTL and OP_UXTL2 by
426         calling convert_shll_to_xtl.
427         * aarch64-gen.c: Update copyright year.
428         * aarch64-asm-2.c: Re-generate.
429         * aarch64-dis-2.c: Re-generate.
430         * aarch64-opc-2.c: Re-generate.
431
432 2013-01-24  Nick Clifton  <nickc@redhat.com>
433
434         * v850-dis.c: Add support for e3v5 architecture.
435         * v850-opc.c: Likewise.
436
437 2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
438
439         * aarch64-asm.c (aarch64_ins_advsimd_imm_modified): Handle 8-bit MOVI.
440         * aarch64-dis.c (aarch64_ext_advsimd_imm_modified): Likewise.
441         * aarch64-opc.c (operand_general_constraint_met_p): For
442         AARCH64_MOD_LSL, move the range check on the shift amount before the
443         alignment check; change to call set_sft_amount_out_of_range_error
444         instead of set_imm_out_of_range_error.
445         * aarch64-tbl.h (QL_SIMD_IMM_B): Replace NIL with LSL.
446         (aarch64_opcode_table): Remove the OP enumerator from the asimdimm
447         8-bit MOVI entry; change the 2nd operand from SIMD_IMM to
448         SIMD_IMM_SFT.
449
450 2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
451
452         * i386-gen.c (operand_type_init): Add OPERAND_TYPE_IMM32_64.
453
454         * i386-init.h: Regenerated.
455         * i386-tbl.h: Likewise.
456
457 2013-01-15  Nick Clifton  <nickc@redhat.com>
458
459         * v850-dis.c (get_operand_value): Sign extend V850E_IMMEDIATE
460         values.
461         * v850-opc.c (IMM16LO): Add V850_OPERAND_SIGNED attribute.
462
463 2013-01-14  Will Newton <will.newton@imgtec.com>
464
465         * metag-dis.c (REG_WIDTH): Increase to 64.
466
467 2013-01-10  Peter Bergner <bergner@vnet.ibm.com>
468
469         * ppc-dis.c (ppc_opts): Add "power8", "pwr8" and "htm" entries.
470         * ppc-opc.c (HTM_R, HTM_SI, XRTRB_MASK, XRTRARB_MASK, XRTLRARB_MASK,
471         XRTARARB_MASK, XRTBFRARB_MASK, XRCL, POWER8, PPCHTM): New defines.
472         (SH6): Update.
473         <"tabort.", "tabortdc.", "tabortdci.", "tabortwc.",
474         "tabortwci.", "tbegin.", "tcheck", "tend.", "trechkpt.",
475         "treclaim.", "tsr.">: Add POWER8 HTM opcodes.
476         <"tendall.", "tresume.", "tsuspend.">: Add POWER8 HTM extended opcodes.
477
478 2013-01-10  Will Newton <will.newton@imgtec.com>
479
480         * Makefile.am: Add Meta.
481         * configure.in: Add Meta.
482         * disassemble.c: Add Meta support.
483         * metag-dis.c: New file.
484         * Makefile.in: Regenerate.
485         * configure: Regenerate.
486
487 2013-01-07  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
488
489         * cr16-dis.c (make_instruction): Rename to cr16_make_instruction.
490         (match_opcode): Rename to cr16_match_opcode.
491
492 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
493
494         * mips-dis.c: Add names for CP0 registers of r5900.
495         * mips-opc.c: Add M_SQ_AB and M_LQ_AB to support larger range for
496         instructions sq and lq.
497         Add support for MIPS r5900 CPU.
498         Add support for 128 bit MMI (Multimedia Instructions).
499         Add support for EE instructions (Emotion Engine).
500         Disable unsupported floating point instructions (64 bit and
501         undefined compare operations).
502         Enable instructions of MIPS ISA IV which are supported by r5900.
503         Disable 64 bit co processor instructions.
504         Disable 64 bit multiplication and division instructions.
505         Disable instructions for co-processor 2 and 3, because these are
506         not supported (preparation for later VU0 support (Vector Unit)).
507         Disable cvt.w.s because this behaves like trunc.w.s and the
508         correct execution can't be ensured on r5900.
509         Add trunc.w.s using the opcode encoding of cvt.w.s on r5900. This
510         will confuse less developers and compilers.
511
512 2013-01-04  Yufeng Zhang  <yufeng.zhang@arm.com>
513
514         * aarch64-opc.c (aarch64_print_operand): Change to print
515         AARCH64_OPND_IMM_MOV in hexadecimal in the instruction and in decimal
516         in comment.
517         * aarch64-tbl.h (aarch64_opcode_table): Remove the 'F_PSEUDO' flag
518         from the opcode entries of OP_MOV_IMM_LOG, OP_MOV_IMM_WIDEN and
519         OP_MOV_IMM_WIDE.
520
521 2013-01-04  Yufeng Zhang  <yufeng.zhang@arm.com>
522
523         * aarch64-opc.c (aarch64_prfops): Update to support PLIL1KEEP,
524         PLIL1STRM, PLIL2KEEP, PLIL2STRM, PLIL3KEEP and PLIL3STRM.
525
526 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
527
528         * i386-gen.c (process_copyright): Update copyright year to 2013.
529
530 2013-01-02  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
531
532         * cr16-dis.c (match_opcode,make_instruction): Remove static
533         declaration.
534         (dwordU,wordU): Moved typedefs to opcode/cr16.h
535         (cr16_words,cr16_allWords,cr16_currInsn): Added prefix 'cr16_'.
536
537 For older changes see ChangeLog-2012
538 \f
539 Copyright (C) 2013 Free Software Foundation, Inc.
540
541 Copying and distribution of this file, with or without modification,
542 are permitted in any medium without royalty provided the copyright
543 notice and this notice are preserved.
544
545 Local Variables:
546 mode: change-log
547 left-margin: 8
548 fill-column: 74
549 version-control: never
550 End: