qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [Qemu-devel] [PATCH V3 00/13] Stage 2 VSX Support


From: Alexander Graf
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH V3 00/13] Stage 2 VSX Support
Date: Tue, 17 Dec 2013 14:34:13 +0100

On 03.12.2013, at 17:11, Tom Musta <address@hidden> wrote:

> On 11/1/2013 8:21 AM, Tom Musta wrote:
>> NOTE: this is a resubmission of this patch series.  Alex discovered some
>> corruption in the patches from my previous submission.
>> 
>> 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!)
>> 
>> V3: reworked patches 7 & 8 per comments from Paolo Bonzini (thanks, Paulo)
>> 
>> 
>> 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 |  491 
>> +++++++++++++++++++++++++++++++++++++++++++++++-
>> 1 files changed, 483 insertions(+), 8 deletions(-)
>> 
> 
> Ping.

Thanks, applied to ppc-next.

Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]