qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC v0 0/6] POWER9 TCG enablements - part2
@ 2016-07-26 19:26 Nikunj A Dadhania
  2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 1/6] target-ppc: add dtstsfi[q] instructions Nikunj A Dadhania
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Nikunj A Dadhania @ 2016-07-26 19:26 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: dtstsfi[q]    : DFP Test Significance Immediate [Quad]
  02: vabsdub       : Vector Absolute Difference Unsigned Byte
      vabsduh       : Vector Absolute Difference Unsigned Halfword
      vabsduw       : Vector Absolute Difference Unsigned Word
  03: vcmpnezb[.]   : Vector Compare Not Equal or Zero Byte
      vcmpnezh[.]   : Vector Compare Not Equal or Zero Halfword
      vcmpnezw[.]   : Vector Compare Not Equal or Zero Word
  04: vslv          : Vector Shift Left Variable
  05: vsrv          : Vector Shift Right Variable
  06: extswsli      : Extend Sign Word & Shift Left Immediate

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

Nikunj A Dadhania (1):
  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 | 103 ++++++++++++++++++++++++++++++++++++++++++++++++
 target-ppc/translate.c  |  77 ++++++++++++++++++++++++++++++++++--
 4 files changed, 225 insertions(+), 3 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-07-28  6:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 19:26 [Qemu-devel] [PATCH RFC v0 0/6] POWER9 TCG enablements - part2 Nikunj A Dadhania
2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 1/6] target-ppc: add dtstsfi[q] instructions Nikunj A Dadhania
2016-07-27  5:42   ` David Gibson
2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 2/6] target-ppc: add vabsdu[b, h, w] instructions Nikunj A Dadhania
2016-07-27  5:52   ` David Gibson
2016-07-27  6:19     ` Nikunj A Dadhania
2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 3/6] target-ppc: add vcmpnez[b, h, w][.] instructions Nikunj A Dadhania
2016-07-27  5:57   ` David Gibson
2016-07-27  6:22     ` Nikunj A Dadhania
2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 4/6] target-ppc: add vslv instruction Nikunj A Dadhania
2016-07-27  6:03   ` David Gibson
2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 5/6] target-ppc: add vsrv instruction Nikunj A Dadhania
2016-07-27  6:05   ` David Gibson
2016-07-27  6:31     ` Nikunj A Dadhania
2016-07-27  6:48       ` David Gibson
2016-07-27  6:57         ` Nikunj A Dadhania
2016-07-27  7:02           ` David Gibson
2016-07-26 19:26 ` [Qemu-devel] [PATCH RFC v0 6/6] target-ppc: add extswsli[.] instruction Nikunj A Dadhania
2016-07-27  6:07   ` David Gibson
2016-07-28  4:33 ` [Qemu-devel] [PATCH RFC v0 0/6] POWER9 TCG enablements - part2 David Gibson
2016-07-28  6:06   ` 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).