[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part14
From: |
Nikunj A Dadhania |
Subject: |
[Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part14 |
Date: |
Mon, 6 Feb 2017 15:59:56 +0530 |
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
- [Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part14,
Nikunj A Dadhania <=
- [Qemu-ppc] [PATCH 1/4] target-ppc: implement load atomic instruction, Nikunj A Dadhania, 2017/02/06
- [Qemu-ppc] [PATCH 2/4] target-ppc: implement store atomic instruction, Nikunj A Dadhania, 2017/02/06
- [Qemu-ppc] [PATCH 4/4] target-ppc: Add xsmaxjdp and xsminjdp instructions, Nikunj A Dadhania, 2017/02/06
- [Qemu-ppc] [PATCH 3/4] target-ppc: Add xsmaxcdp and xsmincdp instructions, Nikunj A Dadhania, 2017/02/06
- Re: [Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part14, David Gibson, 2017/02/08