From: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
To: qemu-ppc@nongnu.org, david@gibson.dropbear.id.au, rth@twiddle.net
Cc: qemu-devel@nongnu.org, bharata@linux.vnet.ibm.com,
nikunj@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH v2 0/2] POWER9 TCG enablements - part12
Date: Fri, 13 Jan 2017 14:53:38 +0530 [thread overview]
Message-ID: <1484299420-23031-1-git-send-email-nikunj@linux.vnet.ibm.com> (raw)
This series contains 5 new instructions for POWER9 ISA3.0
VSX Scalar Test Data Class
VSX Vector Test Data Class
Changelog:
v1:
* Zero the match variable in the element loops
v0:
* Concise logic for identifying data class in Scalar/Vector
test data class instructions
Nikunj A Dadhania (2):
target-ppc: Add xvtstdc[sp,dp] instructions
target-ppc: Add xststdc[sp, dp, qp] instructions
target/ppc/fpu_helper.c | 90 +++++++++++++++++++++++++++++++++++++
target/ppc/helper.h | 5 +++
target/ppc/internal.h | 6 ++-
target/ppc/translate/vsx-impl.inc.c | 5 +++
target/ppc/translate/vsx-ops.inc.c | 12 +++++
5 files changed, 116 insertions(+), 2 deletions(-)
--
2.7.4
next reply other threads:[~2017-01-13 9:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-13 9:23 Nikunj A Dadhania [this message]
2017-01-13 9:23 ` [Qemu-devel] [PATCH v2 1/2] target-ppc: Add xvtstdc[sp, dp] instructions Nikunj A Dadhania
2017-01-13 9:23 ` [Qemu-devel] [PATCH v2 2/2] target-ppc: Add xststdc[sp, dp, qp] instructions Nikunj A Dadhania
2017-01-24 6:47 ` [Qemu-devel] [PATCH v2 0/2] POWER9 TCG enablements - part12 Nikunj A Dadhania
2017-02-01 0:24 ` David Gibson
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=1484299420-23031-1-git-send-email-nikunj@linux.vnet.ibm.com \
--to=nikunj@linux.vnet.ibm.com \
--cc=bharata@linux.vnet.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=rth@twiddle.net \
/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 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).