All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Musta <tommusta@gmail.com>
To: qemu-ppc@nongnu.org
Cc: Tom Musta <tommusta@gmail.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [v2 00/13] Stage 2 VSX Support
Date: Fri, 11 Oct 2013 07:53:49 -0500	[thread overview]
Message-ID: <5257F4DD.7000204@gmail.com> (raw)


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

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

             reply	other threads:[~2013-10-11 12:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-11 12:53 Tom Musta [this message]
2013-10-11 12:55 ` [Qemu-devel] [v2 01/13] Abandon GEN_VSX_* macros Tom Musta
2013-10-22  6:23   ` Paolo Bonzini
2013-10-11 12:57 ` [Qemu-devel] [v2 02/13] Add lxsdx Tom Musta
2013-10-22  6:24   ` Paolo Bonzini
2013-10-31 22:58   ` [Qemu-devel] [Qemu-ppc] " Alexander Graf
2013-11-01 12:31     ` Tom Musta
2013-10-11 12:58 ` [Qemu-devel] [v2 03/13] Add lxvdsx Tom Musta
2013-10-22  6:24   ` Paolo Bonzini
2013-10-11 12:59 ` [Qemu-devel] [v2 04/13] Add lxvw4x Tom Musta
2013-10-22  6:28   ` Paolo Bonzini
2013-10-11 13:00 ` [Qemu-devel] [v2 05/13] Add stxsdx Tom Musta
2013-10-22  6:29   ` Paolo Bonzini
2013-10-11 13:01 ` [Qemu-devel] [v2 06/13] Add stxvw4x Tom Musta
2013-10-22  6:29   ` Paolo Bonzini
2013-10-11 13:02 ` [Qemu-devel] [v2 07/13] Add VSX Scalar Move Instructions Tom Musta
2013-10-22  6:31   ` Paolo Bonzini
2013-10-22 12:57     ` Tom Musta
2013-10-22 15:15     ` [Qemu-devel] [V3 " Tom Musta
2013-10-11 13:03 ` [Qemu-devel] [v2 08/13] Add VSX Vector " Tom Musta
2013-10-22  6:34   ` Paolo Bonzini
2013-10-22 15:16     ` [Qemu-devel] [V3 " Tom Musta
2013-10-11 13:04 ` [Qemu-devel] [v2 09/13] Add Power7 VSX Logical Instructions Tom Musta
2013-10-22  6:34   ` Paolo Bonzini
2013-10-11 13:05 ` [Qemu-devel] [v2 10/13] Add xxmrgh/xxmrgl Tom Musta
2013-10-22  6:35   ` Paolo Bonzini
2013-10-11 13:06 ` [Qemu-devel] [v2 11/13] Add xxsel Tom Musta
2013-10-11 13:07 ` [Qemu-devel] [v2 12/13] Add xxspltw Tom Musta
2013-10-11 13:08 ` [Qemu-devel] [v2 13/13] Add xxsldwi Tom Musta
2013-10-11 15:53 ` [Qemu-devel] [v2 00/13] Stage 2 VSX Support Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5257F4DD.7000204@gmail.com \
    --to=tommusta@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.