public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-09-16 21:31 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-09-16 21:31 UTC (permalink / raw)
  To: gcc-cvs

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

commit a4d11f9363ff6acab20d68799edc9dd1ae1d9eff
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-10-29 19:52 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-10-29 19:52 UTC (permalink / raw)
  To: gcc-cvs

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

commit f38fcfe9bdd3f40d552373ad46f2626afe14f541
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-10-27 16:30 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-10-27 16:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:968f6cde9f57bf8133b309ed56e2524b5b4046a2

commit 968f6cde9f57bf8133b309ed56e2524b5b4046a2
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-09-14 14:00 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-09-14 14:00 UTC (permalink / raw)
  To: gcc-cvs

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

commit ccf49a20df410dc53de66bddd134649ff0fe4173
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-08-28 20:09 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-28 20:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:711bc4b09745e5bd62d7caa57634e7d8455d350f

commit 711bc4b09745e5bd62d7caa57634e7d8455d350f
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-08-20 16:40 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-20 16:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9f5731ced205d9320e1285a335878904cb5d3a28

commit 9f5731ced205d9320e1285a335878904cb5d3a28
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-08-18 18:46 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-18 18:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4c19607e8e1d66cd72f50c3544d7e376c2d945df

commit 4c19607e8e1d66cd72f50c3544d7e376c2d945df
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
@ 2020-08-18 17:08 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-18 17:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4fe86d3819d1783f2100bd263280c15212d4eaa1

commit 4fe86d3819d1783f2100bd263280c15212d4eaa1
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Aug 18 12:07:55 2020 -0500

    rs6000: Map to vector_pair and vector_quad type nodes
    
    2020-08-18  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * rs6000-gen-builtin.c (TYPE_MAP_SIZE): Adjust.
            (type_map): Add entries.

Diff:
---
 gcc/config/rs6000/rs6000-gen-builtins.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000-gen-builtins.c b/gcc/config/rs6000/rs6000-gen-builtins.c
index eb75b11dbe3..75c9ed69ce5 100644
--- a/gcc/config/rs6000/rs6000-gen-builtins.c
+++ b/gcc/config/rs6000/rs6000-gen-builtins.c
@@ -439,7 +439,7 @@ struct typemap
    maps tokens from a fntype string to a tree type.  For example,
    in "si_ftype_hi" we would map "si" to "intSI_type_node" and
    map "hi" to "intHI_type_node".  */
-#define TYPE_MAP_SIZE 37
+#define TYPE_MAP_SIZE 39
 static typemap type_map[TYPE_MAP_SIZE] =
   {
     { "bv16qi",	"bool_V16QI" },
@@ -472,6 +472,8 @@ static typemap type_map[TYPE_MAP_SIZE] =
     { "uv8hi",	"unsigned_V8HI" },
     { "v",	"void" },
     { "v16qi",	"V16QI" },
+    { "v1poi",	"vector_pair" },
+    { "v1pxi",	"vector_quad" },
     { "v1ti",	"V1TI" },
     { "v2df",	"V2DF" },
     { "v2di",	"V2DI" },


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

end of thread, other threads:[~2020-10-29 19:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 21:31 [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes William Schmidt
  -- strict thread matches above, loose matches on Subject: below --
2020-10-29 19:52 William Schmidt
2020-10-27 16:30 William Schmidt
2020-09-14 14:00 William Schmidt
2020-08-28 20:09 William Schmidt
2020-08-20 16:40 William Schmidt
2020-08-18 18:46 William Schmidt
2020-08-18 17:08 William Schmidt

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