public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: david@davidgf.es
To: binutils@sourceware.org
Subject: [PATCH v2 0/3] Add support for MIPS Allegrex
Date: Wed, 14 Jun 2023 02:01:45 +0200	[thread overview]
Message-ID: <20230614000148.10989-1-david@davidgf.es> (raw)

From: David Guillen Fandos <david@davidgf.net>

Please check out the second revision of the patches. I addressed all the
comments in the review and ran the testsuite. There's some tests failing
due to other changes unrelated to these patches.

David Guillen Fandos (3):
  Add MIPS Allegrex CPU as a MIPS2-based CPU
  Add rotation instructions to MIPS Allegrex CPU
  Add additional missing Allegrex CPU instructions

 bfd/bfd-in2.h                                 |   1 +
 include/elf/mips.h                            |   1 +
 include/opcode/mips.h                         |   6 +
 bfd/archures.c                                |   1 +
 bfd/cpu-mips.c                                |   2 +
 bfd/elfxx-mips.c                              |   8 +
 binutils/readelf.c                            |   1 +
 gas/config/tc-mips.c                          |  10 +-
 opcodes/mips-dis.c                            |   3 +
 opcodes/mips-opc.c                            | 107 +++----
 gas/testsuite/gas/mips/mips.exp               |  46 ++-
 gas/testsuite/gas/mips/allegrex.s             |  47 ++++
 gas/testsuite/gas/mips/allegrex.d             |  50 ++++
 gas/testsuite/gas/mips/allegrex@c0.d          | 265 ++++++++++++++++++
 gas/testsuite/gas/mips/allegrex@c1.d          | 265 ++++++++++++++++++
 gas/testsuite/gas/mips/allegrex@c3.d          |   5 +
 gas/testsuite/gas/mips/allegrex@cp0b.d        |   5 +
 gas/testsuite/gas/mips/allegrex@cp0bl.d       |   5 +
 gas/testsuite/gas/mips/allegrex@cp0c.d        |   5 +
 gas/testsuite/gas/mips/allegrex@cp2d.d        |   5 +
 .../gas/mips/allegrex@isa-override-1.d        |  29 ++
 .../gas/mips/allegrex@isa-override-2.d        |   4 +
 gas/testsuite/gas/mips/allegrex@save-sub.d    |   5 +
 .../gas/mips/allegrex@isa-override-2.l        |   4 +
 24 files changed, 815 insertions(+), 65 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/allegrex.s
 create mode 100644 gas/testsuite/gas/mips/allegrex.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@c0.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@c1.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@c3.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@cp0b.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@cp0bl.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@cp0c.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@cp2d.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@isa-override-1.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@isa-override-2.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@save-sub.d
 create mode 100644 gas/testsuite/gas/mips/allegrex@isa-override-2.l

-- 
2.40.1


             reply	other threads:[~2023-06-14  0:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14  0:01 david [this message]
2023-06-14  0:01 ` [PATCH v2 1/3] Add MIPS Allegrex CPU as a MIPS2-based CPU david
2023-06-15  3:51   ` Maciej W. Rozycki
2023-06-14  0:01 ` [PATCH v2 2/3] Add rotation instructions to MIPS Allegrex CPU david
2023-06-15  3:51   ` Maciej W. Rozycki
2023-06-14  0:01 ` [PATCH v2 3/3] Add additional missing Allegrex CPU instructions david
2023-06-15  3:51   ` Maciej W. Rozycki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230614000148.10989-1-david@davidgf.es \
    --to=david@davidgf.es \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).