From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32010 invoked by alias); 21 Oct 2011 15:16:08 -0000 Received: (qmail 32001 invoked by uid 22791); 21 Oct 2011 15:16:07 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 15:15:39 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9LFFaRq017591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Oct 2011 11:15:36 -0400 Received: from anchor.twiddle.net (vpn-238-221.phx2.redhat.com [10.3.238.221]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p9LFFZuj004826; Fri, 21 Oct 2011 11:15:36 -0400 Message-ID: <4EA18C97.80401@redhat.com> Date: Fri, 21 Oct 2011 16:20:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: BELBACHIR Selim CC: "gcc@gcc.gnu.org" Subject: Re: arithmetic standard pattern using only memory_operand References: <15567_1319202662_4EA16F66_15567_11929_1_9C88BF562A27AA41B242B2780441926E207870C36A@THSONEA01CMS05P.one.grp> In-Reply-To: <15567_1319202662_4EA16F66_15567_11929_1_9C88BF562A27AA41B242B2780441926E207870C36A@THSONEA01CMS05P.one.grp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00385.txt.bz2 On 10/21/2011 06:10 AM, BELBACHIR Selim wrote: > Is it possible to define arithmetic standard parttern with operands matched by memory_operand only? No. r~