All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] POWER9 TCG enablements - part4(pending)
@ 2016-09-16 10:51 Nikunj A Dadhania
  2016-09-16 10:51 ` [Qemu-devel] [PATCH v3 1/5] target-ppc: implement darn instruction Nikunj A Dadhania
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Nikunj A Dadhania @ 2016-09-16 10:51 UTC (permalink / raw)
  To: qemu-ppc, david, rth; +Cc: qemu-devel, nikunj, benh

This series contains 4 new instructions for POWER9 ISA3.0
Use newer qemu load/store tcg helpers and optimize stxvw4x and lxvw4x.

Patches:
    01:  darn: Deliver a random number
    02:  lxvw4x - improve implementation
    03:  stxv4x - improve implementation
    04:  lxvh8x:  Load VSX Vector Halfword*8
         stxvh8x:  Store VSX Vector Halfword*8
    05:  lxvb16x: Load VSX Vector Byte*16
         stxvb16x: Store VSX Vector Byte*16

Changelog:
v2: 
* Fix lxvw4x/stxv4x translation as LE/BE were both similar 
  one in tcg and other as helper
* Rename bswap32x2 to deposit32x2 as it does not need to 
  swap content(32bit)
* stxvh8x had a bug as David suggested.

v1: 
* More load/store cleanups in byte reverse routines
* ld64/st64 converted to newer macro and updated call sites
* Cleanup load with reservation and store conditional
* Return invalid random for darn instruction

v0:
* darn - read /dev/random to get the random number
* xxspltib - make is PPC64 only
* Consolidate load/store operations and use macros to generate qemu_st/ld
* Simplify load/store vsx endian manipulation

Nikunj A Dadhania (4):
  target-ppc: improve lxvw4x implementation
  target-ppc: improve stxvw4x implementation
  target-ppc: add lxvh8x and stxvh8x
  target-ppc: add lxvb16x and stxvb16x

Ravi Bangoria (1):
  target-ppc: implement darn instruction

 target-ppc/helper.h                 |   4 +
 target-ppc/int_helper.c             |  16 ++++
 target-ppc/mem_helper.c             |  11 +++
 target-ppc/translate.c              |  18 +++++
 target-ppc/translate/vsx-impl.inc.c | 146 ++++++++++++++++++++++++++++++------
 target-ppc/translate/vsx-ops.inc.c  |   4 +
 6 files changed, 175 insertions(+), 24 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-09-21  3:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 10:51 [Qemu-devel] [PATCH v3 0/5] POWER9 TCG enablements - part4(pending) Nikunj A Dadhania
2016-09-16 10:51 ` [Qemu-devel] [PATCH v3 1/5] target-ppc: implement darn instruction Nikunj A Dadhania
2016-09-16 10:51 ` [Qemu-devel] [PATCH v3 2/5] target-ppc: improve lxvw4x implementation Nikunj A Dadhania
2016-09-19  6:19   ` David Gibson
2016-09-19  6:50     ` David Gibson
2016-09-19 10:36       ` Nikunj A Dadhania
2016-09-20  4:34         ` David Gibson
2016-09-20 17:10           ` Nikunj A Dadhania
2016-09-21  1:57             ` David Gibson
2016-09-21  3:44               ` Nikunj A Dadhania
2016-09-19  8:32     ` Nikunj A Dadhania
2016-09-16 10:51 ` [Qemu-devel] [PATCH v3 3/5] target-ppc: improve stxvw4x implementation Nikunj A Dadhania
2016-09-16 10:51 ` [Qemu-devel] [PATCH v3 4/5] target-ppc: add lxvh8x and stxvh8x Nikunj A Dadhania
2016-09-19  6:33   ` David Gibson
2016-09-16 10:51 ` [Qemu-devel] [PATCH v3 5/5] target-ppc: add lxvb16x and stxvb16x Nikunj A Dadhania
2016-09-19  6:35   ` David Gibson
2016-09-19  6:51 ` [Qemu-devel] [PATCH v3 0/5] POWER9 TCG enablements - part4(pending) David Gibson
2016-09-19  8:30   ` Nikunj A Dadhania

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.