From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLwFP-0000Br-4x for qemu-devel@nongnu.org; Tue, 17 Sep 2013 10:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLwFG-0005Ma-OU for qemu-devel@nongnu.org; Tue, 17 Sep 2013 10:27:23 -0400 Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]:49135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLwFG-0005L0-Gd for qemu-devel@nongnu.org; Tue, 17 Sep 2013 10:27:14 -0400 Received: by mail-pb0-f42.google.com with SMTP id un15so5631002pbc.15 for ; Tue, 17 Sep 2013 07:27:13 -0700 (PDT) Sender: Richard Henderson Message-ID: <523866BD.1010307@twiddle.net> Date: Tue, 17 Sep 2013 07:27:09 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1379195690-6509-1-git-send-email-rth@twiddle.net> <1379195690-6509-5-git-send-email-rth@twiddle.net> <5236B659.5090608@huawei.com> <52372FD0.7040700@twiddle.net> <52380C53.5060003@huawei.com> In-Reply-To: <52380C53.5060003@huawei.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 04/33] tcg-aarch64: Hoist common argument loads in tcg_out_op List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On 09/17/2013 01:01 AM, Claudio Fontana wrote: > I don't have anything against it in principle, but just adding c0 and c1, > which iirc should cover all uses, would be fine by me. Not really. There are 6 potential args[] values, 5 of which might be const_args[]. r~