public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7345] arm: Add VPR_REG to ALL_REGS
@ 2022-02-22 15:58 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2022-02-22 15:58 UTC (permalink / raw)
  To: gcc-cvs

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

commit r12-7345-ge9f8443a9179c0e9e0d96dfa91c883d6ddb70d3b
Author: Christophe Lyon <christophe.lyon@arm.com>
Date:   Wed Oct 13 09:16:53 2021 +0000

    arm: Add VPR_REG to ALL_REGS
    
    VPR_REG should be part of ALL_REGS, this patch fixes this omission.
    
    Most of the work of this patch series was carried out while I was
    working at STMicroelectronics as a Linaro assignee.
    
    2022-02-22  Christophe Lyon  <christophe.lyon@arm.com>
    
            gcc/
            * config/arm/arm.h (REG_CLASS_CONTENTS): Add VPR_REG to ALL_REGS.

Diff:
---
 gcc/config/arm/arm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 61c02218b78..ef7b66f34ae 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -1347,7 +1347,7 @@ enum reg_class
   { 0x00000000, 0x00000000, 0x00000000, 0x00000080 }, /* AFP_REG */	\
   { 0x00000000, 0x00000000, 0x00000000, 0x00000400 }, /* VPR_REG.  */	\
   { 0x00005FFF, 0x00000000, 0x00000000, 0x00000400 }, /* GENERAL_AND_VPR_REGS.  */ \
-  { 0xFFFF7FFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x0000000F }  /* ALL_REGS.  */	\
+  { 0xFFFF7FFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x0000040F }  /* ALL_REGS.  */	\
 }
 
 #define FP_SYSREGS \


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

only message in thread, other threads:[~2022-02-22 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 15:58 [gcc r12-7345] arm: Add VPR_REG to ALL_REGS Christophe Lyon

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