[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 0/2] POWER9 TCG enablements - part12
From: |
Nikunj A Dadhania |
Subject: |
[Qemu-ppc] [PATCH v2 0/2] POWER9 TCG enablements - part12 |
Date: |
Fri, 13 Jan 2017 14:53:38 +0530 |
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
- [Qemu-ppc] [PATCH v2 0/2] POWER9 TCG enablements - part12,
Nikunj A Dadhania <=