qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V3 00/13] Stage 2 VSX Support
@ 2013-11-01 13:21 Tom Musta
  2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 01/13] Abandon GEN_VSX_* macros Tom Musta
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Tom Musta @ 2013-11-01 13:21 UTC (permalink / raw)
  To: qemu-devel, tommusta; +Cc: qemu-ppc

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(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-12-17 13:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 13:21 [Qemu-devel] [PATCH V3 00/13] Stage 2 VSX Support Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 01/13] Abandon GEN_VSX_* macros Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 02/13] Add lxsdx Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 03/13] Add lxvdsx Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 04/13] Add lxvw4x Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 05/13] Add stxsdx Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 06/13] Add stxvw4x Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 07/13] Add VSX Scalar Move Instructions Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 08/13] Add VSX Vector " Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 09/13] Add Power7 VSX Logical Instructions Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 10/13] Add xxmrgh/xxmrgl Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 11/13] Add xxsel Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 12/13] Add xxspltw Tom Musta
2013-11-01 13:21 ` [Qemu-devel] [PATCH V3 13/13] Add xxsldwi Tom Musta
2013-12-03 16:11 ` [Qemu-devel] [PATCH V3 00/13] Stage 2 VSX Support Tom Musta
2013-12-17 13:34   ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).