From patchwork Fri Nov 27 11:41:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Krebbel X-Patchwork-Id: 549398 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 014E1140319 for ; Fri, 27 Nov 2015 22:42:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=eR5G+BUz; dkim-atps=neutral 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:message-id:in-reply-to:references; q=dns; s= default; b=IMt5AuUUss0SI8BFcwVzlpn8i7a4/lMs/Em/eHzFsAeY6XvE5yr+W V9cj5g1iKfks+YmVFQdjT/TKyKulbCEWSJU0JyAM7YYAcA6R6ngtxtZGV56HGuzs TtrU8xo5BBEsFk0LAKGOIom407vtGRPmE4z+RHCB25dAy2Y5RAFZtM= 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:message-id:in-reply-to:references; s=default; bh=/1UVUFmuv4QfYgGHge2sLSo7maY=; b=eR5G+BUzeq2h10yK1gOBgqf2NZxh KPYi5qRm0OPccLClPYwULbbklaPC8UiUVAWMjputP6YjMatnckPYY0jT2dw0pCHG DJCKeyccEghgpzWMAedxZvGwgnBcF5LKkigrhDnBlHWzUnhMBDN12/1I9aLG7RgF LRd+t6aOefy06ZA= Received: (qmail 104148 invoked by alias); 27 Nov 2015 11:42:02 -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 104063 invoked by uid 89); 27 Nov 2015 11:42:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL, BAYES_05, KAM_LAZY_DOMAIN_SECURITY, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: e06smtp17.uk.ibm.com Received: from e06smtp17.uk.ibm.com (HELO e06smtp17.uk.ibm.com) (195.75.94.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 27 Nov 2015 11:42:00 +0000 Received: from localhost by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 27 Nov 2015 11:41:57 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 27 Nov 2015 11:41:55 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id D69FE219005F for ; Fri, 27 Nov 2015 11:41:48 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tARBftcc63766568 for ; Fri, 27 Nov 2015 11:41:55 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tARBfsXA028473 for ; Fri, 27 Nov 2015 04:41:54 -0700 Received: from maggie.ibm.com (icon-9-164-144-161.megacenter.de.ibm.com [9.164.144.161]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id tARBfqvo028272 (version=TLSv1/SSLv3 cipher=AES256-SHA256 bits=256 verify=NO) for ; Fri, 27 Nov 2015 04:41:54 -0700 From: Andreas Krebbel To: gcc-patches@gcc.gnu.org Subject: [PATCH 6/7] S/390: vec_set mode DI->SI for shift_count Date: Fri, 27 Nov 2015 12:41:51 +0100 Message-Id: <1448624512-22364-7-git-send-email-krebbel@linux.vnet.ibm.com> In-Reply-To: <1448624512-22364-1-git-send-email-krebbel@linux.vnet.ibm.com> References: <1448624512-22364-1-git-send-email-krebbel@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15112711-0029-0000-0000-0000094124E9 X-IsSubscribed: yes gcc/ChangeLog: 2015-11-27 Andreas Krebbel * config/s390/vector.md ("*vec_set"): Change shift count mode from DI to SI. --- gcc/config/s390/vector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/s390/vector.md b/gcc/config/s390/vector.md index 9c1e6a6..d4f652a 100644 --- a/gcc/config/s390/vector.md +++ b/gcc/config/s390/vector.md @@ -314,7 +314,7 @@ (define_insn "*vec_set" [(set (match_operand:V 0 "register_operand" "=v, v,v") (unspec:V [(match_operand: 1 "general_operand" "d,QR,K") - (match_operand:DI 2 "shift_count_or_setmem_operand" "Y, I,I") + (match_operand:SI 2 "shift_count_or_setmem_operand" "Y, I,I") (match_operand:V 3 "register_operand" "0, 0,0")] UNSPEC_VEC_SET))] "TARGET_VX"