public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix parameters on VSEL_4SF
@ 2020-12-17  4:12 William Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: William Schmidt @ 2020-12-17  4:12 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:51e5524f7ea1f0f9a71dfb41f2a35232de57c729

commit 51e5524f7ea1f0f9a71dfb41f2a35232de57c729
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Wed Dec 16 22:12:14 2020 -0600

    rs6000: Fix parameters on VSEL_4SF
    
    2020-12-16  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-overload.def (VEC_SEL): Fix parameters on
            two VSEL_4SF instances.

Diff:
---
 gcc/config/rs6000/rs6000-overload.def | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-overload.def b/gcc/config/rs6000/rs6000-overload.def
index 95a0eb0eb88..2109c6ccb56 100644
--- a/gcc/config/rs6000/rs6000-overload.def
+++ b/gcc/config/rs6000/rs6000-overload.def
@@ -2555,9 +2555,9 @@
     VSEL_2DI_UNS  VSEL_2DI_BB
   vbll __builtin_vec_sel (vbll, vbll, vull);
     VSEL_2DI_UNS  VSEL_2DI_BU
-  vf __builtin_vec_sel (vf, vf, vbll);
+  vf __builtin_vec_sel (vf, vf, vbi);
     VSEL_4SF  VSEL_4SF_B
-  vf __builtin_vec_sel (vf, vf, vull);
+  vf __builtin_vec_sel (vf, vf, vui);
     VSEL_4SF  VSEL_4SF_U
   vd __builtin_vec_sel (vd, vd, vbll);
     VSEL_2DF  VSEL_2DF_B


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

* [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix parameters on VSEL_4SF
@ 2021-02-07 18:16 William Schmidt
  0 siblings, 0 replies; 2+ messages in thread
From: William Schmidt @ 2021-02-07 18:16 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5e89461e031f384c3e522a33bda3649f854a5ca2

commit 5e89461e031f384c3e522a33bda3649f854a5ca2
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Wed Dec 16 22:12:14 2020 -0600

    rs6000: Fix parameters on VSEL_4SF
    
    2020-12-16  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/rs6000-overload.def (VEC_SEL): Fix parameters on
            two VSEL_4SF instances.

Diff:
---
 gcc/config/rs6000/rs6000-overload.def | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/rs6000/rs6000-overload.def b/gcc/config/rs6000/rs6000-overload.def
index 95a0eb0eb88..2109c6ccb56 100644
--- a/gcc/config/rs6000/rs6000-overload.def
+++ b/gcc/config/rs6000/rs6000-overload.def
@@ -2555,9 +2555,9 @@
     VSEL_2DI_UNS  VSEL_2DI_BB
   vbll __builtin_vec_sel (vbll, vbll, vull);
     VSEL_2DI_UNS  VSEL_2DI_BU
-  vf __builtin_vec_sel (vf, vf, vbll);
+  vf __builtin_vec_sel (vf, vf, vbi);
     VSEL_4SF  VSEL_4SF_B
-  vf __builtin_vec_sel (vf, vf, vull);
+  vf __builtin_vec_sel (vf, vf, vui);
     VSEL_4SF  VSEL_4SF_U
   vd __builtin_vec_sel (vd, vd, vbll);
     VSEL_2DF  VSEL_2DF_B


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

end of thread, other threads:[~2021-02-07 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  4:12 [gcc(refs/users/wschmidt/heads/builtins4)] rs6000: Fix parameters on VSEL_4SF William Schmidt
2021-02-07 18:16 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).