From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI71T-0000DU-Ou for qemu-devel@nongnu.org; Mon, 24 Feb 2014 20:41:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WI71M-0007Sj-GM for qemu-devel@nongnu.org; Mon, 24 Feb 2014 20:41:27 -0500 Message-ID: <530C0641.5050404@suse.de> Date: Tue, 25 Feb 2014 03:56:01 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1393251376-2547-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1393251376-2547-1-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Use Additional Temporary in stqcx Case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Tom Musta wrote: > Per Alex Graf's suggestion, the recently added case to gen_conditional_store > for stqcx should use an additional temporary when accessing the second > doubleword. This avoids the mutation of the EA argument to the function, > which is counter intuitive. > > Signed-off-by: Tom Musta > Thanks, applied to ppc-next. Alex