public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Victor Do Nascimento <victor.donascimento@arm.com>
To: <binutils@sourceware.org>
Cc: <richard.earnshaw@arm.com>, <nickc@redhat.com>,
	Victor Do Nascimento <victor.donascimento@arm.com>
Subject: [PATCH 0/8] aarch64: Enable the RCpc3 (Release Consistency) extension
Date: Fri, 12 Jan 2024 16:56:14 +0000	[thread overview]
Message-ID: <20240112165637.2522719-1-victor.donascimento@arm.com> (raw)

Given the introduction of the third set of Release Consistency
processor consistent (RCpc) memory model-compliant instructions in
the form of FEAT_LRCPC3 as an optional extension from Armv8.2-a
onward, this patch series adds the relevant machinery to Binutils to
add support for the instructions it adds to the instruction set.

Victor Do Nascimento (8):
  aarch64: rcpc3: Add +rcpc3 architectural feature support flag
  aarch64: rcpc3: Create implicit load/store size calc function
  aarch64: rcpc3: Define address operand fields and inserter/extractors
  aarch64: rcpc3: New RCPC3_ADDR operand types
  aarch64: rcpc3: add support in general_constraint_met_p
  aarch64: rcpc3: Define RCPC3_INSN macro
  aarch64: rcpc3: Add integer load/store insns
  aarch64: rcpc3: Add FP load/store insns

 gas/config/tc-aarch64.c                   | 66 ++++++++++++++++++
 gas/doc/c-aarch64.texi                    |  3 +
 gas/testsuite/gas/aarch64/illegal-ldapr.l |  4 +-
 gas/testsuite/gas/aarch64/rcpc3-fail.d    |  3 +
 gas/testsuite/gas/aarch64/rcpc3-fail.l    |  9 +++
 gas/testsuite/gas/aarch64/rcpc3-fail.s    | 13 ++++
 gas/testsuite/gas/aarch64/rcpc3-fp-fail.d |  3 +
 gas/testsuite/gas/aarch64/rcpc3-fp-fail.l | 13 ++++
 gas/testsuite/gas/aarch64/rcpc3-fp-fail.s | 27 ++++++++
 gas/testsuite/gas/aarch64/rcpc3-fp.d      | 26 +++++++
 gas/testsuite/gas/aarch64/rcpc3-fp.s      | 21 ++++++
 gas/testsuite/gas/aarch64/rcpc3.d         | 21 ++++++
 gas/testsuite/gas/aarch64/rcpc3.s         | 17 +++++
 include/opcode/aarch64.h                  | 17 ++++-
 opcodes/aarch64-asm.c                     | 56 +++++++++++++++
 opcodes/aarch64-asm.h                     |  2 +
 opcodes/aarch64-dis.c                     | 84 +++++++++++++++++++++++
 opcodes/aarch64-dis.h                     |  3 +
 opcodes/aarch64-opc.c                     | 69 +++++++++++++++++++
 opcodes/aarch64-opc.h                     |  2 +
 opcodes/aarch64-tbl.h                     | 31 ++++++++-
 21 files changed, 485 insertions(+), 5 deletions(-)
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fail.d
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fail.l
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fail.s
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fp-fail.d
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fp-fail.l
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fp-fail.s
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fp.d
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3-fp.s
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3.d
 create mode 100644 gas/testsuite/gas/aarch64/rcpc3.s

-- 
2.42.0


             reply	other threads:[~2024-01-12 16:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 16:56 Victor Do Nascimento [this message]
2024-01-12 16:56 ` [PATCH 1/8] aarch64: rcpc3: Add +rcpc3 architectural feature support flag Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 2/8] aarch64: rcpc3: Create implicit load/store size calc function Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 3/8] aarch64: rcpc3: Define address operand fields and inserter/extractors Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 4/8] aarch64: rcpc3: New RCPC3_ADDR operand types Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 5/8] aarch64: rcpc3: add support in general_constraint_met_p Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 6/8] aarch64: rcpc3: Define RCPC3_INSN macro Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 7/8] aarch64: rcpc3: Add integer load/store insns Victor Do Nascimento
2024-01-12 16:56 ` [PATCH 8/8] aarch64: rcpc3: Add FP " Victor Do Nascimento
2024-01-15 11:55 ` [PATCH 0/8] aarch64: Enable the RCpc3 (Release Consistency) extension Nick Clifton
  -- strict thread matches above, loose matches on Subject: below --
2024-01-12 16:54 Victor Do Nascimento

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=20240112165637.2522719-1-victor.donascimento@arm.com \
    --to=victor.donascimento@arm.com \
    --cc=binutils@sourceware.org \
    --cc=nickc@redhat.com \
    --cc=richard.earnshaw@arm.com \
    /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).