public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for MIPS Allegrex
@ 2023-06-14  0:01 david
  2023-06-14  0:01 ` [PATCH v2 1/3] Add MIPS Allegrex CPU as a MIPS2-based CPU david
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: david @ 2023-06-14  0:01 UTC (permalink / raw)
  To: binutils

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-15  3:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  0:01 [PATCH v2 0/3] Add support for MIPS Allegrex david
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

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).