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