qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
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 0/4] POWER9 TCG enablements - part14
Date: Mon,  6 Feb 2017 15:59:56 +0530	[thread overview]
Message-ID: <1486377000-25701-1-git-send-email-nikunj@linux.vnet.ibm.com> (raw)

This series contains 8 new instructions for POWER9 ISA3.0
    VSX Scalar Maximum DP
    VSX Scalar Minimum DP
    Load/Store Atomic instructions

Balamuruhan S (2):
  target-ppc: implement load atomic instruction
  target-ppc: implement store atomic instruction

Bharata B Rao (2):
  target-ppc: Add xsmaxcdp and xsmincdp instructions
  target-ppc: Add xsmaxjdp and xsminjdp instructions

 target/ppc/fpu_helper.c             | 93 +++++++++++++++++++++++++++++++++++
 target/ppc/helper.h                 |  4 ++
 target/ppc/internal.h               |  2 +
 target/ppc/translate.c              | 98 +++++++++++++++++++++++++++++++++++++
 target/ppc/translate/vsx-impl.inc.c |  4 ++
 target/ppc/translate/vsx-ops.inc.c  |  4 ++
 6 files changed, 205 insertions(+)

-- 
2.7.4

             reply	other threads:[~2017-02-06 10:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-06 10:29 Nikunj A Dadhania [this message]
2017-02-06 10:29 ` [Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction Nikunj A Dadhania
2017-02-09  1:20   ` David Gibson
2017-02-09  5:05     ` Nikunj A Dadhania
2017-02-06 10:29 ` [Qemu-devel] [PATCH 2/4] target-ppc: implement store " Nikunj A Dadhania
2017-02-06 10:29 ` [Qemu-devel] [PATCH 3/4] target-ppc: Add xsmaxcdp and xsmincdp instructions Nikunj A Dadhania
2017-02-06 10:30 ` [Qemu-devel] [PATCH 4/4] target-ppc: Add xsmaxjdp and xsminjdp instructions Nikunj A Dadhania
2017-02-09  1:27 ` [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part14 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=1486377000-25701-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).