All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part 13
@ 2017-02-03 22:01 Jose Ricardo Ziviani
  2017-02-03 22:01 ` [Qemu-devel] [PATCH 1/4] ppc: implement xsrqpi[x] instruction Jose Ricardo Ziviani
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jose Ricardo Ziviani @ 2017-02-03 22:01 UTC (permalink / raw)
  To: qemu-ppc; +Cc: qemu-devel, david, nikunj

This set contains 4 new instructions

xsrqpi[x] - VSX Scalar Round to Quad-Precision Integer
xsrqpxp - VSX Scalar Round Quad-Precision to Double-Extended Precision
xssqrtqp - VSX Scalar Square Root Quad-Precision
xssubqp - VSX Scalar Subtract Quad-Precision

Note:
 - xssqrtqpo and xssubqpo will be implemented when round-to-odd is ready.

Jose Ricardo Ziviani (4):
  ppc: implement xsrqpi[x] instruction
  ppc: implement xsrqpxp instruction
  ppc: implement xssqrtqp instruction
  ppc: implement xssubqp instruction

 target/ppc/fpu_helper.c             | 188 ++++++++++++++++++++++++++++++++++++
 target/ppc/helper.h                 |   4 +
 target/ppc/internal.h               |   1 +
 target/ppc/translate/vsx-impl.inc.c |   5 +
 target/ppc/translate/vsx-ops.inc.c  |  15 +++
 5 files changed, 213 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-06  2:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 22:01 [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part 13 Jose Ricardo Ziviani
2017-02-03 22:01 ` [Qemu-devel] [PATCH 1/4] ppc: implement xsrqpi[x] instruction Jose Ricardo Ziviani
2017-02-03 22:01 ` [Qemu-devel] [PATCH 2/4] ppc: implement xsrqpxp instruction Jose Ricardo Ziviani
2017-02-03 22:01 ` [Qemu-devel] [PATCH 3/4] ppc: implement xssqrtqp instruction Jose Ricardo Ziviani
2017-02-03 22:01 ` [Qemu-devel] [PATCH 4/4] ppc: implement xssubqp instruction Jose Ricardo Ziviani
2017-02-03 22:11 ` [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part 13 no-reply
2017-02-04  1:29   ` [Qemu-devel] [Qemu-ppc] " joserz
2017-02-05 23:39     ` David Gibson
2017-02-06  2:20 ` [Qemu-devel] " David Gibson

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.