1 2006-05-22 Nick Clifton <nickc@redhat.com>
3 * iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.
5 2006-04-10 DJ Delorie <dj@redhat.com>
7 * m32c.opc (parse_unsigned_bitbase): Take a new parameter which
8 decides if this function accepts symbolic constants or not.
9 (parse_signed_bitbase): Likewise.
10 (parse_unsigned_bitbase8): Pass the new parameter.
11 (parse_unsigned_bitbase11): Likewise.
12 (parse_unsigned_bitbase16): Likewise.
13 (parse_unsigned_bitbase19): Likewise.
14 (parse_unsigned_bitbase27): Likewise.
15 (parse_signed_bitbase8): Likewise.
16 (parse_signed_bitbase11): Likewise.
17 (parse_signed_bitbase19): Likewise.
19 2006-03-13 DJ Delorie <dj@redhat.com>
21 * m32c.cpu (Bit3-S): New.
23 * m32c.opc (parse_bit3_S): New.
25 * m32c.cpu (decimal-subtraction16-insn): Add second operand.
26 (btst): Add optional :G suffix for MACH32.
28 (pop.w:G): Add optional :G suffix for MACH16.
29 (push.b.imm): Fix syntax.
31 2006-03-10 DJ Delorie <dj@redhat.com>
33 * m32c.cpu (mul.l): New.
36 2006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com)
38 * xc16x.opc (parse_hash): Return NULL if the input was parsed or
39 an error message otherwise.
40 (parse_dot, parse_pof, parse_pag, parse_sof, parse_seg): Likewise.
41 Fix up comments to correctly describe the functions.
43 2006-02-24 DJ Delorie <dj@redhat.com>
45 * m32c.cpu (RL_TYPE): New attribute, with macros.
46 (Lab-8-24): Add RELAX.
47 (unary-insn-defn-g, binary-arith-imm-dst-defn,
48 binary-arith-imm4-dst-defn): Add 1ADDR attribute.
49 (binary-arith-src-dst-defn): Add 2ADDR attribute.
50 (jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
51 jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
53 (jsri16, jsri32): Add 1ADDR attribute.
54 (jsr32.w, jsr32.a): Add JUMP attribute.
56 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
57 Anil Paranjape <anilp1@kpitcummins.com>
58 Shilin Shakti <shilins@kpitcummins.com>
60 * xc16x.cpu: New file containing complete CGEN specific XC16X CPU
62 * xc16x.opc: New file containing supporting XC16C routines.
64 2006-02-10 Nick Clifton <nickc@redhat.com>
66 * iq2000.opc (parse_hi16): Truncate shifted values to 16 bits.
68 2006-01-06 DJ Delorie <dj@redhat.com>
70 * m32c.cpu (mov.w:q): Fix mode.
71 (push32.b.imm): Likewise, for the comment.
73 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
75 Second part of ms1 to mt renaming.
76 * mt.cpu (define-arch, define-isa): Set name to mt.
77 (define-mach): Adjust.
78 * mt.opc (CGEN_ASM_HASH): Update.
79 (mt_asm_hash, mt_cgen_insn_supported): Renamed.
80 (parse_loopsize, parse_imm16): Adjust.
82 2005-12-13 DJ Delorie <dj@redhat.com>
84 * m32c.cpu (jsri): Fix order so register names aren't treated as
86 (indexb, indexbd, indexbs, indexl, indexld, indexls, indexw,
87 indexwd, indexws): Fix encodings.
89 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
91 * mt.cpu: Rename from ms1.cpu.
92 * mt.opc: Rename from ms1.opc.
94 2005-12-06 Hans-Peter Nilsson <hp@axis.com>
96 * cris.cpu (simplecris-common-writable-specregs)
97 (simplecris-common-readable-specregs): Split from
98 simplecris-common-specregs. All users changed.
99 (cris-implemented-writable-specregs-v0)
100 (cris-implemented-readable-specregs-v0): Similar from
101 cris-implemented-specregs-v0.
102 (cris-implemented-writable-specregs-v3)
103 (cris-implemented-readable-specregs-v3)
104 (cris-implemented-writable-specregs-v8)
105 (cris-implemented-readable-specregs-v8)
106 (cris-implemented-writable-specregs-v10)
107 (cris-implemented-readable-specregs-v10)
108 (cris-implemented-writable-specregs-v32)
109 (cris-implemented-readable-specregs-v32): Similar.
110 (bdap-32-pc, move-m-pcplus-p0, move-m-spplus-p8): New
111 insns and specializations.
113 2005-11-08 Nathan Sidwell <nathan@codesourcery.com>
116 * ms1.cpu (ms2, ms2bf): New architecture variant, cpu, machine and
118 (f-uu8, f-uu1, f-imm16l, f-loopo, f-cb1sel, f-cb2sel, f-cb1incr,
119 f-cb2incr, f-rc3): New fields.
120 (LOOP): New instruction.
121 (JAL-HAZARD): New hazard.
122 (imm16o, loopsize, imm16l, rc3, cb1sel, cb2sel, cb1incr, cb2incr):
124 (mul, muli, dbnz, iflush): Enable for ms2
125 (jal, reti): Has JAL-HAZARD.
126 (ldctxt, ldfb, stfb): Only ms1.
127 (fbcb): Only ms1,ms1-003.
128 (wfbinc, mefbinc, wfbincr, mwfbincr, fbcbincs, mfbcbincs,
129 fbcbincrs, mfbcbincrs): Enable for ms2.
130 (loop, loopu, dfbc, dwfb, fbwfb, dfbr): New ms2 insns.
131 * ms1.opc (parse_loopsize): New.
132 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L.
135 2005-10-28 Dave Brolley <brolley@redhat.com>
137 Contribute the following change:
138 2003-09-24 Dave Brolley <brolley@redhat.com>
140 * frv.opc: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of
141 CGEN_ATTR_VALUE_TYPE.
142 * m32c.opc (m32c_cgen_insn_supported): Use CGEN_INSN_BITSET_ATTR_VALUE.
143 Use cgen_bitset_intersect_p.
145 2005-10-27 DJ Delorie <dj@redhat.com>
147 * m32c.cpu (Imm-8-s4n, Imm-12-s4n): New.
148 (arith-jnz16-imm4-dst-defn, arith-jnz32-imm4-dst-defn,
149 arith-jnz-imm4-dst-mach, arith-jnz-imm4-dst): Keep track of which
150 imm operand is needed.
151 (adjnz, sbjnz): Pass the right operands.
152 (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach,
153 unary-insn): Add -g variants for opcodes that need to support :G.
154 (not.BW:G, push.BW:G): Call it.
155 (stzx16-imm8-imm8-dsp8sb, stzx16-imm8-imm8-dsp8fb,
156 stzx16-imm8-imm8-abs16): Fix operand typos.
157 * m32c.opc (m32c_asm_hash): Support bnCND.
158 (parse_signed4n, print_signed4n): New.
160 2005-10-26 DJ Delorie <dj@redhat.com>
162 * m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.
163 (mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn,
164 mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn):
166 (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff).
167 (mov.BW:S r0,r1): Fix typo r1l->r1.
168 (tst): Allow :G suffix.
169 * m32c.opc (parse_signed24): New, for -0x800000..0xffffff.
171 2005-10-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
173 * m32r.opc (parse_hi16): Do not assume a 32-bit host word size.
175 2005-10-25 DJ Delorie <dj@redhat.com>
177 * m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by
178 making one a macro of the other.
180 2005-10-21 DJ Delorie <dj@redhat.com>
182 * m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing.
183 (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl,
184 indexld, indexls): .w variants have `1' bit.
185 (rot32.b): QI, not SI.
186 (rot32.w): HI, not SI.
187 (xchg16): HI for .w variant.
189 2005-10-19 Nick Clifton <nickc@redhat.com>
191 * m32r.opc (parse_slo16): Fix bad application of previous patch.
193 2005-10-18 Andreas Schwab <schwab@suse.de>
195 * m32r.opc (parse_slo16): Better version of previous patch.
197 2005-10-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
199 * cpu/m32r.opc (parse_slo16): Do not assume a 32-bit host word
202 2005-07-25 DJ Delorie <dj@redhat.com>
204 * m32c.opc (parse_unsigned8): Add %dsp8().
205 (parse_signed8): Add %hi8().
206 (parse_unsigned16): Add %dsp16().
207 (parse_signed16): Add %lo16() and %hi16().
208 (parse_lab_5_3): Make valuep a bfd_vma *.
210 2005-07-18 Nick Clifton <nickc@redhat.com>
212 * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
214 (f-lab32-jmp-s): Fix insertion sequence.
215 (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
216 (Dsp-40-s8): Make parameter be signed.
217 (Dsp-40-s16): Likewise.
218 (Dsp-48-s8): Likewise.
219 (Dsp-48-s16): Likewise.
220 (Imm-13-u3): Likewise. (Despite its name!)
221 (BitBase16-16-s8): Make the parameter be unsigned.
222 (BitBase16-8-u11-S): Likewise.
223 (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
224 jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
227 * m32c.opc: Fix formatting.
228 Use safe-ctype.h instead of ctype.h
229 Move duplicated code sequences into a macro.
230 Fix compile time warnings about signedness mismatches.
232 (parse_lab_5_3): New parser function.
234 2005-07-16 Jim Blandy <jimb@redhat.com>
236 * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
237 to represent isa sets.
239 2005-07-15 Jim Blandy <jimb@redhat.com>
241 * m32c.cpu, m32c.opc: Fix copyright.
243 2005-07-14 Jim Blandy <jimb@redhat.com>
245 * m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
247 2005-07-14 Alan Modra <amodra@bigpond.net.au>
249 * ms1.opc (print_dollarhex): Correct format string.
251 2005-07-06 Alan Modra <amodra@bigpond.net.au>
253 * iq2000.cpu: Include from binutils cpu dir.
255 2005-07-05 Nick Clifton <nickc@redhat.com>
257 * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter
258 unsigned in order to avoid compile time warnings about sign
261 * ms1.opc (parse_*): Likewise.
262 (parse_imm16): Use a "void *" as it is passed both signed and
265 2005-07-01 Nick Clifton <nickc@redhat.com>
267 * frv.opc: Update to ISO C90 function declaration style.
268 * iq2000.opc: Likewise.
269 * m32r.opc: Likewise.
272 2005-06-15 Dave Brolley <brolley@redhat.com>
274 Contributed by Red Hat.
275 * ms1.cpu: New file. Written by Nick Clifton, Stan Cox.
276 * ms1.opc: New file. Written by Stan Cox.
278 2005-05-10 Nick Clifton <nickc@redhat.com>
280 * Update the address and phone number of the FSF organization in
281 the GPL notices in the following files:
282 cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
283 m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
284 sh64-media.cpu, simplify.inc
286 2005-02-24 Alan Modra <amodra@bigpond.net.au>
288 * frv.opc (parse_A): Warning fix.
290 2005-02-23 Nick Clifton <nickc@redhat.com>
292 * frv.opc: Fixed compile time warnings about differing signed'ness
293 of pointers passed to functions.
294 * m32r.opc: Likewise.
296 2005-02-11 Nick Clifton <nickc@redhat.com>
298 * iq2000.opc (parse_jtargq10): Change type of valuep argument to
299 'bfd_vma *' in order avoid compile time warning message.
301 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
303 * cris.cpu (mstep): Add missing insn.
305 2005-01-25 Alexandre Oliva <aoliva@redhat.com>
307 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
308 * frv.cpu: Add support for TLS annotations in loads and calll.
309 * frv.opc (parse_symbolic_address): New.
310 (parse_ldd_annotation): New.
311 (parse_call_annotation): New.
312 (parse_ld_annotation): New.
313 (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
314 Introduce TLS relocations.
315 (parse_d12, parse_s12, parse_u12): Likewise.
316 (parse_uhi16): Likewise. Fix constant checking on 64-bit host.
317 (parse_call_label, print_at): New.
319 2004-12-21 Mikael Starvik <starvik@axis.com>
321 * cris.cpu (cris-set-mem): Correct integral write semantics.
323 2004-11-29 Hans-Peter Nilsson <hp@axis.com>
325 * cris.cpu: New file.
327 2004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
329 * iq2000.cpu: Added quotes around macro arguments so that they
330 will work with newer versions of guile.
332 2004-10-27 Nick Clifton <nickc@redhat.com>
334 * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
335 wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
337 * iq2000.cpu (dnop index): Rename to _index to avoid complications
340 2004-08-27 Richard Sandiford <rsandifo@redhat.com>
342 * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
344 2004-05-15 Nick Clifton <nickc@redhat.com>
346 * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
348 2004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
350 * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
352 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
354 * frv.cpu (define-arch frv): Add fr450 mach.
355 (define-mach fr450): New.
356 (define-model fr450): New. Add profile units to every fr450 insn.
357 (define-attr UNIT): Add MDCUTSSI.
358 (define-attr FR450-MAJOR): New enum. Add to every fr450 insn.
359 (define-attr AUDIO): New boolean.
360 (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
361 (f-LRA-null, f-TLBPR-null): New fields.
362 (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
363 (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
364 (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
365 (LRA-null, TLBPR-null): New macros.
366 (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
367 (load-real-address): New macro.
368 (lrai, lrad, tlbpr): New instructions.
369 (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
370 (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
371 (mdcutssi): Change UNIT attribute to MDCUTSSI.
372 (media-low-clear-semantics, media-scope-limit-semantics)
373 (media-quad-limit, media-quad-shift): New macros.
374 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
375 * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
376 (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
377 (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
378 (fr450_unit_mapping): New array.
379 (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
380 for new MDCUTSSI unit.
381 (fr450_check_insn_major_constraints): New function.
382 (check_insn_major_constraints): Use it.
384 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
386 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
387 (scutss): Change unit to I0.
388 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
389 (mqsaths): Fix FR400-MAJOR categorization.
390 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
391 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
392 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
395 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
397 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
398 (rstb, rsth, rst, rstd, rstq): Delete.
399 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
401 2004-02-23 Nick Clifton <nickc@redhat.com>
403 * Apply these patches from Renesas:
405 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
407 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
408 disassembling codes for 0x*2 addresses.
410 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
412 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
414 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
416 * cpu/m32r.cpu : Add new model m32r2.
417 Add new instructions.
418 Replace occurrances of 'Mitsubishi' with 'Renesas'.
419 Changed PIPE attr of push from O to OS.
420 Care for Little-endian of M32R.
421 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
422 Care for Little-endian of M32R.
423 (parse_slo16): signed extension for value.
425 2004-02-20 Andrew Cagney <cagney@redhat.com>
427 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
428 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
430 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
431 written by Ben Elliston.
433 2004-01-14 Richard Sandiford <rsandifo@redhat.com>
435 * frv.cpu (UNIT): Add IACC.
436 (iacc-multiply-r-r): Use it.
437 * frv.opc (fr400_unit_mapping): Add entry for IACC.
438 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
440 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
442 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
443 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
444 cut&paste errors in shifting/truncating numerical operands.
445 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
446 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
447 (parse_uslo16): Likewise.
448 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
449 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
450 (parse_s12): Likewise.
451 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
452 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
453 (parse_uslo16): Likewise.
454 (parse_uhi16): Parse gothi and gotfuncdeschi.
455 (parse_d12): Parse got12 and gotfuncdesc12.
456 (parse_s12): Likewise.
458 2003-10-10 Dave Brolley <brolley@redhat.com>
460 * frv.cpu (dnpmop): New p-macro.
461 (GRdoublek): Use dnpmop.
462 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
463 (store-double-r-r): Use (.sym regtype doublek).
464 (r-store-double): Ditto.
465 (store-double-r-r-u): Ditto.
466 (conditional-store-double): Ditto.
467 (conditional-store-double-u): Ditto.
468 (store-double-r-simm): Ditto.
469 (fmovs): Assign to UNIT FMALL.
471 2003-10-06 Dave Brolley <brolley@redhat.com>
473 * frv.cpu, frv.opc: Add support for fr550.
475 2003-09-24 Dave Brolley <brolley@redhat.com>
477 * frv.cpu (u-commit): New modelling unit for fr500.
478 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
479 (commit-r): Use u-commit model for fr500.
481 (conditional-float-binary-op): Take profiling data as an argument.
483 (ne-float-binary-op): Ditto.
485 2003-09-19 Michael Snyder <msnyder@redhat.com>
487 * frv.cpu (nldqi): Delete unimplemented instruction.
489 2003-09-12 Dave Brolley <brolley@redhat.com>
491 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
492 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
493 frv_ref_SI to get input register referenced for profiling.
494 (clear-ne-flag-all): Pass insn profiling in as an argument.
495 (clrgr,clrfr,clrga,clrfa): Add profiling information.
497 2003-09-11 Michael Snyder <msnyder@redhat.com>
499 * frv.cpu: Typographical corrections.
501 2003-09-09 Dave Brolley <brolley@redhat.com>
503 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
504 (conditional-media-dual-complex, media-quad-complex): Likewise.
506 2003-09-04 Dave Brolley <brolley@redhat.com>
508 * frv.cpu (register-transfer): Pass in all attributes in on argument.
510 (conditional-register-transfer): Ditto.
511 (cache-preload): Ditto.
512 (floating-point-conversion): Ditto.
513 (floating-point-neg): Ditto.
515 (float-binary-op-s): Ditto.
516 (conditional-float-binary-op): Ditto.
517 (ne-float-binary-op): Ditto.
518 (float-dual-arith): Ditto.
519 (ne-float-dual-arith): Ditto.
521 2003-09-03 Dave Brolley <brolley@redhat.com>
523 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
524 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
526 (A): Removed operand.
527 (A0,A1): New operands replace operand A.
528 (mnop): Now a real insn
529 (mclracc): Removed insn.
530 (mclracc-0, mclracc-1): New insns replace mclracc.
531 (all insns): Use new UNIT attributes.
533 2003-08-21 Nick Clifton <nickc@redhat.com>
535 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
536 and u-media-dual-btoh with output parameter.
537 (cmbtoh): Add profiling hack.
539 2003-08-19 Michael Snyder <msnyder@redhat.com>
541 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
543 2003-06-10 Doug Evans <dje@sebabeach.org>
545 * frv.cpu: Add IDOC attribute.
547 2003-06-06 Andrew Cagney <cagney@redhat.com>
549 Contributed by Red Hat.
550 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
551 Stan Cox, and Frank Ch. Eigler.
552 * iq2000.opc: New file. Written by Ben Elliston, Frank
553 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
554 * iq2000m.cpu: New file. Written by Jeff Johnston.
555 * iq10.cpu: New file. Written by Jeff Johnston.
557 2003-06-05 Nick Clifton <nickc@redhat.com>
559 * frv.cpu (FRintieven): New operand. An even-numbered only
560 version of the FRinti operand.
561 (FRintjeven): Likewise for FRintj.
562 (FRintkeven): Likewise for FRintk.
563 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
564 media-quad-arith-sat-semantics, media-quad-arith-sat,
565 conditional-media-quad-arith-sat, mdunpackh,
566 media-quad-multiply-semantics, media-quad-multiply,
567 conditional-media-quad-multiply, media-quad-complex-i,
568 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
569 conditional-media-quad-multiply-acc, munpackh,
570 media-quad-multiply-cross-acc-semantics, mdpackh,
571 media-quad-multiply-cross-acc, mbtoh-semantics,
572 media-quad-cross-multiply-cross-acc-semantics,
573 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
574 media-quad-cross-multiply-acc-semantics, cmbtoh,
575 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
576 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
577 cmhtob): Use new operands.
578 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
579 (parse_even_register): New function.
581 2003-06-03 Nick Clifton <nickc@redhat.com>
583 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
584 immediate value not unsigned.
586 2003-06-03 Andrew Cagney <cagney@redhat.com>
588 Contributed by Red Hat.
589 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
590 and Eric Christopher.
591 * frv.opc: New file. Written by Catherine Moore, and Dave
593 * simplify.inc: New file. Written by Doug Evans.
595 2003-05-02 Andrew Cagney <cagney@redhat.com>
604 version-control: never