All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] POWER9 TCG enablements - part12
@ 2017-01-13  9:23 Nikunj A Dadhania
  2017-01-13  9:23 ` [Qemu-devel] [PATCH v2 1/2] target-ppc: Add xvtstdc[sp, dp] instructions Nikunj A Dadhania
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nikunj A Dadhania @ 2017-01-13  9:23 UTC (permalink / raw)
  To: qemu-ppc, david, rth; +Cc: qemu-devel, bharata, nikunj

This series contains 5 new instructions for POWER9 ISA3.0
    VSX Scalar Test Data Class
    VSX Vector Test Data Class

Changelog:
v1:
* Zero the match variable in the element loops

v0:
* Concise logic for identifying data class in Scalar/Vector 
  test data class instructions

Nikunj A Dadhania (2):
  target-ppc: Add xvtstdc[sp,dp] instructions
  target-ppc: Add xststdc[sp, dp, qp] instructions

 target/ppc/fpu_helper.c             | 90 +++++++++++++++++++++++++++++++++++++
 target/ppc/helper.h                 |  5 +++
 target/ppc/internal.h               |  6 ++-
 target/ppc/translate/vsx-impl.inc.c |  5 +++
 target/ppc/translate/vsx-ops.inc.c  | 12 +++++
 5 files changed, 116 insertions(+), 2 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-01  0:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13  9:23 [Qemu-devel] [PATCH v2 0/2] POWER9 TCG enablements - part12 Nikunj A Dadhania
2017-01-13  9:23 ` [Qemu-devel] [PATCH v2 1/2] target-ppc: Add xvtstdc[sp, dp] instructions Nikunj A Dadhania
2017-01-13  9:23 ` [Qemu-devel] [PATCH v2 2/2] target-ppc: Add xststdc[sp, dp, qp] instructions Nikunj A Dadhania
2017-01-24  6:47 ` [Qemu-devel] [PATCH v2 0/2] POWER9 TCG enablements - part12 Nikunj A Dadhania
2017-02-01  0:24   ` 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.