public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] s390 vec_xor fix (PR target/82464)
@ 2017-10-09 11:55 Jakub Jelinek
  2017-10-09 16:59 ` Andreas Krebbel
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2017-10-09 11:55 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andreas Krebbel

Hi!

I've committed following patch which has been preapproved by Andreas in the
PR.  No testcase right now, it will be covered by testsuite later together
with all the other intrinsics.

2017-10-09  Jakub Jelinek  <jakub@redhat.com>

	PR target/82464
	* config/s390/s390-builtins.def (s390_vec_xor_flt_a,
	s390_vec_xor_flt_b, s390_vec_xor_flt_c): New.

--- gcc/config/s390/s390-builtins.def.jj	2017-10-06 11:25:44.000000000 +0200
+++ gcc/config/s390/s390-builtins.def	2017-10-07 13:47:34.851529686 +0200
@@ -1621,6 +1621,9 @@ OB_DEF_VAR (s390_vec_xor_s64_c,
 OB_DEF_VAR (s390_vec_xor_u64_a,         s390_vx,            B_DEP,              0,                  BT_OV_UV2DI_BV2DI_UV2DI)
 OB_DEF_VAR (s390_vec_xor_u64_b,         s390_vx,            0,                  0,                  BT_OV_UV2DI_UV2DI_UV2DI)
 OB_DEF_VAR (s390_vec_xor_u64_c,         s390_vx,            B_DEP,              0,                  BT_OV_UV2DI_UV2DI_BV2DI)
+OB_DEF_VAR (s390_vec_xor_flt_a,         s390_vx,            B_VXE | B_DEP,      0,                  BT_OV_V4SF_BV4SI_V4SF)
+OB_DEF_VAR (s390_vec_xor_flt_b,         s390_vx,            B_VXE,              0,                  BT_OV_V4SF_V4SF_V4SF)
+OB_DEF_VAR (s390_vec_xor_flt_c,         s390_vx,            B_VXE | B_DEP,      0,                  BT_OV_V4SF_V4SF_BV4SI)
 OB_DEF_VAR (s390_vec_xor_dbl_a,         s390_vx,            B_DEP,              0,                  BT_OV_V2DF_BV2DI_V2DF)
 OB_DEF_VAR (s390_vec_xor_dbl_b,         s390_vx,            0,                  0,                  BT_OV_V2DF_V2DF_V2DF)
 OB_DEF_VAR (s390_vec_xor_dbl_c,         s390_vx,            B_DEP,              0,                  BT_OV_V2DF_V2DF_BV2DI)

	Jakub

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

* Re: [committed] s390 vec_xor fix (PR target/82464)
  2017-10-09 11:55 [committed] s390 vec_xor fix (PR target/82464) Jakub Jelinek
@ 2017-10-09 16:59 ` Andreas Krebbel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Krebbel @ 2017-10-09 16:59 UTC (permalink / raw)
  To: Jakub Jelinek, gcc-patches

On 10/09/2017 01:42 PM, Jakub Jelinek wrote:
> Hi!
> 
> I've committed following patch which has been preapproved by Andreas in the
> PR.  No testcase right now, it will be covered by testsuite later together
> with all the other intrinsics.
> 
> 2017-10-09  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR target/82464
> 	* config/s390/s390-builtins.def (s390_vec_xor_flt_a,
> 	s390_vec_xor_flt_b, s390_vec_xor_flt_c): New.

Thanks!

-Andreas-

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

end of thread, other threads:[~2017-10-09 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 11:55 [committed] s390 vec_xor fix (PR target/82464) Jakub Jelinek
2017-10-09 16:59 ` Andreas Krebbel

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