cpu/or1k: Add support for orfp64a32 spec
[deliverable/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
6ce26ac7
SH
12019-06-13 Andrey Bacherov <avbacherov@opencores.org>
2 Stafford Horne <shorne@gmail.com>
3
4 * or1k.cpu (ORFPX64A32-MACHS): New pmacro.
5 (ORFPX-MACHS): Removed pmacro.
6 * or1k.opc (or1k_cgen_insn_supported): New function.
7 (CGEN_VALIDATE_INSN_SUPPORTED): Define macro.
8 (parse_regpair, print_regpair): New functions.
9 * or1kcommon.cpu (h-spr, spr-shift, spr-address, h-gpr): Reorder
10 and add comments.
11 (h-fdr): Update comment to indicate or64.
12 (reg-pair-reg-lo, reg-pair-reg-hi): New pmacros for register pairs.
13 (h-fd32r): New hardware for 64-bit fpu registers.
14 (h-i64r): New hardware for 64-bit int registers.
15 * or1korbis.cpu (f-resv-8-1): New field.
16 * or1korfpx.cpu (rDSF, rASF, rBSF): Update attribute to ORFPX32-MACHS.
17 (rDDF, rADF, rBDF): Update operand comment to indicate or64.
18 (f-rdoff-10-1, f-raoff-9-1, f-rboff-8-1): New fields.
19 (h-roff1): New hardware.
20 (double-field-and-ops mnemonic): New pmacro to generate operations
21 rDD32F, rAD32F, rBD32F, rDDI and rADI.
22 (float-regreg-insn): Update single precision generator to MACH
23 ORFPX32-MACHS. Add generator for or32 64-bit instructions.
24 (float-setflag-insn): Update single precision generator to MACH
25 ORFPX32-MACHS. Fix double instructions from single to double
26 precision. Add generator for or32 64-bit instructions.
27 (float-cust-insn cust-num): Update single precision generator to MACH
28 ORFPX32-MACHS. Add generator for or32 64-bit instructions.
29 (lf-rem-s, lf-itof-s, lf-ftoi-s, lf-madd-s): Update MACH to
30 ORFPX32-MACHS.
31 (lf-rem-d): Fix operation from mod to rem.
32 (lf-rem-d32, lf-itof-d32, lf-ftoi-d32, lf-madd-d32): New instruction.
33 (lf-itof-d): Fix operands from single to double.
34 (lf-ftoi-d): Update operand mode from DI to WI.
35
ea195bb0
JM
362019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
37
38 * bpf.cpu: New file.
39 * bpf.opc: Likewise.
40
f974f26c
NC
412018-06-24 Nick Clifton <nickc@redhat.com>
42
43 2.32 branch created.
44
07f5f4c6
RH
452018-10-05 Richard Henderson <rth@twiddle.net>
46 Stafford Horne <shorne@gmail.com>
47
48 * or1korbis.cpu (insn-opcode-mac): Add opcodes for MACU and MSBU.
49 (insn-opcode-alu-regreg): Add opcodes for MULD and MULDU.
50 (l-mul): Fix overflow support and indentation.
51 (l-mulu): Fix overflow support and indentation.
52 (l-muld, l-muldu, l-msbu, l-macu): New instructions.
53 (l-div); Remove incorrect carry behavior.
54 (l-divu): Fix carry and overflow behavior.
55 (l-mac): Add overflow support.
56 (l-msb, l-msbu): Add carry and overflow support.
57
c8e98e36
SH
582018-10-05 Richard Henderson <rth@twiddle.net>
59
60 * or1k.opc (parse_disp26): Add support for plta() relocations.
61 (parse_disp21): New function.
62 (or1k_rclass): New enum.
63 (or1k_rtype): New enum.
64 (or1k_imm16_relocs): Define new PO and SPO relocation mappings.
65 (parse_reloc): Add new po(), gotpo() and gottppo() for LO13 relocations.
66 (parse_imm16): Add support for the new 21bit and 13bit relocations.
67 * or1korbis.cpu (f-disp26): Don't assume SI.
68 (f-disp21): New pc-relative 21-bit 13 shifted to right.
69 (insn-opcode): Add ADRP.
70 (l-adrp): New instruction.
71
1c4f3780
RH
722018-10-05 Richard Henderson <rth@twiddle.net>
73
74 * or1k.opc: Add RTYPE_ enum.
75 (INVALID_STORE_RELOC): New string.
76 (or1k_imm16_relocs): New array array.
77 (parse_reloc): New static function that just does the parsing.
78 (parse_imm16): New static function for generic parsing.
79 (parse_simm16): Change to just call parse_imm16.
80 (parse_simm16_split): New function.
81 (parse_uimm16): Change to call parse_imm16.
82 (parse_uimm16_split): New function.
83 * or1korbis.cpu (simm16-split): Change to use new simm16_split.
84 (uimm16-split): Change to use new uimm16_split.
85
67ce483b
AM
862018-07-24 Alan Modra <amodra@gmail.com>
87
88 PR 23430
89 * or1kcommon.cpu (spr-reg-indices): Fix description typo.
90
84f9f8c3
AM
912018-05-09 Sebastian Rasmussen <sebras@gmail.com>
92
93 * or1kcommon.cpu (spr-reg-info): Typo fix.
94
a6743a54
AM
952018-03-03 Alan Modra <amodra@gmail.com>
96
97 * frv.opc: Include opintl.h.
98 (add_next_to_vliw): Use opcodes_error_handler to print error.
99 Standardize error message.
100 (fr500_check_insn_major_constraints, frv_vliw_add_insn): Likewise.
101
faf766e3
NC
1022018-01-13 Nick Clifton <nickc@redhat.com>
103
104 2.30 branch created.
105
4ea0266c
SH
1062017-03-15 Stafford Horne <shorne@gmail.com>
107
108 * or1kcommon.cpu: Add pc set semantics to also update ppc.
109
b781683b
AM
1102016-10-06 Alan Modra <amodra@gmail.com>
111
112 * mep.opc (expand_string): Add fall through comment.
113
439baf71
AM
1142016-03-03 Alan Modra <amodra@gmail.com>
115
116 * fr30.cpu (f-m4): Replace bogus comment with a better guess
117 at what is really going on.
118
62de1c63
AM
1192016-03-02 Alan Modra <amodra@gmail.com>
120
121 * fr30.cpu (f-m4): Replace -1 << 4 with -16.
122
b89807c6
AB
1232016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * epiphany.opc (epiphany_print_insn): Set info->bytes_per_line to
126 a constant to better align disassembler output.
127
018dc9be
SK
1282014-07-20 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
129
130 * or1korbis.cpu (l-msync, l-psync, l-csync): New instructions.
131
c151b1c6
AM
1322014-06-12 Alan Modra <amodra@gmail.com>
133
134 * or1k.opc: Whitespace fixes.
135
999b995d
SK
1362014-05-08 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
137
138 * or1korbis.cpu (h-atomic-reserve): New hardware.
139 (h-atomic-address): Likewise.
140 (insn-opcode): Add opcodes for LWA and SWA.
141 (atomic-reserve): New operand.
142 (atomic-address): Likewise.
143 (l-lwa, l-swa): New instructions.
144 (l-lbs): Fix typo in comment.
145 (store-insn): Clear atomic reserve on store to atomic-address.
146 Fix register names in fmt field.
147
73589c9d
CS
1482014-04-22 Christian Svensson <blue@cmd.nu>
149
150 * openrisc.cpu: Delete.
151 * openrisc.opc: Delete.
152 * or1k.cpu: New file.
153 * or1k.opc: New file.
154 * or1kcommon.cpu: New file.
155 * or1korbis.cpu: New file.
156 * or1korfpx.cpu: New file.
157
594d8fa8
MF
1582013-12-07 Mike Frysinger <vapier@gentoo.org>
159
160 * epiphany.opc: Remove +x file mode.
161
87a8d6cb
NC
1622013-03-08 Yann Sionneau <yann.sionneau@gmail.com>
163
164 PR binutils/15241
165 * lm32.cpu (Control and status registers): Add CFG2, PSW,
166 TLBVADDR, TLBPADDR and TLBBADVADDR.
167
02a79b89
JR
1682012-11-30 Oleg Raikhman <oleg@adapteva.com>
169 Joern Rennecke <joern.rennecke@embecosm.com>
170
171 * epiphany.cpu (keyword gr-names): Move sb/sl/ip after r9/r10/r12.
172 (load_insn): Add NO-DIS attribute to x, p, d, dpm, dl0, dl0.l.
173 (testset-insn): Add NO_DIS attribute to t.l.
174 (store-insn): Add NO-DIS attribute to x.l, p.l, d.l, dpm.l, dl0.l.
175 (move-insns): Add NO-DIS attribute to cmov.l.
176 (op-mmr-movts): Add NO-DIS attribute to movts.l.
177 (op-mmr-movfs): Add NO-DIS attribute to movfs.l.
178 (op-rrr): Add NO-DIS attribute to .l.
179 (shift-rrr): Add NO-DIS attribute to .l.
180 (op-shift-rri): Add NO-DIS attribute to i32.l.
181 (bitrl, movtl): Add NO-DIS attribute.
182 (op-iextrrr): Add NO-DIS attribute to .l
183 (op-two_operands-float, op-fabs-float): Add NO-DIS attribute to f32.l.
184 (op-fix2float-float, op-float2fix-float, op-fextop-float): Likewise.
185
a597d2d3
AM
1862012-02-27 Alan Modra <amodra@gmail.com>
187
188 * mt.opc (print_dollarhex): Trim values to 32 bits.
189
5011093d
NC
1902011-12-15 Nick Clifton <nickc@redhat.com>
191
192 * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit
193 hosts.
194
fd936b4c
JR
1952011-10-26 Joern Rennecke <joern.rennecke@embecosm.com>
196
197 * epiphany.opc (parse_branch_addr): Fix type of valuep.
198 Cast value before printing it as a long.
199 (parse_postindex): Fix type of valuep.
200
cfb8c092
NC
2012011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
202
203 * cpu/epiphany.cpu: New file.
204 * cpu/epiphany.opc: New file.
205
dc15e575
NC
2062011-08-22 Nick Clifton <nickc@redhat.com>
207
208 * fr30.cpu: Newly contributed file.
209 * fr30.opc: Likewise.
210 * ip2k.cpu: Likewise.
211 * ip2k.opc: Likewise.
212 * mep-avc.cpu: Likewise.
213 * mep-avc2.cpu: Likewise.
214 * mep-c5.cpu: Likewise.
215 * mep-core.cpu: Likewise.
216 * mep-default.cpu: Likewise.
217 * mep-ext-cop.cpu: Likewise.
218 * mep-fmax.cpu: Likewise.
219 * mep-h1.cpu: Likewise.
220 * mep-ivc2.cpu: Likewise.
221 * mep-rhcop.cpu: Likewise.
222 * mep-sample-ucidsp.cpu: Likewise.
223 * mep.cpu: Likewise.
224 * mep.opc: Likewise.
225 * openrisc.cpu: Likewise.
226 * openrisc.opc: Likewise.
227 * xstormy16.cpu: Likewise.
228 * xstormy16.opc: Likewise.
229
9ccb8af9
AM
2302010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
231
232 * frv.opc: #undef DEBUG.
233
21375995
DD
2342010-07-03 DJ Delorie <dj@delorie.com>
235
236 * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it.
237
5ff58fb0
DE
2382010-02-11 Doug Evans <dje@sebabeach.org>
239
240 * m32r.cpu (HASH-PREFIX): Delete.
241 (duhpo, dshpo): New pmacros.
242 (simm8, simm16): Delete HASH-PREFIX attribute, define with dshpo.
243 (uimm3, uimm4, uimm5, uimm8, uimm16, imm1): Delete HASH-PREFIX
244 attribute, define with dshpo.
245 (uimm24): Delete HASH-PREFIX attribute.
246 * m32r.opc (CGEN_PRINT_NORMAL): Delete.
247 (print_signed_with_hash_prefix): New function.
248 (print_unsigned_with_hash_prefix): New function.
249 * xc16x.cpu (dowh): New pmacro.
250 (upof16): Define with dowh, specify print handler.
251 (qbit, qlobit, qhibit): Ditto.
252 (upag16): Ditto.
253 * xc16x.opc (CGEN_PRINT_NORMAL): Delete.
254 (print_with_dot_prefix): New functions.
255 (print_with_pof_prefix, print_with_pag_prefix): New functions.
256
3fa5b97b
DE
2572010-01-24 Doug Evans <dje@sebabeach.org>
258
259 * frv.cpu (floating-point-conversion): Update call to fp conv op.
260 (floating-point-dual-conversion, ne-floating-point-dual-conversion,
261 conditional-floating-point-conversion, ne-floating-point-conversion,
262 float-parallel-mul-add-double-semantics): Ditto.
263
fe8afbc4
DE
2642010-01-05 Doug Evans <dje@sebabeach.org>
265
266 * m32c.cpu (f-dsp-32-u24): Fix mode of extract handler.
267 (f-dsp-40-u20, f-dsp-40-u24): Ditto.
268
caaf56fb
DE
2692010-01-02 Doug Evans <dje@sebabeach.org>
270
271 * m32c.opc (parse_signed16): Fix typo.
272
91d6fa6a
NC
2732009-12-11 Nick Clifton <nickc@redhat.com>
274
275 * frv.opc: Fix shadowed variable warnings.
276 * m32c.opc: Fix shadowed variable warnings.
277
ec84cc2b
DE
2782009-11-14 Doug Evans <dje@sebabeach.org>
279
280 Must use VOID expression in VOID context.
281 * xc16x.cpu (mov4): Fix mode of `sequence'.
282 (mov9, mov10): Ditto.
283 (movbsrr, moveb1, jmprel, jmpseg, jmps): Fix mode of `if'.
284 (callr, callseg, calls, trap, rets, reti): Ditto.
285 (jb, jbc, jnb, jnbs): Fix mode of `if'. Comment out no-op `sll'.
286 (atomic, extr, extp, extp1, extpg1, extpr, extpr1): Fix mode of `cond'.
287 (exts, exts1, extsr, extsr1, prior): Ditto.
288
ac1e9eca
DE
2892009-10-23 Doug Evans <dje@sebabeach.org>
290
291 * m32c.opc (opc.h): cgen-types.h -> cgen/basic-modes.h.
292 cgen-ops.h -> cgen/basic-ops.h.
293
b4744b17
AM
2942009-09-25 Alan Modra <amodra@bigpond.net.au>
295
296 * m32r.cpu (stb-plus): Typo fix.
297
ab5f875d
DE
2982009-09-23 Doug Evans <dje@sebabeach.org>
299
300 * m32r.cpu (sth-plus): Fix address mode and calculation.
301 (stb-plus): Ditto.
302 (clrpsw): Fix mask calculation.
303 (bset, bclr, btst): Make mode in bit calculation match expression.
304
305 * xc16x.cpu (rtl-version): Set to 0.8.
306 (gr-names, ext-names,psw-names): Update, print-name -> enum-prefix,
307 make uppercase. Remove unnecessary name-prefix spec.
308 (grb-names, conditioncode-names, extconditioncode-names): Ditto.
309 (grb8-names, r8-names, regmem8-names, regdiv8-names): Ditto.
310 (reg0-name, reg0-name1, regbmem8-names, memgr8-names): Ditto.
311 (h-cr): New hardware.
312 (muls): Comment out parts that won't compile, add fixme.
313 (mulu, divl, divlu, jmpabs, jmpa-, jmprel, jbc, jnbs, callr): Ditto.
314 (scxti, scxtmg, scxtm, bclear, bclr18, bset19, bitset, bmov): Ditto.
315 (bmovn, band, bor, bxor, bcmp, bfldl, bfldh): Ditto.
316
0aaaf7c3
DE
3172009-07-16 Doug Evans <dje@sebabeach.org>
318
319 * cpu/simplify.inc (*): One line doc strings don't need \n.
320 (df): Invoke define-full-ifield instead of claiming it's an alias.
321 (dno): Define.
322 (dnop): Mark as deprecated.
323
1998a8e0
AM
3242009-06-22 Alan Modra <amodra@bigpond.net.au>
325
326 * m32c.opc (parse_lab_5_3): Use correct enum.
327
6347aad8
HPN
3282009-01-07 Hans-Peter Nilsson <hp@axis.com>
329
330 * frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI.
331 (DI-ext-HI, DI-ext-UHI, DI-ext-DI): New pmacros.
332 (media-arith-sat-semantics): Explicitly sign- or zero-extend
333 arguments of "operation" to DI using "mode" and the new pmacros.
334
2c06b7a6
HPN
3352009-01-03 Hans-Peter Nilsson <hp@axis.com>
336
337 * cris.cpu (cris-implemented-writable-specregs-v32): Correct size
338 of number 2, PID.
339
84e94c90
NC
3402008-12-23 Jon Beniston <jon@beniston.com>
341
342 * lm32.cpu: New file.
343 * lm32.opc: New file.
344
90518ff4
AM
3452008-01-29 Alan Modra <amodra@bigpond.net.au>
346
347 * mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
348 to source.
349
a69f60de
HPN
3502007-10-22 Hans-Peter Nilsson <hp@axis.com>
351
352 * cris.cpu (movs, movu): Use result of extension operation when
353 updating flags.
354
9b201bb5
NC
3552007-07-04 Nick Clifton <nickc@redhat.com>
356
357 * cris.cpu: Update copyright notice to refer to GPLv3.
358 * frv.cpu, frv.opc, iq10.cpu, iq2000m.cpu, iq2000.opc, m32c.cpu,
359 m32c.opc, m32r.cpu, m32r.opc, mt.cpu, mt.opc, sh64-compact.cpu,
360 sh64-media.cpu, sh.cpu, sh.opc, simplify.inc, xc16x.cpu,
361 xc16x.opc: Likewise.
362 * iq2000.cpu: Fix copyright notice to refer to FSF.
363
53289dcd
MS
3642007-04-30 Mark Salter <msalter@sadr.localdomain>
365
366 * frv.cpu (spr-names): Support new coprocessor SPR registers.
367
f6da2ec2
NC
3682007-04-20 Nick Clifton <nickc@redhat.com>
369
370 * xc16x.cpu: Restore after accidentally overwriting this file with
371 xc16x.opc.
372
144f4bc6
DD
3732007-03-29 DJ Delorie <dj@redhat.com>
374
375 * m32c.cpu (Imm-8-s4n): Fix print hook.
376 (Lab-24-8, Lab-32-8, Lab-40-8): Fix.
377 (arith-jnz-imm4-dst-defn): Make relaxable.
378 (arith-jnz16-imm4-dst-defn): Fix encodings.
379
75b06e7b
DD
3802007-03-20 DJ Delorie <dj@redhat.com>
381
382 * m32c.cpu (f-dsp-40-u20, f-dsp-48-u20, Dsp-40-u20, Dsp-40-u20,
383 mem20): New.
384 (src16-16-20-An-relative-*): New.
385 (dst16-*-20-An-relative-*): New.
386 (dst16-16-16sa-*): New
387 (dst16-16-16ar-*): New
388 (dst32-16-16sa-Unprefixed-*): New
389 (jsri): Fix operands.
390 (setzx): Fix encoding.
72f4393d 391
a5da764d
AM
3922007-03-08 Alan Modra <amodra@bigpond.net.au>
393
394 * m32r.opc: Formatting.
395
b497d0b0
NC
3962006-05-22 Nick Clifton <nickc@redhat.com>
397
398 * iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.
399
e78efa90
DD
4002006-04-10 DJ Delorie <dj@redhat.com>
401
402 * m32c.opc (parse_unsigned_bitbase): Take a new parameter which
403 decides if this function accepts symbolic constants or not.
404 (parse_signed_bitbase): Likewise.
405 (parse_unsigned_bitbase8): Pass the new parameter.
406 (parse_unsigned_bitbase11): Likewise.
407 (parse_unsigned_bitbase16): Likewise.
408 (parse_unsigned_bitbase19): Likewise.
409 (parse_unsigned_bitbase27): Likewise.
410 (parse_signed_bitbase8): Likewise.
411 (parse_signed_bitbase11): Likewise.
412 (parse_signed_bitbase19): Likewise.
72f4393d 413
8d0e2679
DD
4142006-03-13 DJ Delorie <dj@redhat.com>
415
43aa3bb1
DD
416 * m32c.cpu (Bit3-S): New.
417 (btst:s): New.
418 * m32c.opc (parse_bit3_S): New.
419
8d0e2679
DD
420 * m32c.cpu (decimal-subtraction16-insn): Add second operand.
421 (btst): Add optional :G suffix for MACH32.
422 (or.b:S): New.
423 (pop.w:G): Add optional :G suffix for MACH16.
424 (push.b.imm): Fix syntax.
425
253d272c
DD
4262006-03-10 DJ Delorie <dj@redhat.com>
427
428 * m32c.cpu (mul.l): New.
429 (mulu.l): New.
430
c7d41dc5
NC
4312006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com)
432
433 * xc16x.opc (parse_hash): Return NULL if the input was parsed or
434 an error message otherwise.
435 (parse_dot, parse_pof, parse_pag, parse_sof, parse_seg): Likewise.
436 Fix up comments to correctly describe the functions.
437
6772dd07
DD
4382006-02-24 DJ Delorie <dj@redhat.com>
439
440 * m32c.cpu (RL_TYPE): New attribute, with macros.
441 (Lab-8-24): Add RELAX.
442 (unary-insn-defn-g, binary-arith-imm-dst-defn,
443 binary-arith-imm4-dst-defn): Add 1ADDR attribute.
444 (binary-arith-src-dst-defn): Add 2ADDR attribute.
445 (jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
446 jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
447 attribute.
448 (jsri16, jsri32): Add 1ADDR attribute.
449 (jsr32.w, jsr32.a): Add JUMP attribute.
72f4393d 450
d70c5fc7 4512006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
72f4393d
L
452 Anil Paranjape <anilp1@kpitcummins.com>
453 Shilin Shakti <shilins@kpitcummins.com>
d70c5fc7
NC
454
455 * xc16x.cpu: New file containing complete CGEN specific XC16X CPU
456 description.
457 * xc16x.opc: New file containing supporting XC16C routines.
458
8536c657
NC
4592006-02-10 Nick Clifton <nickc@redhat.com>
460
461 * iq2000.opc (parse_hi16): Truncate shifted values to 16 bits.
462
458f7770
DD
4632006-01-06 DJ Delorie <dj@redhat.com>
464
465 * m32c.cpu (mov.w:q): Fix mode.
466 (push32.b.imm): Likewise, for the comment.
467
d031aafb
NS
4682005-12-16 Nathan Sidwell <nathan@codesourcery.com>
469
470 Second part of ms1 to mt renaming.
471 * mt.cpu (define-arch, define-isa): Set name to mt.
472 (define-mach): Adjust.
473 * mt.opc (CGEN_ASM_HASH): Update.
474 (mt_asm_hash, mt_cgen_insn_supported): Renamed.
475 (parse_loopsize, parse_imm16): Adjust.
476
eda87aba
DD
4772005-12-13 DJ Delorie <dj@redhat.com>
478
479 * m32c.cpu (jsri): Fix order so register names aren't treated as
480 symbols.
481 (indexb, indexbd, indexbs, indexl, indexld, indexls, indexw,
482 indexwd, indexws): Fix encodings.
483
4970f871
NS
4842005-12-12 Nathan Sidwell <nathan@codesourcery.com>
485
486 * mt.cpu: Rename from ms1.cpu.
487 * mt.opc: Rename from ms1.opc.
488
48ad8298
HPN
4892005-12-06 Hans-Peter Nilsson <hp@axis.com>
490
491 * cris.cpu (simplecris-common-writable-specregs)
492 (simplecris-common-readable-specregs): Split from
493 simplecris-common-specregs. All users changed.
494 (cris-implemented-writable-specregs-v0)
495 (cris-implemented-readable-specregs-v0): Similar from
496 cris-implemented-specregs-v0.
497 (cris-implemented-writable-specregs-v3)
498 (cris-implemented-readable-specregs-v3)
499 (cris-implemented-writable-specregs-v8)
500 (cris-implemented-readable-specregs-v8)
501 (cris-implemented-writable-specregs-v10)
502 (cris-implemented-readable-specregs-v10)
503 (cris-implemented-writable-specregs-v32)
504 (cris-implemented-readable-specregs-v32): Similar.
505 (bdap-32-pc, move-m-pcplus-p0, move-m-spplus-p8): New
506 insns and specializations.
507
6f84a2a6
NS
5082005-11-08 Nathan Sidwell <nathan@codesourcery.com>
509
510 Add ms2
511 * ms1.cpu (ms2, ms2bf): New architecture variant, cpu, machine and
512 model.
513 (f-uu8, f-uu1, f-imm16l, f-loopo, f-cb1sel, f-cb2sel, f-cb1incr,
514 f-cb2incr, f-rc3): New fields.
515 (LOOP): New instruction.
516 (JAL-HAZARD): New hazard.
517 (imm16o, loopsize, imm16l, rc3, cb1sel, cb2sel, cb1incr, cb2incr):
518 New operands.
519 (mul, muli, dbnz, iflush): Enable for ms2
520 (jal, reti): Has JAL-HAZARD.
521 (ldctxt, ldfb, stfb): Only ms1.
522 (fbcb): Only ms1,ms1-003.
523 (wfbinc, mefbinc, wfbincr, mwfbincr, fbcbincs, mfbcbincs,
524 fbcbincrs, mfbcbincrs): Enable for ms2.
525 (loop, loopu, dfbc, dwfb, fbwfb, dfbr): New ms2 insns.
526 * ms1.opc (parse_loopsize): New.
527 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L.
528 (print_pcrel): New.
529
95b96521
DB
5302005-10-28 Dave Brolley <brolley@redhat.com>
531
532 Contribute the following change:
533 2003-09-24 Dave Brolley <brolley@redhat.com>
534
535 * frv.opc: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of
536 CGEN_ATTR_VALUE_TYPE.
537 * m32c.opc (m32c_cgen_insn_supported): Use CGEN_INSN_BITSET_ATTR_VALUE.
538 Use cgen_bitset_intersect_p.
539
c6552317
DD
5402005-10-27 DJ Delorie <dj@redhat.com>
541
542 * m32c.cpu (Imm-8-s4n, Imm-12-s4n): New.
543 (arith-jnz16-imm4-dst-defn, arith-jnz32-imm4-dst-defn,
544 arith-jnz-imm4-dst-mach, arith-jnz-imm4-dst): Keep track of which
545 imm operand is needed.
546 (adjnz, sbjnz): Pass the right operands.
547 (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach,
548 unary-insn): Add -g variants for opcodes that need to support :G.
549 (not.BW:G, push.BW:G): Call it.
550 (stzx16-imm8-imm8-dsp8sb, stzx16-imm8-imm8-dsp8fb,
551 stzx16-imm8-imm8-abs16): Fix operand typos.
552 * m32c.opc (m32c_asm_hash): Support bnCND.
553 (parse_signed4n, print_signed4n): New.
72f4393d 554
f75eb1c0
DD
5552005-10-26 DJ Delorie <dj@redhat.com>
556
557 * m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.
558 (mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn,
559 mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn):
560 dsp8[sp] is signed.
561 (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff).
562 (mov.BW:S r0,r1): Fix typo r1l->r1.
563 (tst): Allow :G suffix.
564 * m32c.opc (parse_signed24): New, for -0x800000..0xffffff.
565
e277c00b
AM
5662005-10-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
567
568 * m32r.opc (parse_hi16): Do not assume a 32-bit host word size.
569
92e0a941
DD
5702005-10-25 DJ Delorie <dj@redhat.com>
571
572 * m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by
573 making one a macro of the other.
574
a1a280bb
DD
5752005-10-21 DJ Delorie <dj@redhat.com>
576
577 * m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing.
578 (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl,
579 indexld, indexls): .w variants have `1' bit.
580 (rot32.b): QI, not SI.
581 (rot32.w): HI, not SI.
582 (xchg16): HI for .w variant.
583
e74eb924
NC
5842005-10-19 Nick Clifton <nickc@redhat.com>
585
586 * m32r.opc (parse_slo16): Fix bad application of previous patch.
587
5e03663f
NC
5882005-10-18 Andreas Schwab <schwab@suse.de>
589
590 * m32r.opc (parse_slo16): Better version of previous patch.
591
ab7c9a26
NC
5922005-10-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
593
594 * cpu/m32r.opc (parse_slo16): Do not assume a 32-bit host word
595 size.
596
fd54057a
DD
5972005-07-25 DJ Delorie <dj@redhat.com>
598
599 * m32c.opc (parse_unsigned8): Add %dsp8().
600 (parse_signed8): Add %hi8().
601 (parse_unsigned16): Add %dsp16().
602 (parse_signed16): Add %lo16() and %hi16().
603 (parse_lab_5_3): Make valuep a bfd_vma *.
604
85da3a56
NC
6052005-07-18 Nick Clifton <nickc@redhat.com>
606
607 * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
608 components.
609 (f-lab32-jmp-s): Fix insertion sequence.
610 (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
611 (Dsp-40-s8): Make parameter be signed.
612 (Dsp-40-s16): Likewise.
613 (Dsp-48-s8): Likewise.
614 (Dsp-48-s16): Likewise.
615 (Imm-13-u3): Likewise. (Despite its name!)
616 (BitBase16-16-s8): Make the parameter be unsigned.
617 (BitBase16-8-u11-S): Likewise.
618 (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
619 jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
620 relaxation.
621
622 * m32c.opc: Fix formatting.
623 Use safe-ctype.h instead of ctype.h
624 Move duplicated code sequences into a macro.
625 Fix compile time warnings about signedness mismatches.
626 Remove dead code.
627 (parse_lab_5_3): New parser function.
72f4393d 628
aa260854
JB
6292005-07-16 Jim Blandy <jimb@redhat.com>
630
631 * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
632 to represent isa sets.
633
0a665bfd
JB
6342005-07-15 Jim Blandy <jimb@redhat.com>
635
636 * m32c.cpu, m32c.opc: Fix copyright.
637
49f58d10
JB
6382005-07-14 Jim Blandy <jimb@redhat.com>
639
640 * m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
641
0e6b69be
AM
6422005-07-14 Alan Modra <amodra@bigpond.net.au>
643
644 * ms1.opc (print_dollarhex): Correct format string.
645
f9210e37
AM
6462005-07-06 Alan Modra <amodra@bigpond.net.au>
647
648 * iq2000.cpu: Include from binutils cpu dir.
649
3ec2b351
NC
6502005-07-05 Nick Clifton <nickc@redhat.com>
651
652 * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter
653 unsigned in order to avoid compile time warnings about sign
654 conflicts.
655
656 * ms1.opc (parse_*): Likewise.
657 (parse_imm16): Use a "void *" as it is passed both signed and
658 unsigned arguments.
659
47b0e7ad
NC
6602005-07-01 Nick Clifton <nickc@redhat.com>
661
662 * frv.opc: Update to ISO C90 function declaration style.
663 * iq2000.opc: Likewise.
664 * m32r.opc: Likewise.
665 * sh.opc: Likewise.
666
b081650b
DB
6672005-06-15 Dave Brolley <brolley@redhat.com>
668
669 Contributed by Red Hat.
670 * ms1.cpu: New file. Written by Nick Clifton, Stan Cox.
671 * ms1.opc: New file. Written by Stan Cox.
672
e172dbf8
NC
6732005-05-10 Nick Clifton <nickc@redhat.com>
674
675 * Update the address and phone number of the FSF organization in
676 the GPL notices in the following files:
677 cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
678 m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
679 sh64-media.cpu, simplify.inc
680
b2d52a48
AM
6812005-02-24 Alan Modra <amodra@bigpond.net.au>
682
683 * frv.opc (parse_A): Warning fix.
684
33b71eeb
NC
6852005-02-23 Nick Clifton <nickc@redhat.com>
686
687 * frv.opc: Fixed compile time warnings about differing signed'ness
688 of pointers passed to functions.
689 * m32r.opc: Likewise.
690
bc18c937
NC
6912005-02-11 Nick Clifton <nickc@redhat.com>
692
693 * iq2000.opc (parse_jtargq10): Change type of valuep argument to
694 'bfd_vma *' in order avoid compile time warning message.
695
46da9a19
HPN
6962005-01-28 Hans-Peter Nilsson <hp@axis.com>
697
698 * cris.cpu (mstep): Add missing insn.
699
90219bd0
AO
7002005-01-25 Alexandre Oliva <aoliva@redhat.com>
701
702 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
703 * frv.cpu: Add support for TLS annotations in loads and calll.
704 * frv.opc (parse_symbolic_address): New.
705 (parse_ldd_annotation): New.
706 (parse_call_annotation): New.
707 (parse_ld_annotation): New.
708 (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
709 Introduce TLS relocations.
710 (parse_d12, parse_s12, parse_u12): Likewise.
711 (parse_uhi16): Likewise. Fix constant checking on 64-bit host.
712 (parse_call_label, print_at): New.
713
c3d75c30
HPN
7142004-12-21 Mikael Starvik <starvik@axis.com>
715
716 * cris.cpu (cris-set-mem): Correct integral write semantics.
717
68800d83
HPN
7182004-11-29 Hans-Peter Nilsson <hp@axis.com>
719
720 * cris.cpu: New file.
721
4bd1d37b
NC
7222004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
723
724 * iq2000.cpu: Added quotes around macro arguments so that they
725 will work with newer versions of guile.
726
4030fa5a
NC
7272004-10-27 Nick Clifton <nickc@redhat.com>
728
729 * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
730 wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
731 operand.
732 * iq2000.cpu (dnop index): Rename to _index to avoid complications
733 with guile.
734
ac28a1cb
RS
7352004-08-27 Richard Sandiford <rsandifo@redhat.com>
736
737 * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
738
dc4c54bb
NC
7392004-05-15 Nick Clifton <nickc@redhat.com>
740
741 * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
742
f4453dfa
NC
7432004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
744
745 * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
746
676a64f4
RS
7472004-03-01 Richard Sandiford <rsandifo@redhat.com>
748
749 * frv.cpu (define-arch frv): Add fr450 mach.
750 (define-mach fr450): New.
751 (define-model fr450): New. Add profile units to every fr450 insn.
752 (define-attr UNIT): Add MDCUTSSI.
753 (define-attr FR450-MAJOR): New enum. Add to every fr450 insn.
754 (define-attr AUDIO): New boolean.
755 (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
756 (f-LRA-null, f-TLBPR-null): New fields.
757 (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
758 (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
759 (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
760 (LRA-null, TLBPR-null): New macros.
761 (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
762 (load-real-address): New macro.
763 (lrai, lrad, tlbpr): New instructions.
764 (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
765 (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
766 (mdcutssi): Change UNIT attribute to MDCUTSSI.
767 (media-low-clear-semantics, media-scope-limit-semantics)
768 (media-quad-limit, media-quad-shift): New macros.
769 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
770 * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
771 (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
772 (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
773 (fr450_unit_mapping): New array.
774 (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
775 for new MDCUTSSI unit.
776 (fr450_check_insn_major_constraints): New function.
777 (check_insn_major_constraints): Use it.
778
c7a48b9a
RS
7792004-03-01 Richard Sandiford <rsandifo@redhat.com>
780
781 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
782 (scutss): Change unit to I0.
783 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
784 (mqsaths): Fix FR400-MAJOR categorization.
785 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
786 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
787 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
788 combinations.
789
8ae0baa2
RS
7902004-03-01 Richard Sandiford <rsandifo@redhat.com>
791
792 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
793 (rstb, rsth, rst, rstd, rstq): Delete.
794 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
795
8ee9a8b2
NC
7962004-02-23 Nick Clifton <nickc@redhat.com>
797
798 * Apply these patches from Renesas:
799
800 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
801
802 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
803 disassembling codes for 0x*2 addresses.
804
805 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
806
807 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
808
809 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
810
811 * cpu/m32r.cpu : Add new model m32r2.
812 Add new instructions.
813 Replace occurrances of 'Mitsubishi' with 'Renesas'.
814 Changed PIPE attr of push from O to OS.
815 Care for Little-endian of M32R.
816 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
817 Care for Little-endian of M32R.
818 (parse_slo16): signed extension for value.
819
299d901c
AC
8202004-02-20 Andrew Cagney <cagney@redhat.com>
821
e866a257
AC
822 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
823 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
824
299d901c
AC
825 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
826 written by Ben Elliston.
827
cb10e79a
RS
8282004-01-14 Richard Sandiford <rsandifo@redhat.com>
829
830 * frv.cpu (UNIT): Add IACC.
831 (iacc-multiply-r-r): Use it.
832 * frv.opc (fr400_unit_mapping): Add entry for IACC.
833 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
834
d4e4dc14
AO
8352004-01-06 Alexandre Oliva <aoliva@redhat.com>
836
837 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
838 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
839 cut&paste errors in shifting/truncating numerical operands.
840 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
841 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
842 (parse_uslo16): Likewise.
843 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
844 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
845 (parse_s12): Likewise.
846 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
847 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
848 (parse_uslo16): Likewise.
849 (parse_uhi16): Parse gothi and gotfuncdeschi.
850 (parse_d12): Parse got12 and gotfuncdesc12.
851 (parse_s12): Likewise.
852
1340b9a9
DB
8532003-10-10 Dave Brolley <brolley@redhat.com>
854
855 * frv.cpu (dnpmop): New p-macro.
856 (GRdoublek): Use dnpmop.
857 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
858 (store-double-r-r): Use (.sym regtype doublek).
859 (r-store-double): Ditto.
860 (store-double-r-r-u): Ditto.
861 (conditional-store-double): Ditto.
862 (conditional-store-double-u): Ditto.
863 (store-double-r-simm): Ditto.
864 (fmovs): Assign to UNIT FMALL.
865
ac7c07ac
DB
8662003-10-06 Dave Brolley <brolley@redhat.com>
867
868 * frv.cpu, frv.opc: Add support for fr550.
869
d0312406
DB
8702003-09-24 Dave Brolley <brolley@redhat.com>
871
872 * frv.cpu (u-commit): New modelling unit for fr500.
873 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
874 (commit-r): Use u-commit model for fr500.
875 (commit): Ditto.
876 (conditional-float-binary-op): Take profiling data as an argument.
877 Update callers.
878 (ne-float-binary-op): Ditto.
879
c6945302
MS
8802003-09-19 Michael Snyder <msnyder@redhat.com>
881
882 * frv.cpu (nldqi): Delete unimplemented instruction.
883
23600bb3
DB
8842003-09-12 Dave Brolley <brolley@redhat.com>
885
886 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
887 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
888 frv_ref_SI to get input register referenced for profiling.
889 (clear-ne-flag-all): Pass insn profiling in as an argument.
890 (clrgr,clrfr,clrga,clrfa): Add profiling information.
891
6f18ad70
MS
8922003-09-11 Michael Snyder <msnyder@redhat.com>
893
894 * frv.cpu: Typographical corrections.
895
96486995
DB
8962003-09-09 Dave Brolley <brolley@redhat.com>
897
898 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
899 (conditional-media-dual-complex, media-quad-complex): Likewise.
900
0457efce
DB
9012003-09-04 Dave Brolley <brolley@redhat.com>
902
903 * frv.cpu (register-transfer): Pass in all attributes in on argument.
904 Update all callers.
905 (conditional-register-transfer): Ditto.
906 (cache-preload): Ditto.
907 (floating-point-conversion): Ditto.
908 (floating-point-neg): Ditto.
909 (float-abs): Ditto.
910 (float-binary-op-s): Ditto.
911 (conditional-float-binary-op): Ditto.
912 (ne-float-binary-op): Ditto.
913 (float-dual-arith): Ditto.
914 (ne-float-dual-arith): Ditto.
915
8caa9169
DB
9162003-09-03 Dave Brolley <brolley@redhat.com>
917
918 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
919 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
920 MCLRACC-1.
921 (A): Removed operand.
922 (A0,A1): New operands replace operand A.
923 (mnop): Now a real insn
924 (mclracc): Removed insn.
925 (mclracc-0, mclracc-1): New insns replace mclracc.
926 (all insns): Use new UNIT attributes.
927
6d9ab561
NC
9282003-08-21 Nick Clifton <nickc@redhat.com>
929
930 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
931 and u-media-dual-btoh with output parameter.
932 (cmbtoh): Add profiling hack.
933
741a7751
NC
9342003-08-19 Michael Snyder <msnyder@redhat.com>
935
936 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
937
5b5b78da
DE
9382003-06-10 Doug Evans <dje@sebabeach.org>
939
940 * frv.cpu: Add IDOC attribute.
941
539ee71a
AC
9422003-06-06 Andrew Cagney <cagney@redhat.com>
943
944 Contributed by Red Hat.
945 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
946 Stan Cox, and Frank Ch. Eigler.
947 * iq2000.opc: New file. Written by Ben Elliston, Frank
948 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
949 * iq2000m.cpu: New file. Written by Jeff Johnston.
950 * iq10.cpu: New file. Written by Jeff Johnston.
951
36c3ae24
NC
9522003-06-05 Nick Clifton <nickc@redhat.com>
953
954 * frv.cpu (FRintieven): New operand. An even-numbered only
955 version of the FRinti operand.
956 (FRintjeven): Likewise for FRintj.
957 (FRintkeven): Likewise for FRintk.
958 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
959 media-quad-arith-sat-semantics, media-quad-arith-sat,
960 conditional-media-quad-arith-sat, mdunpackh,
961 media-quad-multiply-semantics, media-quad-multiply,
962 conditional-media-quad-multiply, media-quad-complex-i,
963 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
964 conditional-media-quad-multiply-acc, munpackh,
965 media-quad-multiply-cross-acc-semantics, mdpackh,
966 media-quad-multiply-cross-acc, mbtoh-semantics,
967 media-quad-cross-multiply-cross-acc-semantics,
968 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
969 media-quad-cross-multiply-acc-semantics, cmbtoh,
970 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
971 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
972 cmhtob): Use new operands.
973 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
0e6b69be 974 (parse_even_register): New function.
36c3ae24 975
75798298
NC
9762003-06-03 Nick Clifton <nickc@redhat.com>
977
978 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
979 immediate value not unsigned.
980
9aab5aa3
AC
9812003-06-03 Andrew Cagney <cagney@redhat.com>
982
983 Contributed by Red Hat.
984 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
985 and Eric Christopher.
986 * frv.opc: New file. Written by Catherine Moore, and Dave
987 Brolley.
988 * simplify.inc: New file. Written by Doug Evans.
989
2739f79a
AC
9902003-05-02 Andrew Cagney <cagney@redhat.com>
991
992 * New file.
993
994\f
752937aa
NC
995Copyright (C) 2003-2012 Free Software Foundation, Inc.
996
997Copying and distribution of this file, with or without modification,
998are permitted in any medium without royalty provided the copyright
999notice and this notice are preserved.
1000
2739f79a
AC
1001Local Variables:
1002mode: change-log
1003left-margin: 8
1004fill-column: 74
1005version-control: never
1006End:
This page took 0.667862 seconds and 4 git commands to generate.