public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/pinskia/heads/riscvbit)] [RISCV] have b ISA extension enable zba, zbb, zbc and zbs ISA extensions
@ 2022-08-15 23:13 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2022-08-15 23:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e2688326256ca637c183c55f3f9d73024dc071ff

commit e2688326256ca637c183c55f3f9d73024dc071ff
Author: Andrew Pinski <apinski@marvell.com>
Date:   Thu Aug 4 16:40:15 2022 -0700

    [RISCV] have b ISA extension enable zba, zbb, zbc and zbs ISA extensions
    
    This patch allows the b ISA extension to be supply and will enable all 4 of
    the sections of the ISA extensions.
    
    OK? Built and tested on riscv32-elf with --with-arch==rv32iabmc .
    
    Signed-off-by: Andrew Pinski <apinski@marvell.com>
    
    gcc/ChangeLog:
    
            PR target/106531
            * common/config/riscv/riscv-common.cc:
    
    Change-Id: Ic7e06760f4f6f6f4627185c67ced397c094023fd

Diff:
---
 gcc/common/config/riscv/riscv-common.cc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc
index 0e5be2ce105..ac257daecfa 100644
--- a/gcc/common/config/riscv/riscv-common.cc
+++ b/gcc/common/config/riscv/riscv-common.cc
@@ -65,6 +65,11 @@ static const riscv_implied_info_t riscv_implied_info[] =
   {"zks", "zksed"},
   {"zks", "zksh"},
 
+  {"b", "zba"},
+  {"b", "zbb"},
+  {"b", "zbc"},
+  {"b", "zbs"},
+
   {"v", "zvl128b"},
   {"v", "zve64d"},
 
@@ -149,6 +154,7 @@ static const struct riscv_ext_version riscv_ext_version_table[] =
   {"zifencei", ISA_SPEC_CLASS_20191213, 2, 0},
   {"zifencei", ISA_SPEC_CLASS_20190608, 2, 0},
 
+  {"b",  ISA_SPEC_CLASS_NONE,  1, 0},
   {"zba", ISA_SPEC_CLASS_NONE, 1, 0},
   {"zbb", ISA_SPEC_CLASS_NONE, 1, 0},
   {"zbc", ISA_SPEC_CLASS_NONE, 1, 0},


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-15 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 23:13 [gcc(refs/users/pinskia/heads/riscvbit)] [RISCV] have b ISA extension enable zba, zbb, zbc and zbs ISA extensions Andrew Pinski

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