From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27064 invoked by alias); 21 Oct 2011 16:20:50 -0000 Received: (qmail 27045 invoked by uid 22791); 21 Oct 2011 16:20:47 -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 16:20:31 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9LGKSwP003293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Oct 2011 12:20:28 -0400 Received: from anchor.twiddle.net (vpn-238-221.phx2.redhat.com [10.3.238.221]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p9LGKSQY004268; Fri, 21 Oct 2011 12:20:28 -0400 Message-ID: <4EA19BCB.4020609@redhat.com> Date: Fri, 21 Oct 2011 20:57: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: Peter Bigot CC: Paul_Koning@dell.com, paulo@matos-sorge.com, gcc@gcc.gnu.org Subject: Re: Expanding instructions with condition codes inter-deps References: <4E9E0775.3020303@redhat.com> <09787EF419216C41A903FD14EE5506DD030CD64EDB@AUSX7MCPC103.AMER.DELL.COM> In-Reply-To: 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/msg00388.txt.bz2 On 10/21/2011 09:13 AM, Peter Bigot wrote: > Are there any existing machine descriptions that do model the carry > flag separately, specifically to model rotate operations that use the > carry flag as the destination and source for the shifted bit? Or is > the best I can do for that is to have the value be an unspec, with a > use and clobber of the CC register (which currently blows up in > simplify_subreg, but I'm still experimenting). I don't believe there are any extant with that behaviour. r~