[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/7] POWER9 TCG enablements - part12
From: |
Nikunj A Dadhania |
Subject: |
[Qemu-ppc] [PATCH 0/7] POWER9 TCG enablements - part12 |
Date: |
Thu, 12 Jan 2017 21:54:04 +0530 |
This series contains 11 new instructions for POWER9 ISA3.0
VSX Scalar Test Data Class
VSX Vector Test Data Class
VSX Vector Convert HP/SP
VSX Scalar Multiply/Divide
VSX Scalar Convert Unsigned/Signed Doubleword
Bharata B Rao (4):
target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qp
target-ppc: Add xscvsdqp and xscvudqp instructions
target-ppc: Add xsdivqp instruction
target-ppc: Add xsmulqp instruction
Nikunj A Dadhania (3):
target-ppc: Add xvcv[hpsp, sphp] instructions
target-ppc: Add xvtstdc[sp,dp] instructions
target-ppc: Add xststdc[sp, dp, qp] instructions
target/ppc/fpu_helper.c | 253 +++++++++++++++++++++++++++++++++---
target/ppc/helper.h | 11 ++
target/ppc/internal.h | 6 +-
target/ppc/translate/vsx-impl.inc.c | 11 ++
target/ppc/translate/vsx-ops.inc.c | 18 +++
5 files changed, 276 insertions(+), 23 deletions(-)
--
2.7.4
- [Qemu-ppc] [PATCH 0/7] POWER9 TCG enablements - part12,
Nikunj A Dadhania <=
- [Qemu-ppc] [PATCH 1/7] target-ppc: Use ppc_vsr_t.f128 in xscmp[o, u, exp]qp, Nikunj A Dadhania, 2017/01/12
- [Qemu-ppc] [PATCH 2/7] target-ppc: Add xscvsdqp and xscvudqp instructions, Nikunj A Dadhania, 2017/01/12
- [Qemu-ppc] [PATCH 3/7] target-ppc: Add xsdivqp instruction, Nikunj A Dadhania, 2017/01/12
- [Qemu-ppc] [PATCH 4/7] target-ppc: Add xsmulqp instruction, Nikunj A Dadhania, 2017/01/12
- [Qemu-ppc] [PATCH 6/7] target-ppc: Add xvtstdc[sp, dp] instructions, Nikunj A Dadhania, 2017/01/12
- [Qemu-ppc] [PATCH 5/7] target-ppc: Add xvcv[hpsp, sphp] instructions, Nikunj A Dadhania, 2017/01/12
- [Qemu-ppc] [PATCH 7/7] target-ppc: Add xststdc[sp, dp, qp] instructions, Nikunj A Dadhania, 2017/01/12
- Re: [Qemu-ppc] [PATCH 0/7] POWER9 TCG enablements - part12, David Gibson, 2017/01/12