public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [ARM] M-profile MVE extension support
@ 2021-10-05 14:45 Luis Machado
  2021-10-05 14:45 ` [PATCH 1/4] [ARM] Refactor some constants Luis Machado
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Luis Machado @ 2021-10-05 14:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: alan.hayward, srinath.parvathaneni, peter.maydell

The following 4 patches refactor some code (first 3 patches) and add support
for the M-profile MVE extension, which includes a new XML, new architecture
bits and new pseudo register.

The first 3 patches tidy up and reorganize some code around register numbers
and pseudo registers. The last patch adds said MVE support.

Luis Machado (3):
  [ARM] Refactor some constants
  [ARM] Small refactoring of arm gdbarch initialization
  [ARM] Refactor pseudo register numbering

Srinath Parvathaneni (1):
  [ARM] Add support for M-profile MVE extension

 gdb/arch/arm.c                         |   7 +
 gdb/arch/arm.h                         |  17 +-
 gdb/arm-tdep.c                         | 287 +++++++++++++++++++++----
 gdb/arm-tdep.h                         |  17 +-
 gdb/doc/gdb.texinfo                    |  11 +
 gdb/features/Makefile                  |   1 +
 gdb/features/arm/arm-m-profile-mve.c   |  20 ++
 gdb/features/arm/arm-m-profile-mve.xml |  19 ++
 8 files changed, 327 insertions(+), 52 deletions(-)
 create mode 100644 gdb/features/arm/arm-m-profile-mve.c
 create mode 100644 gdb/features/arm/arm-m-profile-mve.xml

-- 
2.25.1


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

end of thread, other threads:[~2021-10-11 13:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 14:45 [PATCH 0/4] [ARM] M-profile MVE extension support Luis Machado
2021-10-05 14:45 ` [PATCH 1/4] [ARM] Refactor some constants Luis Machado
2021-10-08 16:03   ` Alan Hayward
2021-10-05 14:45 ` [PATCH 2/4] [ARM] Small refactoring of arm gdbarch initialization Luis Machado
2021-10-08 16:03   ` Alan Hayward
2021-10-05 14:45 ` [PATCH 3/4] [ARM] Refactor pseudo register numbering Luis Machado
2021-10-08 16:04   ` Alan Hayward
2021-10-11 13:06     ` Luis Machado
2021-10-05 14:45 ` [PATCH 4/4] [ARM] Add support for M-profile MVE extension Luis Machado
2021-10-05 15:55   ` Eli Zaretskii
2021-10-08 16:34   ` Alan Hayward

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