]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - cpu/ChangeLog
or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha()
[thirdparty/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
0b3e14c9
SH
12021-05-06 Stafford Horne <shorne@gmail.com>
2
3 PR 21464
4 * or1k.opc (or1k_imm16_relocs, parse_reloc): Define parse logic
5 for gotha() relocation.
6
78933a4a
AM
72021-03-31 Alan Modra <amodra@gmail.com>
8
9 * frv.opc: Replace bfd_boolean with bool, FALSE with false, and
10 TRUE with true throughout.
11
3d7d6c1b
AM
122021-03-29 Alan Modra <amodra@gmail.com>
13
14 * frv.opc (frv_is_branch_major, frv_is_float_major),
15 (frv_is_media_major, frv_is_branch_insn, frv_is_float_insn),
16 (frv_is_media_insn, spr_valid): Correct prototypes.
17
055bc77a
NC
182021-01-09 Nick Clifton <nickc@redhat.com>
19
20 * 2.36 release branch crated.
21
0cc79db2
SN
222020-10-05 Samanta Navarro <ferivoz@riseup.net>
23
24 * m32r.cpu: Fix spelling mistakes.
25
6e25f888
DF
262020-09-18 David Faust <david.faust@oracle.com>
27
28 * bpf.cpu (insn-op-code-alu): Add SDIV and SMOD.
29 (define-alu-insn-bin, daib): Take ISAs as an argument.
30 (define-alu-instructions): Update calls to daib pmacro with
31 ISAs; add sdiv and smod.
32
3ad6c194
DF
332020-09-08 David Faust <david.faust@oracle.com>
34
35 * bpf.cpu (define-alu-instructions): Correct semantic operators
36 for div, mod to unsigned versions.
37
8dbe96f0
AM
382020-09-01 Alan Modra <amodra@gmail.com>
39
40 * mep-core.cpu (f-8s8a2, f-12s4a2, f-17s16a2): Multiply signed
41 value by two rather than shifting left.
42 (f-24s5a2n): Similarly multiply signed f-24s5a2n-hi to extract.
43
4449c81a
DF
442020-08-26 David Faust <david.faust@oracle.com>
45
46 * bpf.cpu (arch bpf): Add xbpf mach and isas.
47 (define-xbpf-isa) New pmacro.
48 (all-isas) Add xbpfle,xbpfbe.
49 (endian-isas): New pmacro.
50 (mach xbpf): New.
51 (model xbpf-def): Likewise.
52 (h-gpr): Add xbpf mach.
53 (f-dstle, f-srcle, dstle, srcle): Add xbpfle isa.
54 (f-dstbe, f-srcbe, dstbe, srcbe): Add xbpfbe isa.
55 (define-alu-insn-un): Use new endian-isas pmacro.
56 (define-alu-insn-bin, define-alu-insn-mov): Likewise.
57 (define-endian-insn, define-lddw): Likewise.
58 (dlind, dxli, dxsi, dsti): Likewise.
59 (define-cond-jump-insn, define-call-insn): Likewise.
60 (define-atomic-insns): Likewise.
61
b115b9fd
NC
622020-07-04 Nick Clifton <nickc@redhat.com>
63
64 Binutils 2.35 branch created.
65
d73be611
DF
662020-06-25 David Faust <david.faust@oracle.com>
67
68 * bpf.cpu (f-offset16): Change type from INT to HI.
69 (dxli): Simplify memory access.
70 (dxsi): Likewise.
71 (define-endian-insn): Update c-call in semantics.
72 (dlabs) Likewise.
73 (dlind) Likewise.
74
d8740be1
JM
752020-06-02 Jose E. Marchesi <jose.marchesi@oracle.com>
76
77 * bpf.cpu (define-bpf-isa): Set base-insn-bitsize to 64.
78 * bpf.opc (bpf_print_insn): Do not set endian_code here.
79
e9bffec9
JM
802020-06-02 Jose E. Marchesi <jose.marchesi@oracle.com>
81
82 * mep.opc (print_slot_insn): Pass the insn endianness to
83 cgen_get_insn_value.
84
78c1c354
JM
852020-05-28 Jose E. Marchesi <jose.marchesi@oracle.com>
86 David Faust <david.faust@oracle.com>
87
88 * bpf.cpu (define-alu-insn-un): Add definitions of semantics.
89 (define-alu-insn-mov): Likewise.
90 (daib): Likewise.
91 (define-alu-instructions): Likewise.
92 (define-endian-insn): Likewise.
93 (define-lddw): Likewise.
94 (dlabs): Likewise.
95 (dlind): Likewise.
96 (dxli): Likewise.
97 (dxsi): Likewise.
98 (dsti): Likewise.
99 (define-ldstx-insns): Likewise.
100 (define-st-insns): Likewise.
101 (define-cond-jump-insn): Likewise.
102 (dcji): Likewise.
103 (define-condjump-insns): Likewise.
104 (define-call-insn): Likewise.
105 (ja): Likewise.
106 ("exit"): Likewise.
107 (define-atomic-insns): Likewise.
108 (sem-exchange-and-add): New macro.
109 * bpf.cpu ("brkpt"): New instruction.
110 (bpfbf): Set word-bitsize to 32 and insn-endian big.
111 (h-gpr): Prefer r0 to `a' and r6 to `ctx'.
112 (h-pc): Expand definition.
113 * bpf.opc (bpf_print_insn): Set endian_code to BIG.
114
d96bf37b
AM
1152020-05-21 Alan Modra <amodra@gmail.com>
116
117 * mep.opc (mep_cgen_expand_macros_and_parse_operand): Replace
118 "if (x) free (x)" with "free (x)".
119
ae440402
SH
1202020-05-19 Stafford Horne <shorne@gmail.com>
121
122 PR 25184
123 * or1k.cpu (arch or1k): Remove or64 and or64nd machs.
124 (ORBIS-MACHS, ORFPX32-MACHS): Remove pmacros.
125 (cpu or1k64bf, mach or64, mach or64nd): Remove definitions.
126 * or1kcommon.cpu (h-fdr): Remove hardware.
127 * or1korfpx.cpu (rDDF, rADF, rBDF): Remove operand definitions.
128 (float-regreg-insn): Remove lf- mnemonic -d instruction pattern.
129 (float-setflag-insn-base): Remove lf-sf mnemonic -d pattern.
130 (float-cust-insn): Remove "lf-cust" cust-num "-d" pattern.
131 (lf-rem-d, lf-itof-d, lf-ftoi-d, lf-madd-d): Remove.
132
c54a9b56
DF
1332020-02-16 David Faust <david.faust@oracle.com>
134
135 * bpf.cpu (define-cond-jump-insn): Renamed from djci.
136 (dcji) New version with support for JMP32
137
44e4546f
AM
1382020-02-03 Alan Modra <amodra@gmail.com>
139
140 * m32c.cpu (f-dsp-64-s16): Mask before shifting signed value.
141
b2b1453a
AM
1422020-02-01 Alan Modra <amodra@gmail.com>
143
144 * frv.cpu (f-u12): Multiply rather than left shift signed values.
145 (f-label16, f-label24): Likewise.
146
0c115f84
AM
1472020-01-30 Alan Modra <amodra@gmail.com>
148
149 * m32c.cpu (f-src32-rn-unprefixed-QI): Shift before inverting.
150 (f-src32-rn-prefixed-QI, f-dst32-rn-unprefixed-QI): Likewise.
151 (f-dst32-rn-prefixed-QI): Likewise.
152 (f-dsp-32-s32): Mask before shifting left.
153 (f-dsp-48-u32, f-dsp-48-s32): Likewise.
154 (f-bitbase32-16-s11-unprefixed): Multiply signed field rather than
155 shifting left.
156 (f-bitbase32-24-s11-prefixed, f-bitbase32-24-s19-prefixed): Likewise.
157 (h-gr-SI): Mask before shifting.
158
bd434cc4
JM
1592020-01-30 Jose E. Marchesi <jose.marchesi@oracle.com>
160
161 * bpf.cpu (define-alu-insn-un): The unary BPF instructions
162 (neg and neg32) use OP_SRC_K even if they operate only in
163 registers.
164
ae774686
NC
1652020-01-18 Nick Clifton <nickc@redhat.com>
166
167 Binutils 2.34 branch created.
168
202e762b
AM
1692020-01-13 Alan Modra <amodra@gmail.com>
170
171 * fr30.cpu (f-disp9, f-disp10, f-s10, f-rel9, f-rel12): Don't
172 left shift signed values.
173
cc6aa1a6
AM
1742020-01-06 Alan Modra <amodra@gmail.com>
175
176 * m32c.cpu (f-dsp-8-u16, f-dsp-8-s16): Rearrange to mask any sign
177 bits before shifting rather than masking after shifting.
178 (f-dsp-16-u16, f-dsp-16-s16, f-dsp-32-u16, f-dsp-32-s16): Likewise.
179 (f-dsp-40-u16, f-dsp-40-s16, f-dsp-48-u16, f-dsp-48-s16): Likewise.
180 (f-dsp-64-u16, f-dsp-8-s24): Likewise.
181 (f-bitbase32-16-s19-unprefixed): Avoid signed left shift.
182
1832020-01-04 Alan Modra <amodra@gmail.com>
c9ae58fe
AM
184
185 * m32r.cpu (f-disp8): Avoid left shift of negative values.
186 (f-disp16, f-disp24): Likewise.
187
3e1056a1
AM
1882019-12-23 Alan Modra <amodra@gmail.com>
189
190 * iq2000.cpu (f-offset): Avoid left shift of negative values.
191
bcd9f578
AM
1922019-12-20 Alan Modra <amodra@gmail.com>
193
194 * or1korbis.cpu (f-disp26, f-disp21): Don't left shift negative values.
195
62e65990
AM
1962019-12-17 Alan Modra <amodra@gmail.com>
197
198 * bpf.cpu (f-imm64): Avoid signed overflow.
199
e6ced26a
AM
2002019-12-16 Alan Modra <amodra@gmail.com>
201
202 * xstormy16.cpu (f-rel12a): Avoid signed overflow.
203
1d61b032
AM
2042019-12-11 Alan Modra <amodra@gmail.com>
205
206 * epiphany.cpu (f-sdisp11): Don't sign extend with shifts.
207 * lm32.cpu (f-branch, f-vall): Likewise.
208 * m32.cpu (f-lab-8-16): Likewise.
209
b8e61daa
AM
2102019-12-11 Alan Modra <amodra@gmail.com>
211
212 * epiphany.cpu (f-simm8, f-simm24): Use multiply rather than
213 shift left to avoid UB on left shift of negative values.
214
e042e6c3
JM
2152019-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
216
217 * bpf.cpu: Fix comment describing the 128-bit instruction format.
218
60391a25
PB
2192019-09-09 Phil Blundell <pb@pbcl.net>
220
221 binutils 2.33 branch created.
222
231097b0
JM
2232019-07-19 Jose E. Marchesi <jose.marchesi@oracle.com>
224
225 * bpf.cpu (h-gpr): when disassembling, use %r0 and %r6 instead of
226 %a and %ctx.
227
3719fd55
JM
2282019-07-15 Jose E. Marchesi <jose.marchesi@oracle.com>
229
230 * bpf.cpu (dlabs): New pmacro.
231 (dlind): Likewise.
232
92434a14
JM
2332019-07-14 Jose E. Marchesi <jose.marchesi@oracle.com>
234
235 * bpf.cpu (dlsi): ldabs and ldind instructions do not take an
236 explicit 'dst' argument.
237
a2e4218f
SH
2382019-06-13 Stafford Horne <shorne@gmail.com>
239
240 * or1korfpx.cpu (float-setflag-insn-base): Add 'sf' to symbol.
241
eb212c84
SH
2422019-06-13 Stafford Horne <shorne@gmail.com>
243
244 * or1k.cpu (or64nd, or32nd, or1200nd): Update comment.a
245 (l-adrp): Improve comment.
246
d3ad6278
SH
2472019-06-13 Stafford Horne <shorne@gmail.com>
248
249 * or1korfpx.cpu (insn-opcode-float-regreg): Add SFUEQ_S, SFUNE_S,
250 SFUGT_S, SFUGE_S, SFULT_S, SFULE_S, SFUN_S, SFUEQ_D, SFUNE_D, SFUGT_D,
251 SFUGE_D, SFULT_D, SFULE_D, SFUN_D opcodes.
252 (float-setflag-insn-base): New pmacro based on float-setflag-insn.
253 (float-setflag-symantics, float-setflag-unordered-cmp-symantics,
254 float-setflag-unordered-symantics): New pmacro for instruction
255 symantics.
256 (float-setflag-insn): Update to use float-setflag-insn-base.
257 (float-setflag-unordered-insn): New pmacro for generating instructions.
258
6ce26ac7
SH
2592019-06-13 Andrey Bacherov <avbacherov@opencores.org>
260 Stafford Horne <shorne@gmail.com>
261
262 * or1k.cpu (ORFPX64A32-MACHS): New pmacro.
263 (ORFPX-MACHS): Removed pmacro.
264 * or1k.opc (or1k_cgen_insn_supported): New function.
265 (CGEN_VALIDATE_INSN_SUPPORTED): Define macro.
266 (parse_regpair, print_regpair): New functions.
267 * or1kcommon.cpu (h-spr, spr-shift, spr-address, h-gpr): Reorder
268 and add comments.
269 (h-fdr): Update comment to indicate or64.
270 (reg-pair-reg-lo, reg-pair-reg-hi): New pmacros for register pairs.
271 (h-fd32r): New hardware for 64-bit fpu registers.
272 (h-i64r): New hardware for 64-bit int registers.
273 * or1korbis.cpu (f-resv-8-1): New field.
274 * or1korfpx.cpu (rDSF, rASF, rBSF): Update attribute to ORFPX32-MACHS.
275 (rDDF, rADF, rBDF): Update operand comment to indicate or64.
276 (f-rdoff-10-1, f-raoff-9-1, f-rboff-8-1): New fields.
277 (h-roff1): New hardware.
278 (double-field-and-ops mnemonic): New pmacro to generate operations
279 rDD32F, rAD32F, rBD32F, rDDI and rADI.
280 (float-regreg-insn): Update single precision generator to MACH
281 ORFPX32-MACHS. Add generator for or32 64-bit instructions.
282 (float-setflag-insn): Update single precision generator to MACH
283 ORFPX32-MACHS. Fix double instructions from single to double
284 precision. Add generator for or32 64-bit instructions.
285 (float-cust-insn cust-num): Update single precision generator to MACH
286 ORFPX32-MACHS. Add generator for or32 64-bit instructions.
287 (lf-rem-s, lf-itof-s, lf-ftoi-s, lf-madd-s): Update MACH to
288 ORFPX32-MACHS.
289 (lf-rem-d): Fix operation from mod to rem.
290 (lf-rem-d32, lf-itof-d32, lf-ftoi-d32, lf-madd-d32): New instruction.
291 (lf-itof-d): Fix operands from single to double.
292 (lf-ftoi-d): Update operand mode from DI to WI.
293
ea195bb0
JM
2942019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
295
296 * bpf.cpu: New file.
297 * bpf.opc: Likewise.
298
f974f26c
NC
2992018-06-24 Nick Clifton <nickc@redhat.com>
300
301 2.32 branch created.
302
07f5f4c6
RH
3032018-10-05 Richard Henderson <rth@twiddle.net>
304 Stafford Horne <shorne@gmail.com>
305
306 * or1korbis.cpu (insn-opcode-mac): Add opcodes for MACU and MSBU.
307 (insn-opcode-alu-regreg): Add opcodes for MULD and MULDU.
308 (l-mul): Fix overflow support and indentation.
309 (l-mulu): Fix overflow support and indentation.
310 (l-muld, l-muldu, l-msbu, l-macu): New instructions.
311 (l-div); Remove incorrect carry behavior.
312 (l-divu): Fix carry and overflow behavior.
313 (l-mac): Add overflow support.
314 (l-msb, l-msbu): Add carry and overflow support.
315
c8e98e36
SH
3162018-10-05 Richard Henderson <rth@twiddle.net>
317
318 * or1k.opc (parse_disp26): Add support for plta() relocations.
319 (parse_disp21): New function.
320 (or1k_rclass): New enum.
321 (or1k_rtype): New enum.
322 (or1k_imm16_relocs): Define new PO and SPO relocation mappings.
323 (parse_reloc): Add new po(), gotpo() and gottppo() for LO13 relocations.
324 (parse_imm16): Add support for the new 21bit and 13bit relocations.
325 * or1korbis.cpu (f-disp26): Don't assume SI.
326 (f-disp21): New pc-relative 21-bit 13 shifted to right.
327 (insn-opcode): Add ADRP.
328 (l-adrp): New instruction.
329
1c4f3780
RH
3302018-10-05 Richard Henderson <rth@twiddle.net>
331
332 * or1k.opc: Add RTYPE_ enum.
333 (INVALID_STORE_RELOC): New string.
334 (or1k_imm16_relocs): New array array.
335 (parse_reloc): New static function that just does the parsing.
336 (parse_imm16): New static function for generic parsing.
337 (parse_simm16): Change to just call parse_imm16.
338 (parse_simm16_split): New function.
339 (parse_uimm16): Change to call parse_imm16.
340 (parse_uimm16_split): New function.
341 * or1korbis.cpu (simm16-split): Change to use new simm16_split.
342 (uimm16-split): Change to use new uimm16_split.
343
67ce483b
AM
3442018-07-24 Alan Modra <amodra@gmail.com>
345
346 PR 23430
347 * or1kcommon.cpu (spr-reg-indices): Fix description typo.
348
84f9f8c3
AM
3492018-05-09 Sebastian Rasmussen <sebras@gmail.com>
350
351 * or1kcommon.cpu (spr-reg-info): Typo fix.
352
a6743a54
AM
3532018-03-03 Alan Modra <amodra@gmail.com>
354
355 * frv.opc: Include opintl.h.
356 (add_next_to_vliw): Use opcodes_error_handler to print error.
357 Standardize error message.
358 (fr500_check_insn_major_constraints, frv_vliw_add_insn): Likewise.
359
faf766e3
NC
3602018-01-13 Nick Clifton <nickc@redhat.com>
361
362 2.30 branch created.
363
4ea0266c
SH
3642017-03-15 Stafford Horne <shorne@gmail.com>
365
366 * or1kcommon.cpu: Add pc set semantics to also update ppc.
367
b781683b
AM
3682016-10-06 Alan Modra <amodra@gmail.com>
369
370 * mep.opc (expand_string): Add fall through comment.
371
439baf71
AM
3722016-03-03 Alan Modra <amodra@gmail.com>
373
374 * fr30.cpu (f-m4): Replace bogus comment with a better guess
375 at what is really going on.
376
62de1c63
AM
3772016-03-02 Alan Modra <amodra@gmail.com>
378
379 * fr30.cpu (f-m4): Replace -1 << 4 with -16.
380
b89807c6
AB
3812016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * epiphany.opc (epiphany_print_insn): Set info->bytes_per_line to
384 a constant to better align disassembler output.
385
018dc9be
SK
3862014-07-20 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
387
388 * or1korbis.cpu (l-msync, l-psync, l-csync): New instructions.
389
c151b1c6
AM
3902014-06-12 Alan Modra <amodra@gmail.com>
391
392 * or1k.opc: Whitespace fixes.
393
999b995d
SK
3942014-05-08 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
395
396 * or1korbis.cpu (h-atomic-reserve): New hardware.
397 (h-atomic-address): Likewise.
398 (insn-opcode): Add opcodes for LWA and SWA.
399 (atomic-reserve): New operand.
400 (atomic-address): Likewise.
401 (l-lwa, l-swa): New instructions.
402 (l-lbs): Fix typo in comment.
403 (store-insn): Clear atomic reserve on store to atomic-address.
404 Fix register names in fmt field.
405
73589c9d
CS
4062014-04-22 Christian Svensson <blue@cmd.nu>
407
408 * openrisc.cpu: Delete.
409 * openrisc.opc: Delete.
410 * or1k.cpu: New file.
411 * or1k.opc: New file.
412 * or1kcommon.cpu: New file.
413 * or1korbis.cpu: New file.
414 * or1korfpx.cpu: New file.
415
594d8fa8
MF
4162013-12-07 Mike Frysinger <vapier@gentoo.org>
417
418 * epiphany.opc: Remove +x file mode.
419
87a8d6cb
NC
4202013-03-08 Yann Sionneau <yann.sionneau@gmail.com>
421
422 PR binutils/15241
423 * lm32.cpu (Control and status registers): Add CFG2, PSW,
424 TLBVADDR, TLBPADDR and TLBBADVADDR.
425
02a79b89
JR
4262012-11-30 Oleg Raikhman <oleg@adapteva.com>
427 Joern Rennecke <joern.rennecke@embecosm.com>
428
429 * epiphany.cpu (keyword gr-names): Move sb/sl/ip after r9/r10/r12.
430 (load_insn): Add NO-DIS attribute to x, p, d, dpm, dl0, dl0.l.
431 (testset-insn): Add NO_DIS attribute to t.l.
432 (store-insn): Add NO-DIS attribute to x.l, p.l, d.l, dpm.l, dl0.l.
433 (move-insns): Add NO-DIS attribute to cmov.l.
434 (op-mmr-movts): Add NO-DIS attribute to movts.l.
435 (op-mmr-movfs): Add NO-DIS attribute to movfs.l.
436 (op-rrr): Add NO-DIS attribute to .l.
437 (shift-rrr): Add NO-DIS attribute to .l.
438 (op-shift-rri): Add NO-DIS attribute to i32.l.
439 (bitrl, movtl): Add NO-DIS attribute.
440 (op-iextrrr): Add NO-DIS attribute to .l
441 (op-two_operands-float, op-fabs-float): Add NO-DIS attribute to f32.l.
442 (op-fix2float-float, op-float2fix-float, op-fextop-float): Likewise.
443
a597d2d3
AM
4442012-02-27 Alan Modra <amodra@gmail.com>
445
446 * mt.opc (print_dollarhex): Trim values to 32 bits.
447
5011093d
NC
4482011-12-15 Nick Clifton <nickc@redhat.com>
449
450 * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit
451 hosts.
452
fd936b4c
JR
4532011-10-26 Joern Rennecke <joern.rennecke@embecosm.com>
454
455 * epiphany.opc (parse_branch_addr): Fix type of valuep.
456 Cast value before printing it as a long.
457 (parse_postindex): Fix type of valuep.
458
cfb8c092
NC
4592011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
460
461 * cpu/epiphany.cpu: New file.
462 * cpu/epiphany.opc: New file.
463
dc15e575
NC
4642011-08-22 Nick Clifton <nickc@redhat.com>
465
466 * fr30.cpu: Newly contributed file.
467 * fr30.opc: Likewise.
468 * ip2k.cpu: Likewise.
469 * ip2k.opc: Likewise.
470 * mep-avc.cpu: Likewise.
471 * mep-avc2.cpu: Likewise.
472 * mep-c5.cpu: Likewise.
473 * mep-core.cpu: Likewise.
474 * mep-default.cpu: Likewise.
475 * mep-ext-cop.cpu: Likewise.
476 * mep-fmax.cpu: Likewise.
477 * mep-h1.cpu: Likewise.
478 * mep-ivc2.cpu: Likewise.
479 * mep-rhcop.cpu: Likewise.
480 * mep-sample-ucidsp.cpu: Likewise.
481 * mep.cpu: Likewise.
482 * mep.opc: Likewise.
483 * openrisc.cpu: Likewise.
484 * openrisc.opc: Likewise.
485 * xstormy16.cpu: Likewise.
486 * xstormy16.opc: Likewise.
487
9ccb8af9
AM
4882010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
489
490 * frv.opc: #undef DEBUG.
491
21375995
DD
4922010-07-03 DJ Delorie <dj@delorie.com>
493
494 * m32c.cpu (f-dsp-8-s24): Mask high byte after shifting it.
495
5ff58fb0
DE
4962010-02-11 Doug Evans <dje@sebabeach.org>
497
498 * m32r.cpu (HASH-PREFIX): Delete.
499 (duhpo, dshpo): New pmacros.
500 (simm8, simm16): Delete HASH-PREFIX attribute, define with dshpo.
501 (uimm3, uimm4, uimm5, uimm8, uimm16, imm1): Delete HASH-PREFIX
502 attribute, define with dshpo.
503 (uimm24): Delete HASH-PREFIX attribute.
504 * m32r.opc (CGEN_PRINT_NORMAL): Delete.
505 (print_signed_with_hash_prefix): New function.
506 (print_unsigned_with_hash_prefix): New function.
507 * xc16x.cpu (dowh): New pmacro.
508 (upof16): Define with dowh, specify print handler.
509 (qbit, qlobit, qhibit): Ditto.
510 (upag16): Ditto.
511 * xc16x.opc (CGEN_PRINT_NORMAL): Delete.
512 (print_with_dot_prefix): New functions.
513 (print_with_pof_prefix, print_with_pag_prefix): New functions.
514
3fa5b97b
DE
5152010-01-24 Doug Evans <dje@sebabeach.org>
516
517 * frv.cpu (floating-point-conversion): Update call to fp conv op.
518 (floating-point-dual-conversion, ne-floating-point-dual-conversion,
519 conditional-floating-point-conversion, ne-floating-point-conversion,
520 float-parallel-mul-add-double-semantics): Ditto.
521
fe8afbc4
DE
5222010-01-05 Doug Evans <dje@sebabeach.org>
523
524 * m32c.cpu (f-dsp-32-u24): Fix mode of extract handler.
525 (f-dsp-40-u20, f-dsp-40-u24): Ditto.
526
caaf56fb
DE
5272010-01-02 Doug Evans <dje@sebabeach.org>
528
529 * m32c.opc (parse_signed16): Fix typo.
530
91d6fa6a
NC
5312009-12-11 Nick Clifton <nickc@redhat.com>
532
533 * frv.opc: Fix shadowed variable warnings.
534 * m32c.opc: Fix shadowed variable warnings.
535
ec84cc2b
DE
5362009-11-14 Doug Evans <dje@sebabeach.org>
537
538 Must use VOID expression in VOID context.
539 * xc16x.cpu (mov4): Fix mode of `sequence'.
540 (mov9, mov10): Ditto.
541 (movbsrr, moveb1, jmprel, jmpseg, jmps): Fix mode of `if'.
542 (callr, callseg, calls, trap, rets, reti): Ditto.
543 (jb, jbc, jnb, jnbs): Fix mode of `if'. Comment out no-op `sll'.
544 (atomic, extr, extp, extp1, extpg1, extpr, extpr1): Fix mode of `cond'.
545 (exts, exts1, extsr, extsr1, prior): Ditto.
546
ac1e9eca
DE
5472009-10-23 Doug Evans <dje@sebabeach.org>
548
549 * m32c.opc (opc.h): cgen-types.h -> cgen/basic-modes.h.
550 cgen-ops.h -> cgen/basic-ops.h.
551
b4744b17
AM
5522009-09-25 Alan Modra <amodra@bigpond.net.au>
553
554 * m32r.cpu (stb-plus): Typo fix.
555
ab5f875d
DE
5562009-09-23 Doug Evans <dje@sebabeach.org>
557
558 * m32r.cpu (sth-plus): Fix address mode and calculation.
559 (stb-plus): Ditto.
560 (clrpsw): Fix mask calculation.
561 (bset, bclr, btst): Make mode in bit calculation match expression.
562
563 * xc16x.cpu (rtl-version): Set to 0.8.
564 (gr-names, ext-names,psw-names): Update, print-name -> enum-prefix,
565 make uppercase. Remove unnecessary name-prefix spec.
566 (grb-names, conditioncode-names, extconditioncode-names): Ditto.
567 (grb8-names, r8-names, regmem8-names, regdiv8-names): Ditto.
568 (reg0-name, reg0-name1, regbmem8-names, memgr8-names): Ditto.
569 (h-cr): New hardware.
570 (muls): Comment out parts that won't compile, add fixme.
571 (mulu, divl, divlu, jmpabs, jmpa-, jmprel, jbc, jnbs, callr): Ditto.
572 (scxti, scxtmg, scxtm, bclear, bclr18, bset19, bitset, bmov): Ditto.
573 (bmovn, band, bor, bxor, bcmp, bfldl, bfldh): Ditto.
574
0aaaf7c3
DE
5752009-07-16 Doug Evans <dje@sebabeach.org>
576
577 * cpu/simplify.inc (*): One line doc strings don't need \n.
578 (df): Invoke define-full-ifield instead of claiming it's an alias.
579 (dno): Define.
580 (dnop): Mark as deprecated.
581
1998a8e0
AM
5822009-06-22 Alan Modra <amodra@bigpond.net.au>
583
584 * m32c.opc (parse_lab_5_3): Use correct enum.
585
6347aad8
HPN
5862009-01-07 Hans-Peter Nilsson <hp@axis.com>
587
588 * frv.cpu (mabshs): Explicitly sign-extend arguments of abs to DI.
589 (DI-ext-HI, DI-ext-UHI, DI-ext-DI): New pmacros.
590 (media-arith-sat-semantics): Explicitly sign- or zero-extend
591 arguments of "operation" to DI using "mode" and the new pmacros.
592
2c06b7a6
HPN
5932009-01-03 Hans-Peter Nilsson <hp@axis.com>
594
595 * cris.cpu (cris-implemented-writable-specregs-v32): Correct size
596 of number 2, PID.
597
84e94c90
NC
5982008-12-23 Jon Beniston <jon@beniston.com>
599
600 * lm32.cpu: New file.
601 * lm32.opc: New file.
602
90518ff4
AM
6032008-01-29 Alan Modra <amodra@bigpond.net.au>
604
605 * mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
606 to source.
607
a69f60de
HPN
6082007-10-22 Hans-Peter Nilsson <hp@axis.com>
609
610 * cris.cpu (movs, movu): Use result of extension operation when
611 updating flags.
612
9b201bb5
NC
6132007-07-04 Nick Clifton <nickc@redhat.com>
614
615 * cris.cpu: Update copyright notice to refer to GPLv3.
616 * frv.cpu, frv.opc, iq10.cpu, iq2000m.cpu, iq2000.opc, m32c.cpu,
617 m32c.opc, m32r.cpu, m32r.opc, mt.cpu, mt.opc, sh64-compact.cpu,
618 sh64-media.cpu, sh.cpu, sh.opc, simplify.inc, xc16x.cpu,
619 xc16x.opc: Likewise.
620 * iq2000.cpu: Fix copyright notice to refer to FSF.
621
53289dcd
MS
6222007-04-30 Mark Salter <msalter@sadr.localdomain>
623
624 * frv.cpu (spr-names): Support new coprocessor SPR registers.
625
f6da2ec2
NC
6262007-04-20 Nick Clifton <nickc@redhat.com>
627
628 * xc16x.cpu: Restore after accidentally overwriting this file with
629 xc16x.opc.
630
144f4bc6
DD
6312007-03-29 DJ Delorie <dj@redhat.com>
632
633 * m32c.cpu (Imm-8-s4n): Fix print hook.
634 (Lab-24-8, Lab-32-8, Lab-40-8): Fix.
635 (arith-jnz-imm4-dst-defn): Make relaxable.
636 (arith-jnz16-imm4-dst-defn): Fix encodings.
637
75b06e7b
DD
6382007-03-20 DJ Delorie <dj@redhat.com>
639
640 * m32c.cpu (f-dsp-40-u20, f-dsp-48-u20, Dsp-40-u20, Dsp-40-u20,
641 mem20): New.
642 (src16-16-20-An-relative-*): New.
643 (dst16-*-20-An-relative-*): New.
644 (dst16-16-16sa-*): New
645 (dst16-16-16ar-*): New
646 (dst32-16-16sa-Unprefixed-*): New
647 (jsri): Fix operands.
648 (setzx): Fix encoding.
72f4393d 649
a5da764d
AM
6502007-03-08 Alan Modra <amodra@bigpond.net.au>
651
652 * m32r.opc: Formatting.
653
b497d0b0
NC
6542006-05-22 Nick Clifton <nickc@redhat.com>
655
656 * iq2000.cpu: Fix include paths for iq2000m.cpu and iq10.cpu.
657
e78efa90
DD
6582006-04-10 DJ Delorie <dj@redhat.com>
659
660 * m32c.opc (parse_unsigned_bitbase): Take a new parameter which
661 decides if this function accepts symbolic constants or not.
662 (parse_signed_bitbase): Likewise.
663 (parse_unsigned_bitbase8): Pass the new parameter.
664 (parse_unsigned_bitbase11): Likewise.
665 (parse_unsigned_bitbase16): Likewise.
666 (parse_unsigned_bitbase19): Likewise.
667 (parse_unsigned_bitbase27): Likewise.
668 (parse_signed_bitbase8): Likewise.
669 (parse_signed_bitbase11): Likewise.
670 (parse_signed_bitbase19): Likewise.
72f4393d 671
8d0e2679
DD
6722006-03-13 DJ Delorie <dj@redhat.com>
673
43aa3bb1
DD
674 * m32c.cpu (Bit3-S): New.
675 (btst:s): New.
676 * m32c.opc (parse_bit3_S): New.
677
8d0e2679
DD
678 * m32c.cpu (decimal-subtraction16-insn): Add second operand.
679 (btst): Add optional :G suffix for MACH32.
680 (or.b:S): New.
681 (pop.w:G): Add optional :G suffix for MACH16.
682 (push.b.imm): Fix syntax.
683
253d272c
DD
6842006-03-10 DJ Delorie <dj@redhat.com>
685
686 * m32c.cpu (mul.l): New.
687 (mulu.l): New.
688
c7d41dc5
NC
6892006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com)
690
691 * xc16x.opc (parse_hash): Return NULL if the input was parsed or
692 an error message otherwise.
693 (parse_dot, parse_pof, parse_pag, parse_sof, parse_seg): Likewise.
694 Fix up comments to correctly describe the functions.
695
6772dd07
DD
6962006-02-24 DJ Delorie <dj@redhat.com>
697
698 * m32c.cpu (RL_TYPE): New attribute, with macros.
699 (Lab-8-24): Add RELAX.
700 (unary-insn-defn-g, binary-arith-imm-dst-defn,
701 binary-arith-imm4-dst-defn): Add 1ADDR attribute.
702 (binary-arith-src-dst-defn): Add 2ADDR attribute.
703 (jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
704 jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
705 attribute.
706 (jsri16, jsri32): Add 1ADDR attribute.
707 (jsr32.w, jsr32.a): Add JUMP attribute.
72f4393d 708
d70c5fc7 7092006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
72f4393d
L
710 Anil Paranjape <anilp1@kpitcummins.com>
711 Shilin Shakti <shilins@kpitcummins.com>
d70c5fc7
NC
712
713 * xc16x.cpu: New file containing complete CGEN specific XC16X CPU
714 description.
715 * xc16x.opc: New file containing supporting XC16C routines.
716
8536c657
NC
7172006-02-10 Nick Clifton <nickc@redhat.com>
718
719 * iq2000.opc (parse_hi16): Truncate shifted values to 16 bits.
720
458f7770
DD
7212006-01-06 DJ Delorie <dj@redhat.com>
722
723 * m32c.cpu (mov.w:q): Fix mode.
724 (push32.b.imm): Likewise, for the comment.
725
d031aafb
NS
7262005-12-16 Nathan Sidwell <nathan@codesourcery.com>
727
728 Second part of ms1 to mt renaming.
729 * mt.cpu (define-arch, define-isa): Set name to mt.
730 (define-mach): Adjust.
731 * mt.opc (CGEN_ASM_HASH): Update.
732 (mt_asm_hash, mt_cgen_insn_supported): Renamed.
733 (parse_loopsize, parse_imm16): Adjust.
734
eda87aba
DD
7352005-12-13 DJ Delorie <dj@redhat.com>
736
737 * m32c.cpu (jsri): Fix order so register names aren't treated as
738 symbols.
739 (indexb, indexbd, indexbs, indexl, indexld, indexls, indexw,
740 indexwd, indexws): Fix encodings.
741
4970f871
NS
7422005-12-12 Nathan Sidwell <nathan@codesourcery.com>
743
744 * mt.cpu: Rename from ms1.cpu.
745 * mt.opc: Rename from ms1.opc.
746
48ad8298
HPN
7472005-12-06 Hans-Peter Nilsson <hp@axis.com>
748
749 * cris.cpu (simplecris-common-writable-specregs)
750 (simplecris-common-readable-specregs): Split from
751 simplecris-common-specregs. All users changed.
752 (cris-implemented-writable-specregs-v0)
753 (cris-implemented-readable-specregs-v0): Similar from
754 cris-implemented-specregs-v0.
755 (cris-implemented-writable-specregs-v3)
756 (cris-implemented-readable-specregs-v3)
757 (cris-implemented-writable-specregs-v8)
758 (cris-implemented-readable-specregs-v8)
759 (cris-implemented-writable-specregs-v10)
760 (cris-implemented-readable-specregs-v10)
761 (cris-implemented-writable-specregs-v32)
762 (cris-implemented-readable-specregs-v32): Similar.
763 (bdap-32-pc, move-m-pcplus-p0, move-m-spplus-p8): New
764 insns and specializations.
765
6f84a2a6
NS
7662005-11-08 Nathan Sidwell <nathan@codesourcery.com>
767
768 Add ms2
769 * ms1.cpu (ms2, ms2bf): New architecture variant, cpu, machine and
770 model.
771 (f-uu8, f-uu1, f-imm16l, f-loopo, f-cb1sel, f-cb2sel, f-cb1incr,
772 f-cb2incr, f-rc3): New fields.
773 (LOOP): New instruction.
774 (JAL-HAZARD): New hazard.
775 (imm16o, loopsize, imm16l, rc3, cb1sel, cb2sel, cb1incr, cb2incr):
776 New operands.
777 (mul, muli, dbnz, iflush): Enable for ms2
778 (jal, reti): Has JAL-HAZARD.
779 (ldctxt, ldfb, stfb): Only ms1.
780 (fbcb): Only ms1,ms1-003.
781 (wfbinc, mefbinc, wfbincr, mwfbincr, fbcbincs, mfbcbincs,
782 fbcbincrs, mfbcbincrs): Enable for ms2.
783 (loop, loopu, dfbc, dwfb, fbwfb, dfbr): New ms2 insns.
784 * ms1.opc (parse_loopsize): New.
785 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L.
786 (print_pcrel): New.
787
95b96521
DB
7882005-10-28 Dave Brolley <brolley@redhat.com>
789
790 Contribute the following change:
791 2003-09-24 Dave Brolley <brolley@redhat.com>
792
793 * frv.opc: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of
794 CGEN_ATTR_VALUE_TYPE.
795 * m32c.opc (m32c_cgen_insn_supported): Use CGEN_INSN_BITSET_ATTR_VALUE.
796 Use cgen_bitset_intersect_p.
797
c6552317
DD
7982005-10-27 DJ Delorie <dj@redhat.com>
799
800 * m32c.cpu (Imm-8-s4n, Imm-12-s4n): New.
801 (arith-jnz16-imm4-dst-defn, arith-jnz32-imm4-dst-defn,
802 arith-jnz-imm4-dst-mach, arith-jnz-imm4-dst): Keep track of which
803 imm operand is needed.
804 (adjnz, sbjnz): Pass the right operands.
805 (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach,
806 unary-insn): Add -g variants for opcodes that need to support :G.
807 (not.BW:G, push.BW:G): Call it.
808 (stzx16-imm8-imm8-dsp8sb, stzx16-imm8-imm8-dsp8fb,
809 stzx16-imm8-imm8-abs16): Fix operand typos.
810 * m32c.opc (m32c_asm_hash): Support bnCND.
811 (parse_signed4n, print_signed4n): New.
72f4393d 812
f75eb1c0
DD
8132005-10-26 DJ Delorie <dj@redhat.com>
814
815 * m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.
816 (mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn,
817 mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn):
818 dsp8[sp] is signed.
819 (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff).
820 (mov.BW:S r0,r1): Fix typo r1l->r1.
821 (tst): Allow :G suffix.
822 * m32c.opc (parse_signed24): New, for -0x800000..0xffffff.
823
e277c00b
AM
8242005-10-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
825
826 * m32r.opc (parse_hi16): Do not assume a 32-bit host word size.
827
92e0a941
DD
8282005-10-25 DJ Delorie <dj@redhat.com>
829
830 * m32c.cpu (add16-bQ-sp,add16-wQ-sp): Fix to allow either width by
831 making one a macro of the other.
832
a1a280bb
DD
8332005-10-21 DJ Delorie <dj@redhat.com>
834
835 * m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing.
836 (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl,
837 indexld, indexls): .w variants have `1' bit.
838 (rot32.b): QI, not SI.
839 (rot32.w): HI, not SI.
840 (xchg16): HI for .w variant.
841
e74eb924
NC
8422005-10-19 Nick Clifton <nickc@redhat.com>
843
844 * m32r.opc (parse_slo16): Fix bad application of previous patch.
845
5e03663f
NC
8462005-10-18 Andreas Schwab <schwab@suse.de>
847
848 * m32r.opc (parse_slo16): Better version of previous patch.
849
ab7c9a26
NC
8502005-10-14 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
851
852 * cpu/m32r.opc (parse_slo16): Do not assume a 32-bit host word
853 size.
854
fd54057a
DD
8552005-07-25 DJ Delorie <dj@redhat.com>
856
857 * m32c.opc (parse_unsigned8): Add %dsp8().
858 (parse_signed8): Add %hi8().
859 (parse_unsigned16): Add %dsp16().
860 (parse_signed16): Add %lo16() and %hi16().
861 (parse_lab_5_3): Make valuep a bfd_vma *.
862
85da3a56
NC
8632005-07-18 Nick Clifton <nickc@redhat.com>
864
865 * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
866 components.
867 (f-lab32-jmp-s): Fix insertion sequence.
868 (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
869 (Dsp-40-s8): Make parameter be signed.
870 (Dsp-40-s16): Likewise.
871 (Dsp-48-s8): Likewise.
872 (Dsp-48-s16): Likewise.
873 (Imm-13-u3): Likewise. (Despite its name!)
874 (BitBase16-16-s8): Make the parameter be unsigned.
875 (BitBase16-8-u11-S): Likewise.
876 (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
877 jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
878 relaxation.
879
880 * m32c.opc: Fix formatting.
881 Use safe-ctype.h instead of ctype.h
882 Move duplicated code sequences into a macro.
883 Fix compile time warnings about signedness mismatches.
884 Remove dead code.
885 (parse_lab_5_3): New parser function.
72f4393d 886
aa260854
JB
8872005-07-16 Jim Blandy <jimb@redhat.com>
888
889 * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
890 to represent isa sets.
891
0a665bfd
JB
8922005-07-15 Jim Blandy <jimb@redhat.com>
893
894 * m32c.cpu, m32c.opc: Fix copyright.
895
49f58d10
JB
8962005-07-14 Jim Blandy <jimb@redhat.com>
897
898 * m32c.cpu, m32c.opc: Machine description for the Renesas M32C.
899
0e6b69be
AM
9002005-07-14 Alan Modra <amodra@bigpond.net.au>
901
902 * ms1.opc (print_dollarhex): Correct format string.
903
f9210e37
AM
9042005-07-06 Alan Modra <amodra@bigpond.net.au>
905
906 * iq2000.cpu: Include from binutils cpu dir.
907
3ec2b351
NC
9082005-07-05 Nick Clifton <nickc@redhat.com>
909
910 * iq2000.opc (parse_lo16, parse_mlo16): Make value parameter
911 unsigned in order to avoid compile time warnings about sign
912 conflicts.
913
914 * ms1.opc (parse_*): Likewise.
915 (parse_imm16): Use a "void *" as it is passed both signed and
916 unsigned arguments.
917
47b0e7ad
NC
9182005-07-01 Nick Clifton <nickc@redhat.com>
919
920 * frv.opc: Update to ISO C90 function declaration style.
921 * iq2000.opc: Likewise.
922 * m32r.opc: Likewise.
923 * sh.opc: Likewise.
924
b081650b
DB
9252005-06-15 Dave Brolley <brolley@redhat.com>
926
927 Contributed by Red Hat.
928 * ms1.cpu: New file. Written by Nick Clifton, Stan Cox.
929 * ms1.opc: New file. Written by Stan Cox.
930
e172dbf8
NC
9312005-05-10 Nick Clifton <nickc@redhat.com>
932
933 * Update the address and phone number of the FSF organization in
934 the GPL notices in the following files:
935 cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
936 m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
937 sh64-media.cpu, simplify.inc
938
b2d52a48
AM
9392005-02-24 Alan Modra <amodra@bigpond.net.au>
940
941 * frv.opc (parse_A): Warning fix.
942
33b71eeb
NC
9432005-02-23 Nick Clifton <nickc@redhat.com>
944
945 * frv.opc: Fixed compile time warnings about differing signed'ness
946 of pointers passed to functions.
947 * m32r.opc: Likewise.
948
bc18c937
NC
9492005-02-11 Nick Clifton <nickc@redhat.com>
950
951 * iq2000.opc (parse_jtargq10): Change type of valuep argument to
952 'bfd_vma *' in order avoid compile time warning message.
953
46da9a19
HPN
9542005-01-28 Hans-Peter Nilsson <hp@axis.com>
955
956 * cris.cpu (mstep): Add missing insn.
957
90219bd0
AO
9582005-01-25 Alexandre Oliva <aoliva@redhat.com>
959
960 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
961 * frv.cpu: Add support for TLS annotations in loads and calll.
962 * frv.opc (parse_symbolic_address): New.
963 (parse_ldd_annotation): New.
964 (parse_call_annotation): New.
965 (parse_ld_annotation): New.
966 (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
967 Introduce TLS relocations.
968 (parse_d12, parse_s12, parse_u12): Likewise.
969 (parse_uhi16): Likewise. Fix constant checking on 64-bit host.
970 (parse_call_label, print_at): New.
971
c3d75c30
HPN
9722004-12-21 Mikael Starvik <starvik@axis.com>
973
974 * cris.cpu (cris-set-mem): Correct integral write semantics.
975
68800d83
HPN
9762004-11-29 Hans-Peter Nilsson <hp@axis.com>
977
978 * cris.cpu: New file.
979
4bd1d37b
NC
9802004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
981
982 * iq2000.cpu: Added quotes around macro arguments so that they
983 will work with newer versions of guile.
984
4030fa5a
NC
9852004-10-27 Nick Clifton <nickc@redhat.com>
986
987 * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
988 wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
989 operand.
990 * iq2000.cpu (dnop index): Rename to _index to avoid complications
991 with guile.
992
ac28a1cb
RS
9932004-08-27 Richard Sandiford <rsandifo@redhat.com>
994
995 * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
996
dc4c54bb
NC
9972004-05-15 Nick Clifton <nickc@redhat.com>
998
999 * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
1000
f4453dfa
NC
10012004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1002
1003 * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
1004
676a64f4
RS
10052004-03-01 Richard Sandiford <rsandifo@redhat.com>
1006
1007 * frv.cpu (define-arch frv): Add fr450 mach.
1008 (define-mach fr450): New.
1009 (define-model fr450): New. Add profile units to every fr450 insn.
1010 (define-attr UNIT): Add MDCUTSSI.
1011 (define-attr FR450-MAJOR): New enum. Add to every fr450 insn.
1012 (define-attr AUDIO): New boolean.
1013 (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
1014 (f-LRA-null, f-TLBPR-null): New fields.
1015 (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
1016 (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
1017 (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
1018 (LRA-null, TLBPR-null): New macros.
1019 (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
1020 (load-real-address): New macro.
1021 (lrai, lrad, tlbpr): New instructions.
1022 (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
1023 (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
1024 (mdcutssi): Change UNIT attribute to MDCUTSSI.
1025 (media-low-clear-semantics, media-scope-limit-semantics)
1026 (media-quad-limit, media-quad-shift): New macros.
1027 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
1028 * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
1029 (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
1030 (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
1031 (fr450_unit_mapping): New array.
1032 (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
1033 for new MDCUTSSI unit.
1034 (fr450_check_insn_major_constraints): New function.
1035 (check_insn_major_constraints): Use it.
1036
c7a48b9a
RS
10372004-03-01 Richard Sandiford <rsandifo@redhat.com>
1038
1039 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
1040 (scutss): Change unit to I0.
1041 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
1042 (mqsaths): Fix FR400-MAJOR categorization.
1043 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
1044 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
1045 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
1046 combinations.
1047
8ae0baa2
RS
10482004-03-01 Richard Sandiford <rsandifo@redhat.com>
1049
1050 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
1051 (rstb, rsth, rst, rstd, rstq): Delete.
1052 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
1053
8ee9a8b2
NC
10542004-02-23 Nick Clifton <nickc@redhat.com>
1055
1056 * Apply these patches from Renesas:
1057
1058 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1059
1060 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
1061 disassembling codes for 0x*2 addresses.
1062
1063 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1064
1065 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
1066
1067 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1068
1069 * cpu/m32r.cpu : Add new model m32r2.
1070 Add new instructions.
1071 Replace occurrances of 'Mitsubishi' with 'Renesas'.
1072 Changed PIPE attr of push from O to OS.
1073 Care for Little-endian of M32R.
1074 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
1075 Care for Little-endian of M32R.
1076 (parse_slo16): signed extension for value.
1077
299d901c
AC
10782004-02-20 Andrew Cagney <cagney@redhat.com>
1079
e866a257
AC
1080 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
1081 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
1082
299d901c
AC
1083 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
1084 written by Ben Elliston.
1085
cb10e79a
RS
10862004-01-14 Richard Sandiford <rsandifo@redhat.com>
1087
1088 * frv.cpu (UNIT): Add IACC.
1089 (iacc-multiply-r-r): Use it.
1090 * frv.opc (fr400_unit_mapping): Add entry for IACC.
1091 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
1092
d4e4dc14
AO
10932004-01-06 Alexandre Oliva <aoliva@redhat.com>
1094
1095 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
1096 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
1097 cut&paste errors in shifting/truncating numerical operands.
1098 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
1099 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
1100 (parse_uslo16): Likewise.
1101 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
1102 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
1103 (parse_s12): Likewise.
1104 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1105 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
1106 (parse_uslo16): Likewise.
1107 (parse_uhi16): Parse gothi and gotfuncdeschi.
1108 (parse_d12): Parse got12 and gotfuncdesc12.
1109 (parse_s12): Likewise.
1110
1340b9a9
DB
11112003-10-10 Dave Brolley <brolley@redhat.com>
1112
1113 * frv.cpu (dnpmop): New p-macro.
1114 (GRdoublek): Use dnpmop.
1115 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
1116 (store-double-r-r): Use (.sym regtype doublek).
1117 (r-store-double): Ditto.
1118 (store-double-r-r-u): Ditto.
1119 (conditional-store-double): Ditto.
1120 (conditional-store-double-u): Ditto.
1121 (store-double-r-simm): Ditto.
1122 (fmovs): Assign to UNIT FMALL.
1123
ac7c07ac
DB
11242003-10-06 Dave Brolley <brolley@redhat.com>
1125
1126 * frv.cpu, frv.opc: Add support for fr550.
1127
d0312406
DB
11282003-09-24 Dave Brolley <brolley@redhat.com>
1129
1130 * frv.cpu (u-commit): New modelling unit for fr500.
1131 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
1132 (commit-r): Use u-commit model for fr500.
1133 (commit): Ditto.
1134 (conditional-float-binary-op): Take profiling data as an argument.
1135 Update callers.
1136 (ne-float-binary-op): Ditto.
1137
c6945302
MS
11382003-09-19 Michael Snyder <msnyder@redhat.com>
1139
1140 * frv.cpu (nldqi): Delete unimplemented instruction.
1141
23600bb3
DB
11422003-09-12 Dave Brolley <brolley@redhat.com>
1143
1144 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
1145 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
1146 frv_ref_SI to get input register referenced for profiling.
1147 (clear-ne-flag-all): Pass insn profiling in as an argument.
1148 (clrgr,clrfr,clrga,clrfa): Add profiling information.
1149
6f18ad70
MS
11502003-09-11 Michael Snyder <msnyder@redhat.com>
1151
1152 * frv.cpu: Typographical corrections.
1153
96486995
DB
11542003-09-09 Dave Brolley <brolley@redhat.com>
1155
1156 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
1157 (conditional-media-dual-complex, media-quad-complex): Likewise.
1158
0457efce
DB
11592003-09-04 Dave Brolley <brolley@redhat.com>
1160
1161 * frv.cpu (register-transfer): Pass in all attributes in on argument.
1162 Update all callers.
1163 (conditional-register-transfer): Ditto.
1164 (cache-preload): Ditto.
1165 (floating-point-conversion): Ditto.
1166 (floating-point-neg): Ditto.
1167 (float-abs): Ditto.
1168 (float-binary-op-s): Ditto.
1169 (conditional-float-binary-op): Ditto.
1170 (ne-float-binary-op): Ditto.
1171 (float-dual-arith): Ditto.
1172 (ne-float-dual-arith): Ditto.
1173
8caa9169
DB
11742003-09-03 Dave Brolley <brolley@redhat.com>
1175
1176 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
1177 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
1178 MCLRACC-1.
1179 (A): Removed operand.
1180 (A0,A1): New operands replace operand A.
1181 (mnop): Now a real insn
1182 (mclracc): Removed insn.
1183 (mclracc-0, mclracc-1): New insns replace mclracc.
1184 (all insns): Use new UNIT attributes.
1185
6d9ab561
NC
11862003-08-21 Nick Clifton <nickc@redhat.com>
1187
1188 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
1189 and u-media-dual-btoh with output parameter.
1190 (cmbtoh): Add profiling hack.
1191
741a7751
NC
11922003-08-19 Michael Snyder <msnyder@redhat.com>
1193
1194 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
1195
5b5b78da
DE
11962003-06-10 Doug Evans <dje@sebabeach.org>
1197
1198 * frv.cpu: Add IDOC attribute.
1199
539ee71a
AC
12002003-06-06 Andrew Cagney <cagney@redhat.com>
1201
1202 Contributed by Red Hat.
1203 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
1204 Stan Cox, and Frank Ch. Eigler.
1205 * iq2000.opc: New file. Written by Ben Elliston, Frank
1206 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
1207 * iq2000m.cpu: New file. Written by Jeff Johnston.
1208 * iq10.cpu: New file. Written by Jeff Johnston.
1209
36c3ae24
NC
12102003-06-05 Nick Clifton <nickc@redhat.com>
1211
1212 * frv.cpu (FRintieven): New operand. An even-numbered only
1213 version of the FRinti operand.
1214 (FRintjeven): Likewise for FRintj.
1215 (FRintkeven): Likewise for FRintk.
1216 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
1217 media-quad-arith-sat-semantics, media-quad-arith-sat,
1218 conditional-media-quad-arith-sat, mdunpackh,
1219 media-quad-multiply-semantics, media-quad-multiply,
1220 conditional-media-quad-multiply, media-quad-complex-i,
1221 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
1222 conditional-media-quad-multiply-acc, munpackh,
1223 media-quad-multiply-cross-acc-semantics, mdpackh,
1224 media-quad-multiply-cross-acc, mbtoh-semantics,
1225 media-quad-cross-multiply-cross-acc-semantics,
1226 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
1227 media-quad-cross-multiply-acc-semantics, cmbtoh,
1228 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
1229 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
1230 cmhtob): Use new operands.
1231 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
0e6b69be 1232 (parse_even_register): New function.
36c3ae24 1233
75798298
NC
12342003-06-03 Nick Clifton <nickc@redhat.com>
1235
1236 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
1237 immediate value not unsigned.
1238
9aab5aa3
AC
12392003-06-03 Andrew Cagney <cagney@redhat.com>
1240
1241 Contributed by Red Hat.
1242 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
1243 and Eric Christopher.
1244 * frv.opc: New file. Written by Catherine Moore, and Dave
1245 Brolley.
1246 * simplify.inc: New file. Written by Doug Evans.
1247
2739f79a
AC
12482003-05-02 Andrew Cagney <cagney@redhat.com>
1249
1250 * New file.
1251
1252\f
752937aa
NC
1253Copyright (C) 2003-2012 Free Software Foundation, Inc.
1254
1255Copying and distribution of this file, with or without modification,
1256are permitted in any medium without royalty provided the copyright
1257notice and this notice are preserved.
1258
2739f79a
AC
1259Local Variables:
1260mode: change-log
1261left-margin: 8
1262fill-column: 74
1263version-control: never
1264End: