* m32c.cpu (mul.l): New.
[deliverable/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
253d272c
DD
12006-03-10 DJ Delorie <dj@redhat.com>
2
3 * m32c.cpu (mul.l): New.
4 (mulu.l): New.
5
c7d41dc5
NC
62006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com)
7
8 * xc16x.opc (parse_hash): Return NULL if the input was parsed or
9 an error message otherwise.
10 (parse_dot, parse_pof, parse_pag, parse_sof, parse_seg): Likewise.
11 Fix up comments to correctly describe the functions.
12
6772dd07
DD
132006-02-24 DJ Delorie <dj@redhat.com>
14
15 * m32c.cpu (RL_TYPE): New attribute, with macros.
16 (Lab-8-24): Add RELAX.
17 (unary-insn-defn-g, binary-arith-imm-dst-defn,
18 binary-arith-imm4-dst-defn): Add 1ADDR attribute.
19 (binary-arith-src-dst-defn): Add 2ADDR attribute.
20 (jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
21 jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
22 attribute.
23 (jsri16, jsri32): Add 1ADDR attribute.
24 (jsr32.w, jsr32.a): Add JUMP attribute.
25
d70c5fc7
NC
262006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
27 Anil Paranjape <anilp1@kpitcummins.com>
28 Shilin Shakti <shilins@kpitcummins.com>
29
30 * xc16x.cpu: New file containing complete CGEN specific XC16X CPU
31 description.
32 * xc16x.opc: New file containing supporting XC16C routines.
33
8536c657
NC
342006-02-10 Nick Clifton <nickc@redhat.com>
35
36 * iq2000.opc (parse_hi16): Truncate shifted values to 16 bits.
37
458f7770
DD
382006-01-06 DJ Delorie <dj@redhat.com>
39
40 * m32c.cpu (mov.w:q): Fix mode.
41 (push32.b.imm): Likewise, for the comment.
42
d031aafb
NS
432005-12-16 Nathan Sidwell <nathan@codesourcery.com>
44
45 Second part of ms1 to mt renaming.
46 * mt.cpu (define-arch, define-isa): Set name to mt.
47 (define-mach): Adjust.
48 * mt.opc (CGEN_ASM_HASH): Update.
49 (mt_asm_hash, mt_cgen_insn_supported): Renamed.
50 (parse_loopsize, parse_imm16): Adjust.
51
eda87aba
DD
522005-12-13 DJ Delorie <dj@redhat.com>
53
54 * m32c.cpu (jsri): Fix order so register names aren't treated as
55 symbols.
56 (indexb, indexbd, indexbs, indexl, indexld, indexls, indexw,
57 indexwd, indexws): Fix encodings.
58
4970f871
NS
592005-12-12 Nathan Sidwell <nathan@codesourcery.com>
60
61 * mt.cpu: Rename from ms1.cpu.
62 * mt.opc: Rename from ms1.opc.
63
48ad8298
HPN
642005-12-06 Hans-Peter Nilsson <hp@axis.com>
65
66 * cris.cpu (simplecris-common-writable-specregs)
67 (simplecris-common-readable-specregs): Split from
68 simplecris-common-specregs. All users changed.
69 (cris-implemented-writable-specregs-v0)
70 (cris-implemented-readable-specregs-v0): Similar from
71 cris-implemented-specregs-v0.
72 (cris-implemented-writable-specregs-v3)
73 (cris-implemented-readable-specregs-v3)
74 (cris-implemented-writable-specregs-v8)
75 (cris-implemented-readable-specregs-v8)
76 (cris-implemented-writable-specregs-v10)
77 (cris-implemented-readable-specregs-v10)
78 (cris-implemented-writable-specregs-v32)
79 (cris-implemented-readable-specregs-v32): Similar.
80 (bdap-32-pc, move-m-pcplus-p0, move-m-spplus-p8): New
81 insns and specializations.
82
6f84a2a6
NS
832005-11-08 Nathan Sidwell <nathan@codesourcery.com>
84
85 Add ms2
86 * ms1.cpu (ms2, ms2bf): New architecture variant, cpu, machine and
87 model.
88 (f-uu8, f-uu1, f-imm16l, f-loopo, f-cb1sel, f-cb2sel, f-cb1incr,
89 f-cb2incr, f-rc3): New fields.
90 (LOOP): New instruction.
91 (JAL-HAZARD): New hazard.
92 (imm16o, loopsize, imm16l, rc3, cb1sel, cb2sel, cb1incr, cb2incr):
93 New operands.
94 (mul, muli, dbnz, iflush): Enable for ms2
95 (jal, reti): Has JAL-HAZARD.
96 (ldctxt, ldfb, stfb): Only ms1.
97 (fbcb): Only ms1,ms1-003.
98 (wfbinc, mefbinc, wfbincr, mwfbincr, fbcbincs, mfbcbincs,
99 fbcbincrs, mfbcbincrs): Enable for ms2.
100 (loop, loopu, dfbc, dwfb, fbwfb, dfbr): New ms2 insns.
101 * ms1.opc (parse_loopsize): New.
102 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L.
103 (print_pcrel): New.
104
95b96521
DB
1052005-10-28 Dave Brolley <brolley@redhat.com>
106
107 Contribute the following change:
108 2003-09-24 Dave Brolley <brolley@redhat.com>
109
110 * frv.opc: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of
111 CGEN_ATTR_VALUE_TYPE.
112 * m32c.opc (m32c_cgen_insn_supported): Use CGEN_INSN_BITSET_ATTR_VALUE.
113 Use cgen_bitset_intersect_p.
114
c6552317
DD
1152005-10-27 DJ Delorie <dj@redhat.com>
116
117 * m32c.cpu (Imm-8-s4n, Imm-12-s4n): New.
118 (arith-jnz16-imm4-dst-defn, arith-jnz32-imm4-dst-defn,
119 arith-jnz-imm4-dst-mach, arith-jnz-imm4-dst): Keep track of which
120 imm operand is needed.
121 (adjnz, sbjnz): Pass the right operands.
122 (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach,
123 unary-insn): Add -g variants for opcodes that need to support :G.
124 (not.BW:G, push.BW:G): Call it.
125 (stzx16-imm8-imm8-dsp8sb, stzx16-imm8-imm8-dsp8fb,
126 stzx16-imm8-imm8-abs16): Fix operand typos.
127 * m32c.opc (m32c_asm_hash): Support bnCND.
128 (parse_signed4n, print_signed4n): New.
129
f75eb1c0
DD
1302005-10-26 DJ Delorie <dj@redhat.com>
131
132 * m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.
133 (mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn,
134 mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn):
135 dsp8[sp] is signed.
136 (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff).
137 (mov.BW:S r0,r1): Fix typo r1l->r1.
138 (tst): Allow :G suffix.
139 * m32c.opc (parse_signed24): New, for -0x800000..0xffffff.
140
e277c00b
AM
1412005-10-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
142
143 * m32r.opc (parse_hi16): Do not assume a 32-bit host word size.
144
92e0a941
DD
1452005-10-25 DJ Delorie <dj@redhat.com>
146
147 * m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by
148 making one a macro of the other.
149
a1a280bb
DD
1502005-10-21 DJ Delorie <dj@redhat.com>
151
152 * m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing.
153 (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl,
154 indexld, indexls): .w variants have `1' bit.
155 (rot32.b): QI, not SI.
156 (rot32.w): HI, not SI.
157 (xchg16): HI for .w variant.
158
e74eb924
NC
1592005-10-19 Nick Clifton <nickc@redhat.com>
160
161 * m32r.opc (parse_slo16): Fix bad application of previous patch.
162
5e03663f
NC
1632005-10-18 Andreas Schwab <schwab@suse.de>
164
165 * m32r.opc (parse_slo16): Better version of previous patch.
166
ab7c9a26
NC
1672005-10-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
168
169 * cpu/m32r.opc (parse_slo16): Do not assume a 32-bit host word
170 size.
171
fd54057a
DD
1722005-07-25 DJ Delorie <dj@redhat.com>
173
174 * m32c.opc (parse_unsigned8): Add %dsp8().
175 (parse_signed8): Add %hi8().
176 (parse_unsigned16): Add %dsp16().
177 (parse_signed16): Add %lo16() and %hi16().
178 (parse_lab_5_3): Make valuep a bfd_vma *.
179
85da3a56
NC
1802005-07-18 Nick Clifton <nickc@redhat.com>
181
182 * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
183 components.
184 (f-lab32-jmp-s): Fix insertion sequence.
185 (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
186 (Dsp-40-s8): Make parameter be signed.
187 (Dsp-40-s16): Likewise.
188 (Dsp-48-s8): Likewise.
189 (Dsp-48-s16): Likewise.
190 (Imm-13-u3): Likewise. (Despite its name!)
191 (BitBase16-16-s8): Make the parameter be unsigned.
192 (BitBase16-8-u11-S): Likewise.
193 (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
194 jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
195 relaxation.
196
197 * m32c.opc: Fix formatting.
198 Use safe-ctype.h instead of ctype.h
199 Move duplicated code sequences into a macro.
200 Fix compile time warnings about signedness mismatches.
201 Remove dead code.
202 (parse_lab_5_3): New parser function.
203
aa260854
JB
2042005-07-16 Jim Blandy <jimb@redhat.com>
205
206 * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
207 to represent isa sets.
208
0a665bfd
JB
2092005-07-15 Jim Blandy <jimb@redhat.com>
210
211 * m32c.cpu, m32c.opc: Fix copyright.
212
49f58d10
JB
2132005-07-14 Jim Blandy <jimb@redhat.com>
214
215 * m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
216
0e6b69be
AM
2172005-07-14 Alan Modra <amodra@bigpond.net.au>
218
219 * ms1.opc (print_dollarhex): Correct format string.
220
f9210e37
AM
2212005-07-06 Alan Modra <amodra@bigpond.net.au>
222
223 * iq2000.cpu: Include from binutils cpu dir.
224
3ec2b351
NC
2252005-07-05 Nick Clifton <nickc@redhat.com>
226
227 * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter
228 unsigned in order to avoid compile time warnings about sign
229 conflicts.
230
231 * ms1.opc (parse_*): Likewise.
232 (parse_imm16): Use a "void *" as it is passed both signed and
233 unsigned arguments.
234
47b0e7ad
NC
2352005-07-01 Nick Clifton <nickc@redhat.com>
236
237 * frv.opc: Update to ISO C90 function declaration style.
238 * iq2000.opc: Likewise.
239 * m32r.opc: Likewise.
240 * sh.opc: Likewise.
241
b081650b
DB
2422005-06-15 Dave Brolley <brolley@redhat.com>
243
244 Contributed by Red Hat.
245 * ms1.cpu: New file. Written by Nick Clifton, Stan Cox.
246 * ms1.opc: New file. Written by Stan Cox.
247
e172dbf8
NC
2482005-05-10 Nick Clifton <nickc@redhat.com>
249
250 * Update the address and phone number of the FSF organization in
251 the GPL notices in the following files:
252 cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
253 m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
254 sh64-media.cpu, simplify.inc
255
b2d52a48
AM
2562005-02-24 Alan Modra <amodra@bigpond.net.au>
257
258 * frv.opc (parse_A): Warning fix.
259
33b71eeb
NC
2602005-02-23 Nick Clifton <nickc@redhat.com>
261
262 * frv.opc: Fixed compile time warnings about differing signed'ness
263 of pointers passed to functions.
264 * m32r.opc: Likewise.
265
bc18c937
NC
2662005-02-11 Nick Clifton <nickc@redhat.com>
267
268 * iq2000.opc (parse_jtargq10): Change type of valuep argument to
269 'bfd_vma *' in order avoid compile time warning message.
270
46da9a19
HPN
2712005-01-28 Hans-Peter Nilsson <hp@axis.com>
272
273 * cris.cpu (mstep): Add missing insn.
274
90219bd0
AO
2752005-01-25 Alexandre Oliva <aoliva@redhat.com>
276
277 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
278 * frv.cpu: Add support for TLS annotations in loads and calll.
279 * frv.opc (parse_symbolic_address): New.
280 (parse_ldd_annotation): New.
281 (parse_call_annotation): New.
282 (parse_ld_annotation): New.
283 (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
284 Introduce TLS relocations.
285 (parse_d12, parse_s12, parse_u12): Likewise.
286 (parse_uhi16): Likewise. Fix constant checking on 64-bit host.
287 (parse_call_label, print_at): New.
288
c3d75c30
HPN
2892004-12-21 Mikael Starvik <starvik@axis.com>
290
291 * cris.cpu (cris-set-mem): Correct integral write semantics.
292
68800d83
HPN
2932004-11-29 Hans-Peter Nilsson <hp@axis.com>
294
295 * cris.cpu: New file.
296
4bd1d37b
NC
2972004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
298
299 * iq2000.cpu: Added quotes around macro arguments so that they
300 will work with newer versions of guile.
301
4030fa5a
NC
3022004-10-27 Nick Clifton <nickc@redhat.com>
303
304 * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
305 wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
306 operand.
307 * iq2000.cpu (dnop index): Rename to _index to avoid complications
308 with guile.
309
ac28a1cb
RS
3102004-08-27 Richard Sandiford <rsandifo@redhat.com>
311
312 * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
313
dc4c54bb
NC
3142004-05-15 Nick Clifton <nickc@redhat.com>
315
316 * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
317
f4453dfa
NC
3182004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
319
320 * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
321
676a64f4
RS
3222004-03-01 Richard Sandiford <rsandifo@redhat.com>
323
324 * frv.cpu (define-arch frv): Add fr450 mach.
325 (define-mach fr450): New.
326 (define-model fr450): New. Add profile units to every fr450 insn.
327 (define-attr UNIT): Add MDCUTSSI.
328 (define-attr FR450-MAJOR): New enum. Add to every fr450 insn.
329 (define-attr AUDIO): New boolean.
330 (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
331 (f-LRA-null, f-TLBPR-null): New fields.
332 (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
333 (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
334 (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
335 (LRA-null, TLBPR-null): New macros.
336 (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
337 (load-real-address): New macro.
338 (lrai, lrad, tlbpr): New instructions.
339 (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
340 (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
341 (mdcutssi): Change UNIT attribute to MDCUTSSI.
342 (media-low-clear-semantics, media-scope-limit-semantics)
343 (media-quad-limit, media-quad-shift): New macros.
344 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
345 * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
346 (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
347 (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
348 (fr450_unit_mapping): New array.
349 (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
350 for new MDCUTSSI unit.
351 (fr450_check_insn_major_constraints): New function.
352 (check_insn_major_constraints): Use it.
353
c7a48b9a
RS
3542004-03-01 Richard Sandiford <rsandifo@redhat.com>
355
356 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
357 (scutss): Change unit to I0.
358 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
359 (mqsaths): Fix FR400-MAJOR categorization.
360 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
361 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
362 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
363 combinations.
364
8ae0baa2
RS
3652004-03-01 Richard Sandiford <rsandifo@redhat.com>
366
367 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
368 (rstb, rsth, rst, rstd, rstq): Delete.
369 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
370
8ee9a8b2
NC
3712004-02-23 Nick Clifton <nickc@redhat.com>
372
373 * Apply these patches from Renesas:
374
375 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
376
377 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
378 disassembling codes for 0x*2 addresses.
379
380 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
381
382 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
383
384 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
385
386 * cpu/m32r.cpu : Add new model m32r2.
387 Add new instructions.
388 Replace occurrances of 'Mitsubishi' with 'Renesas'.
389 Changed PIPE attr of push from O to OS.
390 Care for Little-endian of M32R.
391 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
392 Care for Little-endian of M32R.
393 (parse_slo16): signed extension for value.
394
299d901c
AC
3952004-02-20 Andrew Cagney <cagney@redhat.com>
396
e866a257
AC
397 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
398 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
399
299d901c
AC
400 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
401 written by Ben Elliston.
402
cb10e79a
RS
4032004-01-14 Richard Sandiford <rsandifo@redhat.com>
404
405 * frv.cpu (UNIT): Add IACC.
406 (iacc-multiply-r-r): Use it.
407 * frv.opc (fr400_unit_mapping): Add entry for IACC.
408 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
409
d4e4dc14
AO
4102004-01-06 Alexandre Oliva <aoliva@redhat.com>
411
412 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
413 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
414 cut&paste errors in shifting/truncating numerical operands.
415 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
416 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
417 (parse_uslo16): Likewise.
418 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
419 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
420 (parse_s12): Likewise.
421 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
422 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
423 (parse_uslo16): Likewise.
424 (parse_uhi16): Parse gothi and gotfuncdeschi.
425 (parse_d12): Parse got12 and gotfuncdesc12.
426 (parse_s12): Likewise.
427
1340b9a9
DB
4282003-10-10 Dave Brolley <brolley@redhat.com>
429
430 * frv.cpu (dnpmop): New p-macro.
431 (GRdoublek): Use dnpmop.
432 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
433 (store-double-r-r): Use (.sym regtype doublek).
434 (r-store-double): Ditto.
435 (store-double-r-r-u): Ditto.
436 (conditional-store-double): Ditto.
437 (conditional-store-double-u): Ditto.
438 (store-double-r-simm): Ditto.
439 (fmovs): Assign to UNIT FMALL.
440
ac7c07ac
DB
4412003-10-06 Dave Brolley <brolley@redhat.com>
442
443 * frv.cpu, frv.opc: Add support for fr550.
444
d0312406
DB
4452003-09-24 Dave Brolley <brolley@redhat.com>
446
447 * frv.cpu (u-commit): New modelling unit for fr500.
448 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
449 (commit-r): Use u-commit model for fr500.
450 (commit): Ditto.
451 (conditional-float-binary-op): Take profiling data as an argument.
452 Update callers.
453 (ne-float-binary-op): Ditto.
454
c6945302
MS
4552003-09-19 Michael Snyder <msnyder@redhat.com>
456
457 * frv.cpu (nldqi): Delete unimplemented instruction.
458
23600bb3
DB
4592003-09-12 Dave Brolley <brolley@redhat.com>
460
461 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
462 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
463 frv_ref_SI to get input register referenced for profiling.
464 (clear-ne-flag-all): Pass insn profiling in as an argument.
465 (clrgr,clrfr,clrga,clrfa): Add profiling information.
466
6f18ad70
MS
4672003-09-11 Michael Snyder <msnyder@redhat.com>
468
469 * frv.cpu: Typographical corrections.
470
96486995
DB
4712003-09-09 Dave Brolley <brolley@redhat.com>
472
473 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
474 (conditional-media-dual-complex, media-quad-complex): Likewise.
475
0457efce
DB
4762003-09-04 Dave Brolley <brolley@redhat.com>
477
478 * frv.cpu (register-transfer): Pass in all attributes in on argument.
479 Update all callers.
480 (conditional-register-transfer): Ditto.
481 (cache-preload): Ditto.
482 (floating-point-conversion): Ditto.
483 (floating-point-neg): Ditto.
484 (float-abs): Ditto.
485 (float-binary-op-s): Ditto.
486 (conditional-float-binary-op): Ditto.
487 (ne-float-binary-op): Ditto.
488 (float-dual-arith): Ditto.
489 (ne-float-dual-arith): Ditto.
490
8caa9169
DB
4912003-09-03 Dave Brolley <brolley@redhat.com>
492
493 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
494 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
495 MCLRACC-1.
496 (A): Removed operand.
497 (A0,A1): New operands replace operand A.
498 (mnop): Now a real insn
499 (mclracc): Removed insn.
500 (mclracc-0, mclracc-1): New insns replace mclracc.
501 (all insns): Use new UNIT attributes.
502
6d9ab561
NC
5032003-08-21 Nick Clifton <nickc@redhat.com>
504
505 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
506 and u-media-dual-btoh with output parameter.
507 (cmbtoh): Add profiling hack.
508
741a7751
NC
5092003-08-19 Michael Snyder <msnyder@redhat.com>
510
511 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
512
5b5b78da
DE
5132003-06-10 Doug Evans <dje@sebabeach.org>
514
515 * frv.cpu: Add IDOC attribute.
516
539ee71a
AC
5172003-06-06 Andrew Cagney <cagney@redhat.com>
518
519 Contributed by Red Hat.
520 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
521 Stan Cox, and Frank Ch. Eigler.
522 * iq2000.opc: New file. Written by Ben Elliston, Frank
523 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
524 * iq2000m.cpu: New file. Written by Jeff Johnston.
525 * iq10.cpu: New file. Written by Jeff Johnston.
526
36c3ae24
NC
5272003-06-05 Nick Clifton <nickc@redhat.com>
528
529 * frv.cpu (FRintieven): New operand. An even-numbered only
530 version of the FRinti operand.
531 (FRintjeven): Likewise for FRintj.
532 (FRintkeven): Likewise for FRintk.
533 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
534 media-quad-arith-sat-semantics, media-quad-arith-sat,
535 conditional-media-quad-arith-sat, mdunpackh,
536 media-quad-multiply-semantics, media-quad-multiply,
537 conditional-media-quad-multiply, media-quad-complex-i,
538 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
539 conditional-media-quad-multiply-acc, munpackh,
540 media-quad-multiply-cross-acc-semantics, mdpackh,
541 media-quad-multiply-cross-acc, mbtoh-semantics,
542 media-quad-cross-multiply-cross-acc-semantics,
543 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
544 media-quad-cross-multiply-acc-semantics, cmbtoh,
545 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
546 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
547 cmhtob): Use new operands.
548 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
0e6b69be 549 (parse_even_register): New function.
36c3ae24 550
75798298
NC
5512003-06-03 Nick Clifton <nickc@redhat.com>
552
553 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
554 immediate value not unsigned.
555
9aab5aa3
AC
5562003-06-03 Andrew Cagney <cagney@redhat.com>
557
558 Contributed by Red Hat.
559 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
560 and Eric Christopher.
561 * frv.opc: New file. Written by Catherine Moore, and Dave
562 Brolley.
563 * simplify.inc: New file. Written by Doug Evans.
564
2739f79a
AC
5652003-05-02 Andrew Cagney <cagney@redhat.com>
566
567 * New file.
568
569\f
570Local Variables:
571mode: change-log
572left-margin: 8
573fill-column: 74
574version-control: never
575End:
This page took 0.179199 seconds and 4 git commands to generate.