2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
[deliverable/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
84e94c90
NC
12008-12-23 Jon Beniston <jon@beniston.com>
2
3 * lm32.cpu: New file.
4 * lm32.opc: New file.
5
90518ff4
AM
62008-01-29 Alan Modra <amodra@bigpond.net.au>
7
8 * mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
9 to source.
10
a69f60de
HPN
112007-10-22 Hans-Peter Nilsson <hp@axis.com>
12
13 * cris.cpu (movs, movu): Use result of extension operation when
14 updating flags.
15
9b201bb5
NC
162007-07-04 Nick Clifton <nickc@redhat.com>
17
18 * cris.cpu: Update copyright notice to refer to GPLv3.
19 * frv.cpu, frv.opc, iq10.cpu, iq2000m.cpu, iq2000.opc, m32c.cpu,
20 m32c.opc, m32r.cpu, m32r.opc, mt.cpu, mt.opc, sh64-compact.cpu,
21 sh64-media.cpu, sh.cpu, sh.opc, simplify.inc, xc16x.cpu,
22 xc16x.opc: Likewise.
23 * iq2000.cpu: Fix copyright notice to refer to FSF.
24
53289dcd
MS
252007-04-30 Mark Salter <msalter@sadr.localdomain>
26
27 * frv.cpu (spr-names): Support new coprocessor SPR registers.
28
f6da2ec2
NC
292007-04-20 Nick Clifton <nickc@redhat.com>
30
31 * xc16x.cpu: Restore after accidentally overwriting this file with
32 xc16x.opc.
33
144f4bc6
DD
342007-03-29 DJ Delorie <dj@redhat.com>
35
36 * m32c.cpu (Imm-8-s4n): Fix print hook.
37 (Lab-24-8, Lab-32-8, Lab-40-8): Fix.
38 (arith-jnz-imm4-dst-defn): Make relaxable.
39 (arith-jnz16-imm4-dst-defn): Fix encodings.
40
75b06e7b
DD
412007-03-20 DJ Delorie <dj@redhat.com>
42
43 * m32c.cpu (f-dsp-40-u20, f-dsp-48-u20, Dsp-40-u20, Dsp-40-u20,
44 mem20): New.
45 (src16-16-20-An-relative-*): New.
46 (dst16-*-20-An-relative-*): New.
47 (dst16-16-16sa-*): New
48 (dst16-16-16ar-*): New
49 (dst32-16-16sa-Unprefixed-*): New
50 (jsri): Fix operands.
51 (setzx): Fix encoding.
52
a5da764d
AM
532007-03-08 Alan Modra <amodra@bigpond.net.au>
54
55 * m32r.opc: Formatting.
56
b497d0b0
NC
572006-05-22 Nick Clifton <nickc@redhat.com>
58
59 * iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.
60
e78efa90
DD
612006-04-10 DJ Delorie <dj@redhat.com>
62
63 * m32c.opc (parse_unsigned_bitbase): Take a new parameter which
64 decides if this function accepts symbolic constants or not.
65 (parse_signed_bitbase): Likewise.
66 (parse_unsigned_bitbase8): Pass the new parameter.
67 (parse_unsigned_bitbase11): Likewise.
68 (parse_unsigned_bitbase16): Likewise.
69 (parse_unsigned_bitbase19): Likewise.
70 (parse_unsigned_bitbase27): Likewise.
71 (parse_signed_bitbase8): Likewise.
72 (parse_signed_bitbase11): Likewise.
73 (parse_signed_bitbase19): Likewise.
74
8d0e2679
DD
752006-03-13 DJ Delorie <dj@redhat.com>
76
43aa3bb1
DD
77 * m32c.cpu (Bit3-S): New.
78 (btst:s): New.
79 * m32c.opc (parse_bit3_S): New.
80
8d0e2679
DD
81 * m32c.cpu (decimal-subtraction16-insn): Add second operand.
82 (btst): Add optional :G suffix for MACH32.
83 (or.b:S): New.
84 (pop.w:G): Add optional :G suffix for MACH16.
85 (push.b.imm): Fix syntax.
86
253d272c
DD
872006-03-10 DJ Delorie <dj@redhat.com>
88
89 * m32c.cpu (mul.l): New.
90 (mulu.l): New.
91
c7d41dc5
NC
922006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com)
93
94 * xc16x.opc (parse_hash): Return NULL if the input was parsed or
95 an error message otherwise.
96 (parse_dot, parse_pof, parse_pag, parse_sof, parse_seg): Likewise.
97 Fix up comments to correctly describe the functions.
98
6772dd07
DD
992006-02-24 DJ Delorie <dj@redhat.com>
100
101 * m32c.cpu (RL_TYPE): New attribute, with macros.
102 (Lab-8-24): Add RELAX.
103 (unary-insn-defn-g, binary-arith-imm-dst-defn,
104 binary-arith-imm4-dst-defn): Add 1ADDR attribute.
105 (binary-arith-src-dst-defn): Add 2ADDR attribute.
106 (jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
107 jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
108 attribute.
109 (jsri16, jsri32): Add 1ADDR attribute.
110 (jsr32.w, jsr32.a): Add JUMP attribute.
111
d70c5fc7
NC
1122006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
113 Anil Paranjape <anilp1@kpitcummins.com>
114 Shilin Shakti <shilins@kpitcummins.com>
115
116 * xc16x.cpu: New file containing complete CGEN specific XC16X CPU
117 description.
118 * xc16x.opc: New file containing supporting XC16C routines.
119
8536c657
NC
1202006-02-10 Nick Clifton <nickc@redhat.com>
121
122 * iq2000.opc (parse_hi16): Truncate shifted values to 16 bits.
123
458f7770
DD
1242006-01-06 DJ Delorie <dj@redhat.com>
125
126 * m32c.cpu (mov.w:q): Fix mode.
127 (push32.b.imm): Likewise, for the comment.
128
d031aafb
NS
1292005-12-16 Nathan Sidwell <nathan@codesourcery.com>
130
131 Second part of ms1 to mt renaming.
132 * mt.cpu (define-arch, define-isa): Set name to mt.
133 (define-mach): Adjust.
134 * mt.opc (CGEN_ASM_HASH): Update.
135 (mt_asm_hash, mt_cgen_insn_supported): Renamed.
136 (parse_loopsize, parse_imm16): Adjust.
137
eda87aba
DD
1382005-12-13 DJ Delorie <dj@redhat.com>
139
140 * m32c.cpu (jsri): Fix order so register names aren't treated as
141 symbols.
142 (indexb, indexbd, indexbs, indexl, indexld, indexls, indexw,
143 indexwd, indexws): Fix encodings.
144
4970f871
NS
1452005-12-12 Nathan Sidwell <nathan@codesourcery.com>
146
147 * mt.cpu: Rename from ms1.cpu.
148 * mt.opc: Rename from ms1.opc.
149
48ad8298
HPN
1502005-12-06 Hans-Peter Nilsson <hp@axis.com>
151
152 * cris.cpu (simplecris-common-writable-specregs)
153 (simplecris-common-readable-specregs): Split from
154 simplecris-common-specregs. All users changed.
155 (cris-implemented-writable-specregs-v0)
156 (cris-implemented-readable-specregs-v0): Similar from
157 cris-implemented-specregs-v0.
158 (cris-implemented-writable-specregs-v3)
159 (cris-implemented-readable-specregs-v3)
160 (cris-implemented-writable-specregs-v8)
161 (cris-implemented-readable-specregs-v8)
162 (cris-implemented-writable-specregs-v10)
163 (cris-implemented-readable-specregs-v10)
164 (cris-implemented-writable-specregs-v32)
165 (cris-implemented-readable-specregs-v32): Similar.
166 (bdap-32-pc, move-m-pcplus-p0, move-m-spplus-p8): New
167 insns and specializations.
168
6f84a2a6
NS
1692005-11-08 Nathan Sidwell <nathan@codesourcery.com>
170
171 Add ms2
172 * ms1.cpu (ms2, ms2bf): New architecture variant, cpu, machine and
173 model.
174 (f-uu8, f-uu1, f-imm16l, f-loopo, f-cb1sel, f-cb2sel, f-cb1incr,
175 f-cb2incr, f-rc3): New fields.
176 (LOOP): New instruction.
177 (JAL-HAZARD): New hazard.
178 (imm16o, loopsize, imm16l, rc3, cb1sel, cb2sel, cb1incr, cb2incr):
179 New operands.
180 (mul, muli, dbnz, iflush): Enable for ms2
181 (jal, reti): Has JAL-HAZARD.
182 (ldctxt, ldfb, stfb): Only ms1.
183 (fbcb): Only ms1,ms1-003.
184 (wfbinc, mefbinc, wfbincr, mwfbincr, fbcbincs, mfbcbincs,
185 fbcbincrs, mfbcbincrs): Enable for ms2.
186 (loop, loopu, dfbc, dwfb, fbwfb, dfbr): New ms2 insns.
187 * ms1.opc (parse_loopsize): New.
188 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L.
189 (print_pcrel): New.
190
95b96521
DB
1912005-10-28 Dave Brolley <brolley@redhat.com>
192
193 Contribute the following change:
194 2003-09-24 Dave Brolley <brolley@redhat.com>
195
196 * frv.opc: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of
197 CGEN_ATTR_VALUE_TYPE.
198 * m32c.opc (m32c_cgen_insn_supported): Use CGEN_INSN_BITSET_ATTR_VALUE.
199 Use cgen_bitset_intersect_p.
200
c6552317
DD
2012005-10-27 DJ Delorie <dj@redhat.com>
202
203 * m32c.cpu (Imm-8-s4n, Imm-12-s4n): New.
204 (arith-jnz16-imm4-dst-defn, arith-jnz32-imm4-dst-defn,
205 arith-jnz-imm4-dst-mach, arith-jnz-imm4-dst): Keep track of which
206 imm operand is needed.
207 (adjnz, sbjnz): Pass the right operands.
208 (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach,
209 unary-insn): Add -g variants for opcodes that need to support :G.
210 (not.BW:G, push.BW:G): Call it.
211 (stzx16-imm8-imm8-dsp8sb, stzx16-imm8-imm8-dsp8fb,
212 stzx16-imm8-imm8-abs16): Fix operand typos.
213 * m32c.opc (m32c_asm_hash): Support bnCND.
214 (parse_signed4n, print_signed4n): New.
215
f75eb1c0
DD
2162005-10-26 DJ Delorie <dj@redhat.com>
217
218 * m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.
219 (mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn,
220 mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn):
221 dsp8[sp] is signed.
222 (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff).
223 (mov.BW:S r0,r1): Fix typo r1l->r1.
224 (tst): Allow :G suffix.
225 * m32c.opc (parse_signed24): New, for -0x800000..0xffffff.
226
e277c00b
AM
2272005-10-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
228
229 * m32r.opc (parse_hi16): Do not assume a 32-bit host word size.
230
92e0a941
DD
2312005-10-25 DJ Delorie <dj@redhat.com>
232
233 * m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by
234 making one a macro of the other.
235
a1a280bb
DD
2362005-10-21 DJ Delorie <dj@redhat.com>
237
238 * m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing.
239 (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl,
240 indexld, indexls): .w variants have `1' bit.
241 (rot32.b): QI, not SI.
242 (rot32.w): HI, not SI.
243 (xchg16): HI for .w variant.
244
e74eb924
NC
2452005-10-19 Nick Clifton <nickc@redhat.com>
246
247 * m32r.opc (parse_slo16): Fix bad application of previous patch.
248
5e03663f
NC
2492005-10-18 Andreas Schwab <schwab@suse.de>
250
251 * m32r.opc (parse_slo16): Better version of previous patch.
252
ab7c9a26
NC
2532005-10-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
254
255 * cpu/m32r.opc (parse_slo16): Do not assume a 32-bit host word
256 size.
257
fd54057a
DD
2582005-07-25 DJ Delorie <dj@redhat.com>
259
260 * m32c.opc (parse_unsigned8): Add %dsp8().
261 (parse_signed8): Add %hi8().
262 (parse_unsigned16): Add %dsp16().
263 (parse_signed16): Add %lo16() and %hi16().
264 (parse_lab_5_3): Make valuep a bfd_vma *.
265
85da3a56
NC
2662005-07-18 Nick Clifton <nickc@redhat.com>
267
268 * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
269 components.
270 (f-lab32-jmp-s): Fix insertion sequence.
271 (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
272 (Dsp-40-s8): Make parameter be signed.
273 (Dsp-40-s16): Likewise.
274 (Dsp-48-s8): Likewise.
275 (Dsp-48-s16): Likewise.
276 (Imm-13-u3): Likewise. (Despite its name!)
277 (BitBase16-16-s8): Make the parameter be unsigned.
278 (BitBase16-8-u11-S): Likewise.
279 (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
280 jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
281 relaxation.
282
283 * m32c.opc: Fix formatting.
284 Use safe-ctype.h instead of ctype.h
285 Move duplicated code sequences into a macro.
286 Fix compile time warnings about signedness mismatches.
287 Remove dead code.
288 (parse_lab_5_3): New parser function.
289
aa260854
JB
2902005-07-16 Jim Blandy <jimb@redhat.com>
291
292 * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
293 to represent isa sets.
294
0a665bfd
JB
2952005-07-15 Jim Blandy <jimb@redhat.com>
296
297 * m32c.cpu, m32c.opc: Fix copyright.
298
49f58d10
JB
2992005-07-14 Jim Blandy <jimb@redhat.com>
300
301 * m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
302
0e6b69be
AM
3032005-07-14 Alan Modra <amodra@bigpond.net.au>
304
305 * ms1.opc (print_dollarhex): Correct format string.
306
f9210e37
AM
3072005-07-06 Alan Modra <amodra@bigpond.net.au>
308
309 * iq2000.cpu: Include from binutils cpu dir.
310
3ec2b351
NC
3112005-07-05 Nick Clifton <nickc@redhat.com>
312
313 * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter
314 unsigned in order to avoid compile time warnings about sign
315 conflicts.
316
317 * ms1.opc (parse_*): Likewise.
318 (parse_imm16): Use a "void *" as it is passed both signed and
319 unsigned arguments.
320
47b0e7ad
NC
3212005-07-01 Nick Clifton <nickc@redhat.com>
322
323 * frv.opc: Update to ISO C90 function declaration style.
324 * iq2000.opc: Likewise.
325 * m32r.opc: Likewise.
326 * sh.opc: Likewise.
327
b081650b
DB
3282005-06-15 Dave Brolley <brolley@redhat.com>
329
330 Contributed by Red Hat.
331 * ms1.cpu: New file. Written by Nick Clifton, Stan Cox.
332 * ms1.opc: New file. Written by Stan Cox.
333
e172dbf8
NC
3342005-05-10 Nick Clifton <nickc@redhat.com>
335
336 * Update the address and phone number of the FSF organization in
337 the GPL notices in the following files:
338 cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
339 m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
340 sh64-media.cpu, simplify.inc
341
b2d52a48
AM
3422005-02-24 Alan Modra <amodra@bigpond.net.au>
343
344 * frv.opc (parse_A): Warning fix.
345
33b71eeb
NC
3462005-02-23 Nick Clifton <nickc@redhat.com>
347
348 * frv.opc: Fixed compile time warnings about differing signed'ness
349 of pointers passed to functions.
350 * m32r.opc: Likewise.
351
bc18c937
NC
3522005-02-11 Nick Clifton <nickc@redhat.com>
353
354 * iq2000.opc (parse_jtargq10): Change type of valuep argument to
355 'bfd_vma *' in order avoid compile time warning message.
356
46da9a19
HPN
3572005-01-28 Hans-Peter Nilsson <hp@axis.com>
358
359 * cris.cpu (mstep): Add missing insn.
360
90219bd0
AO
3612005-01-25 Alexandre Oliva <aoliva@redhat.com>
362
363 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
364 * frv.cpu: Add support for TLS annotations in loads and calll.
365 * frv.opc (parse_symbolic_address): New.
366 (parse_ldd_annotation): New.
367 (parse_call_annotation): New.
368 (parse_ld_annotation): New.
369 (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
370 Introduce TLS relocations.
371 (parse_d12, parse_s12, parse_u12): Likewise.
372 (parse_uhi16): Likewise. Fix constant checking on 64-bit host.
373 (parse_call_label, print_at): New.
374
c3d75c30
HPN
3752004-12-21 Mikael Starvik <starvik@axis.com>
376
377 * cris.cpu (cris-set-mem): Correct integral write semantics.
378
68800d83
HPN
3792004-11-29 Hans-Peter Nilsson <hp@axis.com>
380
381 * cris.cpu: New file.
382
4bd1d37b
NC
3832004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
384
385 * iq2000.cpu: Added quotes around macro arguments so that they
386 will work with newer versions of guile.
387
4030fa5a
NC
3882004-10-27 Nick Clifton <nickc@redhat.com>
389
390 * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
391 wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
392 operand.
393 * iq2000.cpu (dnop index): Rename to _index to avoid complications
394 with guile.
395
ac28a1cb
RS
3962004-08-27 Richard Sandiford <rsandifo@redhat.com>
397
398 * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
399
dc4c54bb
NC
4002004-05-15 Nick Clifton <nickc@redhat.com>
401
402 * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
403
f4453dfa
NC
4042004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
405
406 * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
407
676a64f4
RS
4082004-03-01 Richard Sandiford <rsandifo@redhat.com>
409
410 * frv.cpu (define-arch frv): Add fr450 mach.
411 (define-mach fr450): New.
412 (define-model fr450): New. Add profile units to every fr450 insn.
413 (define-attr UNIT): Add MDCUTSSI.
414 (define-attr FR450-MAJOR): New enum. Add to every fr450 insn.
415 (define-attr AUDIO): New boolean.
416 (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
417 (f-LRA-null, f-TLBPR-null): New fields.
418 (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
419 (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
420 (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
421 (LRA-null, TLBPR-null): New macros.
422 (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
423 (load-real-address): New macro.
424 (lrai, lrad, tlbpr): New instructions.
425 (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
426 (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
427 (mdcutssi): Change UNIT attribute to MDCUTSSI.
428 (media-low-clear-semantics, media-scope-limit-semantics)
429 (media-quad-limit, media-quad-shift): New macros.
430 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
431 * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
432 (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
433 (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
434 (fr450_unit_mapping): New array.
435 (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
436 for new MDCUTSSI unit.
437 (fr450_check_insn_major_constraints): New function.
438 (check_insn_major_constraints): Use it.
439
c7a48b9a
RS
4402004-03-01 Richard Sandiford <rsandifo@redhat.com>
441
442 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
443 (scutss): Change unit to I0.
444 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
445 (mqsaths): Fix FR400-MAJOR categorization.
446 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
447 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
448 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
449 combinations.
450
8ae0baa2
RS
4512004-03-01 Richard Sandiford <rsandifo@redhat.com>
452
453 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
454 (rstb, rsth, rst, rstd, rstq): Delete.
455 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
456
8ee9a8b2
NC
4572004-02-23 Nick Clifton <nickc@redhat.com>
458
459 * Apply these patches from Renesas:
460
461 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
462
463 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
464 disassembling codes for 0x*2 addresses.
465
466 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
467
468 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
469
470 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
471
472 * cpu/m32r.cpu : Add new model m32r2.
473 Add new instructions.
474 Replace occurrances of 'Mitsubishi' with 'Renesas'.
475 Changed PIPE attr of push from O to OS.
476 Care for Little-endian of M32R.
477 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
478 Care for Little-endian of M32R.
479 (parse_slo16): signed extension for value.
480
299d901c
AC
4812004-02-20 Andrew Cagney <cagney@redhat.com>
482
e866a257
AC
483 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
484 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
485
299d901c
AC
486 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
487 written by Ben Elliston.
488
cb10e79a
RS
4892004-01-14 Richard Sandiford <rsandifo@redhat.com>
490
491 * frv.cpu (UNIT): Add IACC.
492 (iacc-multiply-r-r): Use it.
493 * frv.opc (fr400_unit_mapping): Add entry for IACC.
494 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
495
d4e4dc14
AO
4962004-01-06 Alexandre Oliva <aoliva@redhat.com>
497
498 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
499 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
500 cut&paste errors in shifting/truncating numerical operands.
501 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
502 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
503 (parse_uslo16): Likewise.
504 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
505 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
506 (parse_s12): Likewise.
507 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
508 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
509 (parse_uslo16): Likewise.
510 (parse_uhi16): Parse gothi and gotfuncdeschi.
511 (parse_d12): Parse got12 and gotfuncdesc12.
512 (parse_s12): Likewise.
513
1340b9a9
DB
5142003-10-10 Dave Brolley <brolley@redhat.com>
515
516 * frv.cpu (dnpmop): New p-macro.
517 (GRdoublek): Use dnpmop.
518 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
519 (store-double-r-r): Use (.sym regtype doublek).
520 (r-store-double): Ditto.
521 (store-double-r-r-u): Ditto.
522 (conditional-store-double): Ditto.
523 (conditional-store-double-u): Ditto.
524 (store-double-r-simm): Ditto.
525 (fmovs): Assign to UNIT FMALL.
526
ac7c07ac
DB
5272003-10-06 Dave Brolley <brolley@redhat.com>
528
529 * frv.cpu, frv.opc: Add support for fr550.
530
d0312406
DB
5312003-09-24 Dave Brolley <brolley@redhat.com>
532
533 * frv.cpu (u-commit): New modelling unit for fr500.
534 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
535 (commit-r): Use u-commit model for fr500.
536 (commit): Ditto.
537 (conditional-float-binary-op): Take profiling data as an argument.
538 Update callers.
539 (ne-float-binary-op): Ditto.
540
c6945302
MS
5412003-09-19 Michael Snyder <msnyder@redhat.com>
542
543 * frv.cpu (nldqi): Delete unimplemented instruction.
544
23600bb3
DB
5452003-09-12 Dave Brolley <brolley@redhat.com>
546
547 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
548 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
549 frv_ref_SI to get input register referenced for profiling.
550 (clear-ne-flag-all): Pass insn profiling in as an argument.
551 (clrgr,clrfr,clrga,clrfa): Add profiling information.
552
6f18ad70
MS
5532003-09-11 Michael Snyder <msnyder@redhat.com>
554
555 * frv.cpu: Typographical corrections.
556
96486995
DB
5572003-09-09 Dave Brolley <brolley@redhat.com>
558
559 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
560 (conditional-media-dual-complex, media-quad-complex): Likewise.
561
0457efce
DB
5622003-09-04 Dave Brolley <brolley@redhat.com>
563
564 * frv.cpu (register-transfer): Pass in all attributes in on argument.
565 Update all callers.
566 (conditional-register-transfer): Ditto.
567 (cache-preload): Ditto.
568 (floating-point-conversion): Ditto.
569 (floating-point-neg): Ditto.
570 (float-abs): Ditto.
571 (float-binary-op-s): Ditto.
572 (conditional-float-binary-op): Ditto.
573 (ne-float-binary-op): Ditto.
574 (float-dual-arith): Ditto.
575 (ne-float-dual-arith): Ditto.
576
8caa9169
DB
5772003-09-03 Dave Brolley <brolley@redhat.com>
578
579 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
580 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
581 MCLRACC-1.
582 (A): Removed operand.
583 (A0,A1): New operands replace operand A.
584 (mnop): Now a real insn
585 (mclracc): Removed insn.
586 (mclracc-0, mclracc-1): New insns replace mclracc.
587 (all insns): Use new UNIT attributes.
588
6d9ab561
NC
5892003-08-21 Nick Clifton <nickc@redhat.com>
590
591 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
592 and u-media-dual-btoh with output parameter.
593 (cmbtoh): Add profiling hack.
594
741a7751
NC
5952003-08-19 Michael Snyder <msnyder@redhat.com>
596
597 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
598
5b5b78da
DE
5992003-06-10 Doug Evans <dje@sebabeach.org>
600
601 * frv.cpu: Add IDOC attribute.
602
539ee71a
AC
6032003-06-06 Andrew Cagney <cagney@redhat.com>
604
605 Contributed by Red Hat.
606 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
607 Stan Cox, and Frank Ch. Eigler.
608 * iq2000.opc: New file. Written by Ben Elliston, Frank
609 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
610 * iq2000m.cpu: New file. Written by Jeff Johnston.
611 * iq10.cpu: New file. Written by Jeff Johnston.
612
36c3ae24
NC
6132003-06-05 Nick Clifton <nickc@redhat.com>
614
615 * frv.cpu (FRintieven): New operand. An even-numbered only
616 version of the FRinti operand.
617 (FRintjeven): Likewise for FRintj.
618 (FRintkeven): Likewise for FRintk.
619 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
620 media-quad-arith-sat-semantics, media-quad-arith-sat,
621 conditional-media-quad-arith-sat, mdunpackh,
622 media-quad-multiply-semantics, media-quad-multiply,
623 conditional-media-quad-multiply, media-quad-complex-i,
624 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
625 conditional-media-quad-multiply-acc, munpackh,
626 media-quad-multiply-cross-acc-semantics, mdpackh,
627 media-quad-multiply-cross-acc, mbtoh-semantics,
628 media-quad-cross-multiply-cross-acc-semantics,
629 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
630 media-quad-cross-multiply-acc-semantics, cmbtoh,
631 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
632 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
633 cmhtob): Use new operands.
634 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
0e6b69be 635 (parse_even_register): New function.
36c3ae24 636
75798298
NC
6372003-06-03 Nick Clifton <nickc@redhat.com>
638
639 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
640 immediate value not unsigned.
641
9aab5aa3
AC
6422003-06-03 Andrew Cagney <cagney@redhat.com>
643
644 Contributed by Red Hat.
645 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
646 and Eric Christopher.
647 * frv.opc: New file. Written by Catherine Moore, and Dave
648 Brolley.
649 * simplify.inc: New file. Written by Doug Evans.
650
2739f79a
AC
6512003-05-02 Andrew Cagney <cagney@redhat.com>
652
653 * New file.
654
655\f
656Local Variables:
657mode: change-log
658left-margin: 8
659fill-column: 74
660version-control: never
661End:
This page took 0.255558 seconds and 4 git commands to generate.