cpu/
[deliverable/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
c7a48b9a
RS
12004-03-01 Richard Sandiford <rsandifo@redhat.com>
2
3 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
4 (scutss): Change unit to I0.
5 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
6 (mqsaths): Fix FR400-MAJOR categorization.
7 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
8 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
9 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
10 combinations.
11
8ae0baa2
RS
122004-03-01 Richard Sandiford <rsandifo@redhat.com>
13
14 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
15 (rstb, rsth, rst, rstd, rstq): Delete.
16 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
17
8ee9a8b2
NC
182004-02-23 Nick Clifton <nickc@redhat.com>
19
20 * Apply these patches from Renesas:
21
22 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
23
24 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
25 disassembling codes for 0x*2 addresses.
26
27 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
28
29 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
30
31 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
32
33 * cpu/m32r.cpu : Add new model m32r2.
34 Add new instructions.
35 Replace occurrances of 'Mitsubishi' with 'Renesas'.
36 Changed PIPE attr of push from O to OS.
37 Care for Little-endian of M32R.
38 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
39 Care for Little-endian of M32R.
40 (parse_slo16): signed extension for value.
41
299d901c
AC
422004-02-20 Andrew Cagney <cagney@redhat.com>
43
e866a257
AC
44 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
45 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
46
299d901c
AC
47 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
48 written by Ben Elliston.
49
cb10e79a
RS
502004-01-14 Richard Sandiford <rsandifo@redhat.com>
51
52 * frv.cpu (UNIT): Add IACC.
53 (iacc-multiply-r-r): Use it.
54 * frv.opc (fr400_unit_mapping): Add entry for IACC.
55 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
56
d4e4dc14
AO
572004-01-06 Alexandre Oliva <aoliva@redhat.com>
58
59 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
60 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
61 cut&paste errors in shifting/truncating numerical operands.
62 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
63 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
64 (parse_uslo16): Likewise.
65 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
66 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
67 (parse_s12): Likewise.
68 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
69 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
70 (parse_uslo16): Likewise.
71 (parse_uhi16): Parse gothi and gotfuncdeschi.
72 (parse_d12): Parse got12 and gotfuncdesc12.
73 (parse_s12): Likewise.
74
1340b9a9
DB
752003-10-10 Dave Brolley <brolley@redhat.com>
76
77 * frv.cpu (dnpmop): New p-macro.
78 (GRdoublek): Use dnpmop.
79 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
80 (store-double-r-r): Use (.sym regtype doublek).
81 (r-store-double): Ditto.
82 (store-double-r-r-u): Ditto.
83 (conditional-store-double): Ditto.
84 (conditional-store-double-u): Ditto.
85 (store-double-r-simm): Ditto.
86 (fmovs): Assign to UNIT FMALL.
87
ac7c07ac
DB
882003-10-06 Dave Brolley <brolley@redhat.com>
89
90 * frv.cpu, frv.opc: Add support for fr550.
91
d0312406
DB
922003-09-24 Dave Brolley <brolley@redhat.com>
93
94 * frv.cpu (u-commit): New modelling unit for fr500.
95 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
96 (commit-r): Use u-commit model for fr500.
97 (commit): Ditto.
98 (conditional-float-binary-op): Take profiling data as an argument.
99 Update callers.
100 (ne-float-binary-op): Ditto.
101
c6945302
MS
1022003-09-19 Michael Snyder <msnyder@redhat.com>
103
104 * frv.cpu (nldqi): Delete unimplemented instruction.
105
23600bb3
DB
1062003-09-12 Dave Brolley <brolley@redhat.com>
107
108 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
109 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
110 frv_ref_SI to get input register referenced for profiling.
111 (clear-ne-flag-all): Pass insn profiling in as an argument.
112 (clrgr,clrfr,clrga,clrfa): Add profiling information.
113
6f18ad70
MS
1142003-09-11 Michael Snyder <msnyder@redhat.com>
115
116 * frv.cpu: Typographical corrections.
117
96486995
DB
1182003-09-09 Dave Brolley <brolley@redhat.com>
119
120 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
121 (conditional-media-dual-complex, media-quad-complex): Likewise.
122
0457efce
DB
1232003-09-04 Dave Brolley <brolley@redhat.com>
124
125 * frv.cpu (register-transfer): Pass in all attributes in on argument.
126 Update all callers.
127 (conditional-register-transfer): Ditto.
128 (cache-preload): Ditto.
129 (floating-point-conversion): Ditto.
130 (floating-point-neg): Ditto.
131 (float-abs): Ditto.
132 (float-binary-op-s): Ditto.
133 (conditional-float-binary-op): Ditto.
134 (ne-float-binary-op): Ditto.
135 (float-dual-arith): Ditto.
136 (ne-float-dual-arith): Ditto.
137
8caa9169
DB
1382003-09-03 Dave Brolley <brolley@redhat.com>
139
140 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
141 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
142 MCLRACC-1.
143 (A): Removed operand.
144 (A0,A1): New operands replace operand A.
145 (mnop): Now a real insn
146 (mclracc): Removed insn.
147 (mclracc-0, mclracc-1): New insns replace mclracc.
148 (all insns): Use new UNIT attributes.
149
6d9ab561
NC
1502003-08-21 Nick Clifton <nickc@redhat.com>
151
152 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
153 and u-media-dual-btoh with output parameter.
154 (cmbtoh): Add profiling hack.
155
741a7751
NC
1562003-08-19 Michael Snyder <msnyder@redhat.com>
157
158 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
159
5b5b78da
DE
1602003-06-10 Doug Evans <dje@sebabeach.org>
161
162 * frv.cpu: Add IDOC attribute.
163
539ee71a
AC
1642003-06-06 Andrew Cagney <cagney@redhat.com>
165
166 Contributed by Red Hat.
167 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
168 Stan Cox, and Frank Ch. Eigler.
169 * iq2000.opc: New file. Written by Ben Elliston, Frank
170 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
171 * iq2000m.cpu: New file. Written by Jeff Johnston.
172 * iq10.cpu: New file. Written by Jeff Johnston.
173
36c3ae24
NC
1742003-06-05 Nick Clifton <nickc@redhat.com>
175
176 * frv.cpu (FRintieven): New operand. An even-numbered only
177 version of the FRinti operand.
178 (FRintjeven): Likewise for FRintj.
179 (FRintkeven): Likewise for FRintk.
180 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
181 media-quad-arith-sat-semantics, media-quad-arith-sat,
182 conditional-media-quad-arith-sat, mdunpackh,
183 media-quad-multiply-semantics, media-quad-multiply,
184 conditional-media-quad-multiply, media-quad-complex-i,
185 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
186 conditional-media-quad-multiply-acc, munpackh,
187 media-quad-multiply-cross-acc-semantics, mdpackh,
188 media-quad-multiply-cross-acc, mbtoh-semantics,
189 media-quad-cross-multiply-cross-acc-semantics,
190 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
191 media-quad-cross-multiply-acc-semantics, cmbtoh,
192 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
193 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
194 cmhtob): Use new operands.
195 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
196 (parse_even_register): New function.
197
75798298
NC
1982003-06-03 Nick Clifton <nickc@redhat.com>
199
200 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
201 immediate value not unsigned.
202
9aab5aa3
AC
2032003-06-03 Andrew Cagney <cagney@redhat.com>
204
205 Contributed by Red Hat.
206 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
207 and Eric Christopher.
208 * frv.opc: New file. Written by Catherine Moore, and Dave
209 Brolley.
210 * simplify.inc: New file. Written by Doug Evans.
211
2739f79a
AC
2122003-05-02 Andrew Cagney <cagney@redhat.com>
213
214 * New file.
215
216\f
217Local Variables:
218mode: change-log
219left-margin: 8
220fill-column: 74
221version-control: never
222End:
This page took 0.066166 seconds and 4 git commands to generate.