From patchwork Wed Feb 17 18:51:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Krebbel X-Patchwork-Id: 584311 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 5CFB1140271 for ; Thu, 18 Feb 2016 05:52:23 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=PJW6Kveq; 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=N8WGhiKOmSRcrByJifL32qfwdSjG0DZmHeQi4Weu7QsEFap70zs0O K/aVPCqkNoAKR/Vt4Ucrt0XE1gxKnlbXOlKUSeqN94ukMRgV/0wwA034v2iCB1lp BuKit8HlJWQGxwxG7kf3zpaORlMqpPUKE9ykyKiWQGrcGoNBtpssgY= 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=HVi3i6nKRiH1mas3Alg9gmL+qfk=; b=PJW6KveqZb0Qi2Tx9Eb7TmfF5B23 udvvHGDR0BIs0iGgMgGoOxmghdtBLPHrCFwvvQASvu+CZzqd/O+QfPF0YF/YBVoD jh0hk0cGGtaOruI9u7hIZVOEYZDKAZ6TYLlfVA0OrU6PrBPVAXP5irXcryl5hnjC klufnireF+kHYsM= Received: (qmail 125810 invoked by alias); 17 Feb 2016 18:51:42 -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 125666 invoked by uid 89); 17 Feb 2016 18:51:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= 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; Wed, 17 Feb 2016 18:51:39 +0000 Received: from localhost by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Feb 2016 18:51:36 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 17 Feb 2016 18:51:34 -0000 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id B45BA1B0804B for ; Wed, 17 Feb 2016 18:51:50 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1HIpXA029622524 for ; Wed, 17 Feb 2016 18:51:34 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1HIpXtV011184 for ; Wed, 17 Feb 2016 11:51:33 -0700 Received: from maggie.ibm.com (icon-9-164-149-26.megacenter.de.ibm.com [9.164.149.26]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u1HIpW7E011171 (version=TLSv1/SSLv3 cipher=AES256-SHA256 bits=256 verify=NO) for ; Wed, 17 Feb 2016 11:51:33 -0700 From: Andreas Krebbel To: gcc-patches@gcc.gnu.org Subject: [PATCH 2/9] S/390: z13 lcbb fix address operand. Date: Wed, 17 Feb 2016 19:51:25 +0100 Message-Id: <1455735092-1607-3-git-send-email-krebbel@linux.vnet.ibm.com> In-Reply-To: <1455735092-1607-1-git-send-email-krebbel@linux.vnet.ibm.com> References: <1455735092-1607-1-git-send-email-krebbel@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16021718-0005-0000-0000-00000A65C375 X-IsSubscribed: yes gcc/ChangeLog: 2016-02-17 Andreas Krebbel * config/s390/s390.md: Add missing output modifier for operand 1 to print it as address properly. --- gcc/config/s390/s390.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 9d76e61..55ae705 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -10913,11 +10913,11 @@ (define_insn "lcbb" [(set (match_operand:SI 0 "register_operand" "=d") - (unspec:SI [(match_operand:SI 1 "address_operand" "ZQZR") + (unspec:SI [(match_operand 1 "address_operand" "ZQZR") (match_operand:SI 2 "immediate_operand" "C")] UNSPEC_LCBB)) (clobber (reg:CC CC_REGNUM))] "TARGET_Z13" - "lcbb\t%0,%1,%b2" + "lcbb\t%0,%a1,%b2" [(set_attr "op_type" "VRX")]) ; Handle -fsplit-stack.