public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 1/4] [ARC] Add more additional register names
@ 2018-07-16 12:29 Claudiu Zissulescu
  2018-07-16 12:29 ` [PATCH 4/4] [ARC] Update default optimizations for size Claudiu Zissulescu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Claudiu Zissulescu @ 2018-07-16 12:29 UTC (permalink / raw)
  To: gcc-patches; +Cc: fbedard, andrew.burgess, claziss

From: claziss <claziss@synopsys.com>

gcc/
2017-06-14  Claudiu Zissulescu  <claziss@synopsys.com>

	* config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Add additional
	register names.
---
 gcc/config/arc/arc.h | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h
index 1780034aabe..3648314eaca 100644
--- a/gcc/config/arc/arc.h
+++ b/gcc/config/arc/arc.h
@@ -1215,7 +1215,15 @@ extern char rname56[], rname57[], rname58[], rname59[];
 {						\
   {"ilink",  29},				\
   {"r29",    29},				\
-  {"r30",    30}				\
+  {"r30",    30},				\
+  {"r40",    40},				\
+  {"r41",    41},				\
+  {"r42",    42},				\
+  {"r43",    43},				\
+  {"r56",    56},				\
+  {"r57",    57},				\
+  {"r58",    58},				\
+  {"r59",    59}				\
 }
 
 /* Entry to the insn conditionalizer.  */
-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-25 15:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16 12:29 [PATCH 1/4] [ARC] Add more additional register names Claudiu Zissulescu
2018-07-16 12:29 ` [PATCH 4/4] [ARC] Update default optimizations for size Claudiu Zissulescu
2018-07-16 12:29 ` [PATCH 3/4] [ARC] Improve instruction selection for fp moves Claudiu Zissulescu
2018-07-16 12:29 ` [PATCH 2/4] [ARX][FIX] Fix uncache attribute Claudiu Zissulescu
2018-07-25 13:49 ` [PATCH 1/4] [ARC] Add more additional register names Andrew Burgess
2018-07-25 15:10   ` Claudiu Zissulescu

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