public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Christoph Muellner <christoph.muellner@vrull.eu>
To: binutils@sourceware.org, Nelson Chu <nelson@rivosinc.com>,
	Andrew Waterman <andrew@sifive.com>,
	Palmer Dabbelt <palmer@dabbelt.com>,
	Jim Wilson <jim.wilson.gcc@gmail.com>,
	Philipp Tomsich <philipp.tomsich@vrull.eu>,
	Jan Beulich <jbeulich@suse.com>,
	Kito Cheng <kito.cheng@gmail.com>,
	Jeff Law <jeffreyalaw@gmail.com>,
	Tsukasa OI <research_trasio@irq.a4lg.com>
Cc: "Christoph Müllner" <christoph.muellner@vrull.eu>
Subject: [RFC PATCH v4 0/2] RISC-V: Add support for the Zfa extension
Date: Thu, 30 Mar 2023 19:54:36 +0200	[thread overview]
Message-ID: <20230330175438.107102-1-christoph.muellner@vrull.eu> (raw)

From: Christoph Müllner <christoph.muellner@vrull.eu>

This series adds support for the RISC-V Zfa extension.
It consists of two patches:
1) A clean-up patch from Tsukasa that improves the way we structure
   format string directives.
2) A patch that introduces support for the Zfa extension.

The first patch does not have any dependencies and is suggested to get
merged as early as possible.

The second patch can land once the Zfa specification gets frozen.

Some additional bits to get the full context:
* Tsukasa wrote a first version, which can be found here:
  https://sourceware.org/pipermail/binutils/2022-September/122939.html
* I took over the patch as agreed here:
  https://sourceware.org/pipermail/binutils/2023-March/126753.html

Christoph Müllner (1):
  RISC-V: Add support for the Zfa extension

Tsukasa OI (1):
  RISC-V: Allocate "various" operand type

 bfd/elfxx-riscv.c                  |  39 ++++++++++
 gas/config/tc-riscv.c              | 113 ++++++++++++++++++++++++-----
 gas/doc/c-riscv.texi               |  41 +++++++++++
 gas/testsuite/gas/riscv/zfa-32.d   |  10 +++
 gas/testsuite/gas/riscv/zfa-32.s   |   3 +
 gas/testsuite/gas/riscv/zfa-64.d   |  10 +++
 gas/testsuite/gas/riscv/zfa-64.s   |   3 +
 gas/testsuite/gas/riscv/zfa-fail.d |   3 +
 gas/testsuite/gas/riscv/zfa-fail.l |  12 +++
 gas/testsuite/gas/riscv/zfa-fail.s |  16 ++++
 gas/testsuite/gas/riscv/zfa.d      |  89 +++++++++++++++++++++++
 gas/testsuite/gas/riscv/zfa.s      |  87 ++++++++++++++++++++++
 include/opcode/riscv-opc.h         |  99 +++++++++++++++++++++++++
 include/opcode/riscv.h             |   6 ++
 opcodes/riscv-dis.c                |  42 +++++++++--
 opcodes/riscv-opc.c                |  70 +++++++++++++++++-
 16 files changed, 618 insertions(+), 25 deletions(-)
 create mode 100644 gas/testsuite/gas/riscv/zfa-32.d
 create mode 100644 gas/testsuite/gas/riscv/zfa-32.s
 create mode 100644 gas/testsuite/gas/riscv/zfa-64.d
 create mode 100644 gas/testsuite/gas/riscv/zfa-64.s
 create mode 100644 gas/testsuite/gas/riscv/zfa-fail.d
 create mode 100644 gas/testsuite/gas/riscv/zfa-fail.l
 create mode 100644 gas/testsuite/gas/riscv/zfa-fail.s
 create mode 100644 gas/testsuite/gas/riscv/zfa.d
 create mode 100644 gas/testsuite/gas/riscv/zfa.s

-- 
2.39.2


             reply	other threads:[~2023-03-30 17:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 17:54 Christoph Muellner [this message]
2023-03-30 17:54 ` [RFC PATCH v4 1/2] RISC-V: Allocate "various" operand type Christoph Muellner
2023-03-31  2:20   ` Nelson Chu
2023-03-31  8:30     ` Philipp Tomsich
2023-03-30 17:54 ` [RFC PATCH v4 2/2] RISC-V: Add support for the Zfa extension Christoph Muellner
2023-04-07  9:02   ` Jan Beulich
2023-04-13 13:37     ` Christoph Müllner
2023-04-12  6:53   ` Nelson Chu
2023-04-13 13:39     ` Christoph Müllner

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=20230330175438.107102-1-christoph.muellner@vrull.eu \
    --to=christoph.muellner@vrull.eu \
    --cc=andrew@sifive.com \
    --cc=binutils@sourceware.org \
    --cc=jbeulich@suse.com \
    --cc=jeffreyalaw@gmail.com \
    --cc=jim.wilson.gcc@gmail.com \
    --cc=kito.cheng@gmail.com \
    --cc=nelson@rivosinc.com \
    --cc=palmer@dabbelt.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=research_trasio@irq.a4lg.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).