public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Maciej W. Rozycki <macro@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6916] RISC-V: Document `auipc' and `bitmanip' `type' attributes
Date: Fri, 28 Jan 2022 11:56:34 +0000 (GMT)	[thread overview]
Message-ID: <20220128115634.5EAE0385840F@sourceware.org> (raw)

https://gcc.gnu.org/g:833e651a76cbab26d18307fe761b609c0fa61439

commit r12-6916-g833e651a76cbab26d18307fe761b609c0fa61439
Author: Maciej W. Rozycki <macro@embecosm.com>
Date:   Fri Jan 28 11:55:12 2022 +0000

    RISC-V: Document `auipc' and `bitmanip' `type' attributes
    
    Document new `auipc' and `bitmanip' `type' attributes added respectively
    with commit 88108b27dda9 ("RISC-V: Add sifive-7 pipeline description.")
    and commit 283b1707f237 ("RISC-V: Implement instruction patterns for ZBA
    extension.") but not listed so far.
    
            gcc/
            * config/riscv/riscv.md: Document `auipc' and `bitmanip' `type'
            attributes.

Diff:
---
 gcc/config/riscv/riscv.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md
index 04923927bc2..b3c5bce842a 100644
--- a/gcc/config/riscv/riscv.md
+++ b/gcc/config/riscv/riscv.md
@@ -150,6 +150,7 @@
 ;; mfc		transfer from coprocessor
 ;; const	load constant
 ;; arith	integer arithmetic instructions
+;; auipc	integer addition to PC
 ;; logical      integer logical instructions
 ;; shift	integer shift instructions
 ;; slt		set less than instructions
@@ -167,6 +168,7 @@
 ;; multi	multiword sequence (or user asm statements)
 ;; nop		no operation
 ;; ghost	an instruction that produces no real code
+;; bitmanip	bit manipulation instructions
 (define_attr "type"
   "unknown,branch,jump,call,load,fpload,store,fpstore,
    mtc,mfc,const,arith,logical,shift,slt,imul,idiv,move,fmove,fadd,fmul,


                 reply	other threads:[~2022-01-28 11:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220128115634.5EAE0385840F@sourceware.org \
    --to=macro@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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).