[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 00/11] POWER9 TCG enablements - part11
From: |
Nikunj A Dadhania |
Subject: |
[Qemu-ppc] [PATCH 00/11] POWER9 TCG enablements - part11 |
Date: |
Tue, 10 Jan 2017 14:20:32 +0530 |
This series contains 10 new instructions for POWER9 ISA3.0
VSX Scalar Insert Exponent
VSX Vector Insert Exponent
VSX Vector Extract Exponent/Significand
VSX Scalar Truncate & Convert Quad-Precision
Couple of fixes
Bharata B Rao (2):
softfloat: Fix the default qNAN for target-ppc
target-ppc: Add xscvqps[d,w]z instructions
Nikunj A Dadhania (9):
target-ppc: xscvqpdp zero VSR
target-ppc: Add xsiexpdp instruction
target-ppc: Add xsiexpqp instruction
target-ppc: Add xviexpsp instruction
target-ppc: Add xviexpdp instruction
target-ppc: Add xvxexpsp instruction
target-ppc: Add xvxexpdp instruction
target-ppc: Add xvxsigsp instruction
target-ppc: Add xvxsigdp instruction
fpu/softfloat-specialize.h | 2 +-
target/ppc/fpu_helper.c | 62 ++++++++++++-
target/ppc/helper.h | 3 +
target/ppc/translate/vsx-impl.inc.c | 172 ++++++++++++++++++++++++++++++++++++
target/ppc/translate/vsx-ops.inc.c | 11 +++
5 files changed, 248 insertions(+), 2 deletions(-)
--
2.7.4