From patchwork Tue Sep 26 10:37:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Krebbel X-Patchwork-Id: 818517 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-462950-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="ilhL5mQ4"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3y1crh2rgwz9t6C for ; Tue, 26 Sep 2017 20:39:16 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:in-reply-to:references:message-id; q=dns; s= default; b=DwwNIkOaB3dbsadM0uKnIieicaCWzRtka8h80gP1d4HN02DUoB7YZ 0l7Hh/lK4YR6AWPgD0C7NZkj3iZd5TQhhWM+gbUsJhJyLGhktI9W1lTII6E6JC/5 fNQfgJxFyX8CXuazHIb4YMTQI/wbUYOxy07fGwWg517yY5ygXgClTc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:in-reply-to:references:message-id; s=default; bh=ko0uwv9zP70pP1Ofr6ohPxQjXnE=; b=ilhL5mQ4cz/iInOZdlHCySLd2oDE OczK5wRUz3+UB0z8BZSPdR9K2euaPpdlGvoFjHUhYG6rz85uaIrI69u5bI3LNNEk ME+bsDcdu89K7re2HScTwx0yNvs2M7C0X0ZLO1Rwusan3iKauonu+ySh1snXyl8E XLv6nQ95Jxm7cCg= Received: (qmail 103459 invoked by alias); 26 Sep 2017 10:38:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 103125 invoked by uid 89); 26 Sep 2017 10:38:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Sep 2017 10:38:08 +0000 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8QAY6lo007364 for ; Tue, 26 Sep 2017 06:38:02 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0a-001b2d01.pphosted.com with ESMTP id 2d7jwh9dw6-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 26 Sep 2017 06:38:02 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Sep 2017 11:38:00 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 26 Sep 2017 11:37:58 +0100 Received: from d06av21.portsmouth.uk.ibm.com (d06av21.portsmouth.uk.ibm.com [9.149.105.232]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v8QAbvdw18940114 for ; Tue, 26 Sep 2017 10:37:57 GMT Received: from d06av21.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id B8C9F52043 for ; Tue, 26 Sep 2017 10:32:47 +0100 (BST) Received: from maggie.boeblingen.de.ibm.com (unknown [9.152.212.134]) by d06av21.portsmouth.uk.ibm.com (Postfix) with ESMTPS id 9EAE95203F for ; Tue, 26 Sep 2017 10:32:47 +0100 (BST) From: Andreas Krebbel To: gcc-patches@gcc.gnu.org Subject: [PATCH 5/8] S/390: Fix rtl standard names for vector unpack low->lo Date: Tue, 26 Sep 2017 12:37:48 +0200 In-Reply-To: <20170926103751.21907-1-krebbel@linux.vnet.ibm.com> References: <20170926103751.21907-1-krebbel@linux.vnet.ibm.com> X-TM-AS-GCONF: 00 x-cbid: 17092610-0020-0000-0000-000003BB271F X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092610-0021-0000-0000-0000424CFF26 Message-Id: <20170926103751.21907-6-krebbel@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-09-26_03:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709260158 X-IsSubscribed: yes gcc/ChangeLog: 2017-09-26 Andreas Krebbel * config/s390/vector.md ("vec_unpacks_low_v16qi"): Rename to vec_unpacks_lo_v16qi. ("vec_unpacku_low_v16qi"): Rename to vec_unpacku_lo_v16qi. --- gcc/ChangeLog | 6 ++++++ gcc/config/s390/vector.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d2808b5..7863af1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2017-09-26 Andreas Krebbel + * config/s390/vector.md ("vec_unpacks_low_v16qi"): Rename to + vec_unpacks_lo_v16qi. + ("vec_unpacku_low_v16qi"): Rename to vec_unpacku_lo_v16qi. + +2017-09-26 Andreas Krebbel + * config/s390/vector.md ("vec_unpacks_lo_v4sf") ("vec_unpacks_hi_v4sf", "vec_unpacks_lo_v2df") ("vec_unpacks_hi_v2df", "vec_pack_trunc_v2df"): New expanders. diff --git a/gcc/config/s390/vector.md b/gcc/config/s390/vector.md index c15d81d..06c88c1 100644 --- a/gcc/config/s390/vector.md +++ b/gcc/config/s390/vector.md @@ -1652,7 +1652,7 @@ "vuphb\t%0,%1" [(set_attr "op_type" "VRR")]) -(define_insn "vec_unpacks_low_v16qi" +(define_insn "vec_unpacks_lo_v16qi" [(set (match_operand:V8HI 0 "register_operand" "=v") (sign_extend:V8HI (vec_select:V8QI @@ -1676,7 +1676,7 @@ "vuplhb\t%0,%1" [(set_attr "op_type" "VRR")]) -(define_insn "vec_unpacku_low_v16qi" +(define_insn "vec_unpacku_lo_v16qi" [(set (match_operand:V8HI 0 "register_operand" "=v") (zero_extend:V8HI (vec_select:V8QI