public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: William Schmidt <wschmidt@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Map to vector_pair and vector_quad type nodes
Date: Tue, 18 Aug 2020 17:08:11 +0000 (GMT)	[thread overview]
Message-ID: <20200818170811.DB9D73857C4D@sourceware.org> (raw)

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" },


             reply	other threads:[~2020-08-18 17:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-18 17:08 William Schmidt [this message]
2020-08-18 18:46 William Schmidt
2020-08-20 16:40 William Schmidt
2020-08-28 20:09 William Schmidt
2020-09-14 14:00 William Schmidt
2020-09-16 21:31 William Schmidt
2020-10-27 16:30 William Schmidt
2020-10-29 19:52 William Schmidt

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=20200818170811.DB9D73857C4D@sourceware.org \
    --to=wschmidt@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).