From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZS1o-0008F3-6n for qemu-devel@nongnu.org; Thu, 24 Oct 2013 17:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZS1e-0001AL-Md for qemu-devel@nongnu.org; Thu, 24 Oct 2013 17:01:12 -0400 Sender: Richard Henderson Message-ID: <52698A89.3070202@twiddle.net> Date: Thu, 24 Oct 2013 14:00:57 -0700 From: Richard Henderson MIME-Version: 1.0 References: <526947CA.4020504@gmail.com> <52694896.5040304@gmail.com> <52696C48.9040505@twiddle.net> <5269862B.4090701@gmail.com> In-Reply-To: <5269862B.4090701@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 03/19] General Support for VSX Helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , QEMU Developers Cc: "qemu-ppc@nongnu.org" On 10/24/2013 01:42 PM, Tom Musta wrote: > > Unless you are suggesting that the decoded VSR index (0..63) be passed to the > helper? It was a thought. I'll leave the ultimate decision to ppc maintainers. The insns setting cr6 and crf[BF] get more complicated, but in general those could be handled by returning the cc value that should be stored, and have tcg code actually assign the field. r~