From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUf2M-0006TA-QZ for qemu-devel@nongnu.org; Fri, 11 Oct 2013 11:54:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUf2H-0003I5-Se for qemu-devel@nongnu.org; Fri, 11 Oct 2013 11:53:58 -0400 Sender: Richard Henderson Message-ID: <52581F01.5080108@twiddle.net> Date: Fri, 11 Oct 2013 08:53:37 -0700 From: Richard Henderson MIME-Version: 1.0 References: <5257F4DD.7000204@gmail.com> In-Reply-To: <5257F4DD.7000204@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v2 00/13] Stage 2 VSX Support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org On 10/11/2013 05:53 AM, Tom Musta wrote: > > This patch series continues adding support for the PowerPC Vector Scalar Extension > (VSX). Patches are relative to the Stage 1 delivery (see > http://lists.nongnu.org/archive/html/qemu-ppc/2013-09/msg00231.html). > > This series adds the following: > > a) all remaining load and store instructions defined by the V2.06 Power ISA > (aka Power7). > b) The vector and scalar move instructions. > c) The logical instructions defined by V2.06. > d) Assorted permute and select instructions. > > V2: reworked patches 4, 10, 11 and 12 per comments from Richard Henderson > (thanks, Richard!) Reviewed-by: Richard Henderson r~ > > Tom Musta (13): > Abandon GEN_VSX_* macros > Add lxsdx > Add lxvdsx > Add lxvw4x > Add stxsdx > Add stxvw4x > Add VSX Scalar Move Instructions > Add VSX Vector Move Instructions > Add Power7 VSX Logical Instructions > Add xxmrgh/xxmrgl > Add xxsel > Add xxspltw > Add xxsldwi > > target-ppc/translate.c | 485 +++++++++++++++++++++++++++++++++++++++++++++++- > 1 files changed, 477 insertions(+), 8 deletions(-) >