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