public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r10-8680] rs6000, restrict bfloat convert intrinsic to Power 10.
@ 2020-08-27 19:04 Carl Love
  0 siblings, 0 replies; only message in thread
From: Carl Love @ 2020-08-27 19:04 UTC (permalink / raw)
  To: gcc-cvs

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

commit r10-8680-gb1b96e621708c0c32075d089ba56a95a10537692
Author: Carl Love <cel@us.ibm.com>
Date:   Mon Aug 24 11:48:11 2020 -0500

    rs6000, restrict bfloat convert intrinsic to Power 10.
    
    gcc/ChangeLog
    
    2020-08-26  Carl Love  <cel@us.ibm.com>
            * config/rs6000/rs6000-builtin.def: (BU_P10V_VSX_1) New builtin
            macro expansion.
            (XVCVBF16SPN, XVCVSPBF16): Replace macro expansion BU_VSX_1 with
            BU_P10V_VSX_1.
            * config/rs6000/rs6000-call.c: (VSX_BUILTIN_XVCVSPBF16,
            VSX_BUILTIN_XVCVBF16SPN): Replace with P10V_BUILTIN_XVCVSPBF16,
            P10V_BUILTIN_XVCVBF16SPN respectively.

Diff:
---
 gcc/config/rs6000/rs6000-builtin.def | 12 ++++++++++--
 gcc/config/rs6000/rs6000-call.c      |  4 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-builtin.def b/gcc/config/rs6000/rs6000-builtin.def
index 88f78cb0a15..5de17e79855 100644
--- a/gcc/config/rs6000/rs6000-builtin.def
+++ b/gcc/config/rs6000/rs6000-builtin.def
@@ -1014,6 +1014,14 @@
 		     | RS6000_BTC_BINARY),				\
 		    CODE_FOR_ ## ICODE)			/* ICODE */
 
+/* Built-ins for ISA 3.1 Altivec instructions.  */
+#define BU_P10V_VSX_1(ENUM, NAME, ATTR, ICODE)\
+  RS6000_BUILTIN_1 (P10V_BUILTIN_ ## ENUM,		/* ENUM */      \
+		    "__builtin_vsx_" NAME,		/* NAME */      \
+		    RS6000_BTM_P10,			/* MASK */      \
+		    (RS6000_BTC_ ## ATTR		/* ATTR */      \
+		    | RS6000_BTC_UNARY),				\
+		    CODE_FOR_ ## ICODE)			/* ICODE */
 #endif
 
 \f
@@ -2698,8 +2706,8 @@ BU_SPECIAL_X (RS6000_BUILTIN_CFSTRING, "__builtin_cfstring", RS6000_BTM_ALWAYS,
 	      RS6000_BTC_MISC)
 
 /* POWER10 MMA builtins.  */
-BU_VSX_1 (XVCVBF16SPN,	    "xvcvbf16spn",	MISC, vsx_xvcvbf16spn)
-BU_VSX_1 (XVCVSPBF16,	    "xvcvspbf16",	MISC, vsx_xvcvspbf16)
+BU_P10V_VSX_1 (XVCVBF16SPN,	    "xvcvbf16spn",	MISC, vsx_xvcvbf16spn)
+BU_P10V_VSX_1 (XVCVSPBF16,	    "xvcvspbf16",	MISC, vsx_xvcvspbf16)
 
 BU_MMA_1 (XXMFACC,	    "xxmfacc",		QUAD, mma_xxmfacc)
 BU_MMA_1 (XXMTACC,	    "xxmtacc",		QUAD, mma_xxmtacc)
diff --git a/gcc/config/rs6000/rs6000-call.c b/gcc/config/rs6000/rs6000-call.c
index 2cf78dfa5fe..fc1671e1bb2 100644
--- a/gcc/config/rs6000/rs6000-call.c
+++ b/gcc/config/rs6000/rs6000-call.c
@@ -13383,8 +13383,8 @@ builtin_function_type (machine_mode mode_ret, machine_mode mode_arg0,
     case P8V_BUILTIN_VGBBD:
     case MISC_BUILTIN_CDTBCD:
     case MISC_BUILTIN_CBCDTD:
-    case VSX_BUILTIN_XVCVSPBF16:
-    case VSX_BUILTIN_XVCVBF16SPN:
+    case P10V_BUILTIN_XVCVSPBF16:
+    case P10V_BUILTIN_XVCVBF16SPN:
       h.uns_p[0] = 1;
       h.uns_p[1] = 1;
       break;


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

only message in thread, other threads:[~2020-08-27 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 19:04 [gcc r10-8680] rs6000, restrict bfloat convert intrinsic to Power 10 Carl Love

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