qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/8] POWER9 TCG enablements - part2
@ 2016-07-28  6:49 Nikunj A Dadhania
  2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 1/8] target-ppc: implement branch-less divw[o][.] Nikunj A Dadhania
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Nikunj A Dadhania @ 2016-07-28  6:49 UTC (permalink / raw)
  To: qemu-ppc, david, rth; +Cc: qemu-devel, nikunj, bharata, aneesh.kumar, benh

This series contains 11 new instructions for POWER9 described in ISA3.0.

Patches:
  01-02: Changes following instructions:
      divd[u][o][.]: Divide Doubleword Signed/Unsigned
      divw[u][o][.]: Divide Word Signed/Unsigned
  03: dtstsfi[q]    : DFP Test Significance Immediate [Quad]
  04: vabsdub       : Vector Absolute Difference Unsigned Byte
      vabsduh       : Vector Absolute Difference Unsigned Halfword
      vabsduw       : Vector Absolute Difference Unsigned Word
  05: vcmpnezb[.]   : Vector Compare Not Equal or Zero Byte
      vcmpnezh[.]   : Vector Compare Not Equal or Zero Halfword
      vcmpnezw[.]   : Vector Compare Not Equal or Zero Word
  06: vslv          : Vector Shift Left Variable
  07: vsrv          : Vector Shift Right Variable
  08: extswsli      : Extend Sign Word & Shift Left Immediate

Both part1 and part2 pushed here: https://github.com/nikunjad/qemu/tree/p9-tcg

Changelog:
v0:
* Introduce helpers for ISA300 ops
* vabsdu*: drop etype from implementation
* vcmpnez*: collapse the switch case
* vsrv: use reverse traversal to get rid of temporary array
* Include divd/w in this series, as part1 mostly is pushed.

Nikunj A Dadhania (3):
  target-ppc: implement branch-less divw[o][.]
  target-ppc: implement branch-less divd[o][.]
  target-ppc: add extswsli[.] instruction

Sandipan Das (2):
  target-ppc: add dtstsfi[q] instructions
  target-ppc: add vabsdu[b,h,w] instructions

Swapnil Bokade (1):
  target-ppc: add vcmpnez[b,h,w][.] instructions

Vivek Andrew Sha (2):
  target-ppc: add vslv instruction
  target-ppc: add vsrv instruction

 target-ppc/dfp_helper.c         |  35 +++++++++++
 target-ppc/helper.h             |  13 +++++
 target-ppc/int_helper.c         |  89 ++++++++++++++++++++++++++++
 target-ppc/translate.c          | 126 +++++++++++++++++++++++++---------------
 target-ppc/translate/dfp-impl.c |  20 +++++++
 target-ppc/translate/dfp-ops.c  |  14 +++++
 target-ppc/translate/vmx-impl.c |  14 +++++
 target-ppc/translate/vmx-ops.c  |  20 ++++++-
 8 files changed, 281 insertions(+), 50 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-07-29  4:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-28  6:49 [Qemu-devel] [PATCH v1 0/8] POWER9 TCG enablements - part2 Nikunj A Dadhania
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 1/8] target-ppc: implement branch-less divw[o][.] Nikunj A Dadhania
2016-07-28 12:44   ` Richard Henderson
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 2/8] target-ppc: implement branch-less divd[o][.] Nikunj A Dadhania
2016-07-28 12:45   ` Richard Henderson
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 3/8] target-ppc: add dtstsfi[q] instructions Nikunj A Dadhania
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 4/8] target-ppc: add vabsdu[b, h, w] instructions Nikunj A Dadhania
2016-07-28 12:52   ` Richard Henderson
2016-07-28 17:21     ` Nikunj A Dadhania
2016-07-29  3:46     ` David Gibson
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 5/8] target-ppc: add vcmpnez[b, h, w][.] instructions Nikunj A Dadhania
2016-07-28 12:55   ` Richard Henderson
2016-07-28 17:31     ` Nikunj A Dadhania
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 6/8] target-ppc: add vslv instruction Nikunj A Dadhania
2016-07-28 13:00   ` Richard Henderson
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 7/8] target-ppc: add vsrv instruction Nikunj A Dadhania
2016-07-28 13:01   ` Richard Henderson
2016-07-28  6:49 ` [Qemu-devel] [PATCH v1 8/8] target-ppc: add extswsli[.] instruction Nikunj A Dadhania
2016-07-28 13:04   ` Richard Henderson
2016-07-28 17:33     ` Nikunj A Dadhania

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