qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part14
@ 2017-02-06 10:29 Nikunj A Dadhania
  2017-02-06 10:29 ` [Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction Nikunj A Dadhania
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Nikunj A Dadhania @ 2017-02-06 10:29 UTC (permalink / raw)
  To: qemu-ppc, david, rth; +Cc: qemu-devel, bharata, nikunj

This series contains 8 new instructions for POWER9 ISA3.0
    VSX Scalar Maximum DP
    VSX Scalar Minimum DP
    Load/Store Atomic instructions

Balamuruhan S (2):
  target-ppc: implement load atomic instruction
  target-ppc: implement store atomic instruction

Bharata B Rao (2):
  target-ppc: Add xsmaxcdp and xsmincdp instructions
  target-ppc: Add xsmaxjdp and xsminjdp instructions

 target/ppc/fpu_helper.c             | 93 +++++++++++++++++++++++++++++++++++
 target/ppc/helper.h                 |  4 ++
 target/ppc/internal.h               |  2 +
 target/ppc/translate.c              | 98 +++++++++++++++++++++++++++++++++++++
 target/ppc/translate/vsx-impl.inc.c |  4 ++
 target/ppc/translate/vsx-ops.inc.c  |  4 ++
 6 files changed, 205 insertions(+)

-- 
2.7.4

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-06 10:29 [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part14 Nikunj A Dadhania
2017-02-06 10:29 ` [Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction Nikunj A Dadhania
2017-02-09  1:20   ` David Gibson
2017-02-09  5:05     ` Nikunj A Dadhania
2017-02-06 10:29 ` [Qemu-devel] [PATCH 2/4] target-ppc: implement store " Nikunj A Dadhania
2017-02-06 10:29 ` [Qemu-devel] [PATCH 3/4] target-ppc: Add xsmaxcdp and xsmincdp instructions Nikunj A Dadhania
2017-02-06 10:30 ` [Qemu-devel] [PATCH 4/4] target-ppc: Add xsmaxjdp and xsminjdp instructions Nikunj A Dadhania
2017-02-09  1:27 ` [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part14 David Gibson

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