From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UczLf-0000iM-Mg for qemu-devel@nongnu.org; Thu, 16 May 2013 10:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UczLa-0001Ym-Lb for qemu-devel@nongnu.org; Thu, 16 May 2013 10:40:03 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:39287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UczLZ-0001YH-Vp for qemu-devel@nongnu.org; Thu, 16 May 2013 10:39:58 -0400 Message-ID: <5194EF98.4030007@huawei.com> Date: Thu, 16 May 2013 16:39:20 +0200 From: Claudio Fontana MIME-Version: 1.0 References: <5141F36E.10004@huawei.com> <5187A863.7080903@huawei.com> <5187AFC0.3090201@redhat.com> <5190E923.1030200@huawei.com> <5190EBC5.9080901@huawei.com> <519227B0.8000407@huawei.com> <519255F9.2050604@twiddle.net> In-Reply-To: <519255F9.2050604@twiddle.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] tcg/aarch64: implement new TCG target for aarch64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Peter Maydell , qemu-devel@nongnu.org, Paolo Bonzini On 14.05.2013 17:19, Richard Henderson wrote: > On 05/14/2013 05:25 AM, Peter Maydell wrote: >>> Yes, I agree. I could not find an image which triggered that >>>> code path for register rotation amounts. >> Try PPC : rlwmn will generate a rotl (as will other insns). >> > > rlwmn will only generate constant rotations; at issue are > variable rotations. > > Those ought be be generatable with current sources and x86 > 32-bit or 64-bit rotate insns though. That cleanup was done > during this release cycle, so if Claudio's testing was on a > previous release... Indeed, I was able to test that codepath today after rebasing on current QEMU. We are working on a new patchset that tries to incorporate the changes discussed up to now. Thanks, Claudio