From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoJnm-0001mW-Mb for qemu-devel@nongnu.org; Thu, 17 Sep 2009 12:25:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoJnm-0001mE-72 for qemu-devel@nongnu.org; Thu, 17 Sep 2009 12:25:46 -0400 Received: from [199.232.76.173] (port=57139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoJnm-0001mB-1h for qemu-devel@nongnu.org; Thu, 17 Sep 2009 12:25:46 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:42259) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoJnl-00029C-MD for qemu-devel@nongnu.org; Thu, 17 Sep 2009 12:25:45 -0400 Received: by fg-out-1718.google.com with SMTP id e21so1350201fga.10 for ; Thu, 17 Sep 2009 09:25:43 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090917120406.J54069@stanley.csl.cornell.edu> References: <20090909120628.J4195@stanley.csl.cornell.edu> <20090916195242.GE770@volta.aurel32.net> <20090916163826.M50839@stanley.csl.cornell.edu> <20090916205646.GA28487@hall.aurel32.net> <20090917120406.J54069@stanley.csl.cornell.edu> Date: Thu, 17 Sep 2009 18:25:43 +0200 Message-ID: <761ea48b0909170925v608aa297va3b64535610cd8cc@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] Fix extlh instruction on Alpha From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vince Weaver Cc: qemu-devel@nongnu.org, Aurelien Jarno On Thu, Sep 17, 2009 at 6:07 PM, Vince Weaver wrote= : > > What would be nice is a tcg > subtract-from instruction, which I know some architectures have. =A0Maybe > tcg does have it and I should look harder. There is tcg_gen_subfi. Laurent