From: David Gibson <david@gibson.dropbear.id.au>
To: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Cc: qemu-ppc@nongnu.org, rth@twiddle.net, qemu-devel@nongnu.org,
benh@kernel.crashing.org
Subject: Re: [Qemu-devel] [PATCH 0/6] POWER9 TCG enablements - part4
Date: Tue, 9 Aug 2016 13:30:17 +1000 [thread overview]
Message-ID: <20160809033017.GH9057@voom.fritz.box> (raw)
In-Reply-To: <1470591415-3268-1-git-send-email-nikunj@linux.vnet.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 1745 bytes --]
On Sun, Aug 07, 2016 at 11:06:49PM +0530, Nikunj A Dadhania wrote:
> This series contains 10 new instructions for POWER9 ISA3.0.
>
> Patches:
> 01: xxspltib: VSX Vector Splat Immediate Byte
> 02: darn: Deliver A Random Number
> 03: lxsibzx - Load VSX Scalar as Integer Byte & Zero Indexed
> lxsihzx - Load VSX Scalar as Integer Halfword & Zero Indexed
> 04: stxsibx - Store VSX Scalar as Integer Byte Indexed
> stxsihx - Store VSX Scalar as Integer Halfword Indexed
> 05: lxvb16x: Load VSX Vector Byte*16
> lxvh8x: Load VSX Vector Halfword*8
> 06: stxvb16x: Store VSX Vector Byte*16
> stxvh8x: Store VSX Vector Halfword*8
>
> Nikunj A Dadhania (5):
> target-ppc: add xxspltib instruction
> target-ppc: add lxsi[bw]zx instruction
> target-ppc: add stxsi[bh]x instruction
> target-ppc: add lxvb16x and lxvh8x
> target-ppc: add stxvb16x and stxvh8x
>
> Ravi Bangoria (1):
> target-ppc: Implement darn instruction
>
> target-ppc/helper.h | 5 +++
> target-ppc/int_helper.c | 14 ++++++++
> target-ppc/mem_helper.c | 65 +++++++++++++++++++++++++++++++++++++
> target-ppc/translate.c | 61 ++++++++++++++++++++++------------
> target-ppc/translate/vsx-impl.inc.c | 64 ++++++++++++++++++++++++++++++++++++
> target-ppc/translate/vsx-ops.inc.c | 13 ++++++++
> 6 files changed, 202 insertions(+), 20 deletions(-)
>
As with part3, I'll wait for a respin with comments addressed.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-08-09 3:28 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-07 17:36 [Qemu-devel] [PATCH 0/6] POWER9 TCG enablements - part4 Nikunj A Dadhania
2016-08-07 17:36 ` [Qemu-devel] [PATCH 1/6] target-ppc: add xxspltib instruction Nikunj A Dadhania
2016-08-08 4:43 ` Richard Henderson
2016-08-08 6:19 ` Nikunj A Dadhania
2016-08-07 17:36 ` [Qemu-devel] [PATCH 2/6] target-ppc: Implement darn instruction Nikunj A Dadhania
2016-08-07 21:33 ` Benjamin Herrenschmidt
2016-08-08 1:52 ` Nikunj A Dadhania
2016-08-08 3:22 ` Benjamin Herrenschmidt
2016-08-08 3:32 ` Nikunj A Dadhania
2016-08-09 3:28 ` David Gibson
2016-08-09 4:54 ` Nikunj A Dadhania
2016-08-09 9:17 ` [Qemu-devel] [Qemu-ppc] " Nikunj A Dadhania
2016-08-12 6:29 ` David Gibson
2016-08-12 6:43 ` Nikunj A Dadhania
2016-08-12 6:56 ` David Gibson
2016-08-12 7:13 ` Nikunj A Dadhania
2016-08-12 7:29 ` Thomas Huth
2016-08-12 7:39 ` Nikunj A Dadhania
2016-08-12 7:55 ` Thomas Huth
2016-08-12 8:41 ` Nikunj A Dadhania
2016-08-12 9:29 ` Thomas Huth
2016-08-12 9:51 ` Nikunj A Dadhania
2016-08-12 13:26 ` Richard Henderson
2016-08-12 13:39 ` Nikunj A Dadhania
2016-08-15 10:28 ` David Gibson
2016-08-08 5:01 ` [Qemu-devel] " Richard Henderson
2016-08-08 6:20 ` Nikunj A Dadhania
2016-08-07 17:36 ` [Qemu-devel] [PATCH 3/6] target-ppc: add lxsi[bw]zx instruction Nikunj A Dadhania
2016-08-08 5:08 ` Richard Henderson
2016-08-08 6:21 ` Nikunj A Dadhania
2016-08-07 17:36 ` [Qemu-devel] [PATCH 4/6] target-ppc: add stxsi[bh]x instruction Nikunj A Dadhania
2016-08-08 5:08 ` Richard Henderson
2016-08-07 17:36 ` [Qemu-devel] [PATCH 5/6] target-ppc: add lxvb16x and lxvh8x Nikunj A Dadhania
2016-08-08 5:27 ` Richard Henderson
2016-08-08 6:35 ` Richard Henderson
2016-08-10 9:21 ` Nikunj A Dadhania
2016-08-10 10:12 ` Richard Henderson
2016-08-10 10:33 ` Nikunj A Dadhania
2016-08-10 15:21 ` Nikunj A Dadhania
2016-08-07 17:36 ` [Qemu-devel] [PATCH 6/6] target-ppc: add stxvb16x and stxvh8x Nikunj A Dadhania
2016-08-08 5:27 ` Richard Henderson
2016-08-09 3:30 ` David Gibson [this message]
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=20160809033017.GH9057@voom.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=benh@kernel.crashing.org \
--cc=nikunj@linux.vnet.ibm.com \
--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 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.