[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 00/13] Stage 2 VSX Support
From: |
Tom Musta |
Subject: |
[Qemu-ppc] [PATCH 00/13] Stage 2 VSX Support |
Date: |
Fri, 04 Oct 2013 08:09:24 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
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.
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 | 516
+++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 508 insertions(+), 8 deletions(-)
- [Qemu-ppc] [PATCH 00/13] Stage 2 VSX Support,
Tom Musta <=
- [Qemu-ppc] [PATCH 01/13] Abandon GEN_VSX_* macros, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 02/13] Add lxsdx, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 03/13] Add lxvdsx, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 04/13] Add lxvw4x, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 05/13] Add stxsdx, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 06/13] Add stxvw4x, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 07/13] Add VSX Scalar Move Instructions, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 08/13] Add VSX Vector Move Instructions, Tom Musta, 2013/10/04
- [Qemu-ppc] [PATCH 09/13] Add Power7 VSX Logical Instructions, Tom Musta, 2013/10/04