From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT6z2-0001Vq-Uy for qemu-devel@nongnu.org; Mon, 07 Oct 2013 05:20:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VT6yw-0004ft-S1 for qemu-devel@nongnu.org; Mon, 07 Oct 2013 05:20:08 -0400 Received: from mail-ee0-f54.google.com ([74.125.83.54]:34154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT6yw-0004ay-MI for qemu-devel@nongnu.org; Mon, 07 Oct 2013 05:20:02 -0400 Received: by mail-ee0-f54.google.com with SMTP id e53so3125301eek.27 for ; Mon, 07 Oct 2013 02:20:01 -0700 (PDT) Message-ID: <52527CE1.50201@linaro.org> Date: Mon, 07 Oct 2013 11:20:33 +0200 From: Claudio Fontana MIME-Version: 1.0 References: 1380831820-23366-2-git-send-email-rth@twiddle.net <524EB14B.5090607@linaro.org> <524FC1C4.1000500@twiddle.net> In-Reply-To: <524FC1C4.1000500@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] tcg-aarch64: Update to helper_ret_*_mmu routines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On 10/05/13 09:37, Richard Henderson wrote: > On 10/04/2013 02:15 PM, Claudio Fontana wrote: >> At first glance I think we should add X4 to the list of restrictions in >> function `target_parse_constraint': > > No, we've consumed all of the inputs at this point. We only > need list those registers we're going to clobber before the > inputs are consumed. > > > r~ > Indeed. Tested with target arm, x86-64, sparc, all good. Reviewed-by: Claudio Fontana Tested-by: Claudio Fontana