[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH ppc-for-2.9 00/13] POWER9 TCG enablements - part9
From: |
Nikunj A Dadhania |
Subject: |
[Qemu-ppc] [PATCH ppc-for-2.9 00/13] POWER9 TCG enablements - part9 |
Date: |
Mon, 5 Dec 2016 16:55:17 +0530 |
This series contains 12 new instructions for POWER9 ISA3.0
Couple of consolidation patches
VSX Vector Insert/Extract Word
VSX Vector Permute
VSX Load/Store with length
VSX Scalar Quad-Precision Move Instructions
Bharata B Rao (1):
target-ppc: Add xxperm and xxpermr instructions
Nikunj A Dadhania (12):
target-ppc: move ppc_vsr_t to common header
target-ppc: add mask_u128 routine
target-ppc: implement lxvl instruction
target-ppc: implement lxvll instruction
target-ppc: implement stxvl instruction
target-ppc: implement stxvll instructions
target-ppc: implement xxextractuw instruction
target-ppc: implement xxinsertw instruction
target-ppc: implement stop instruction
target-ppc: implement xsabsqp/xsnabsqp instruction
target-ppc: implement xsnegqp instruction
target-ppc: implement xscpsgnqp instruction
target-ppc/fpu_helper.c | 87 +++++++++++++++++-------------
target-ppc/helper.h | 8 +++
target-ppc/int_helper.c | 63 ++++++++++++++++++++++
target-ppc/internal.h | 80 +++++++++++++++++++++++----
target-ppc/mem_helper.c | 92 +++++++++++++++++++++++++++++++
target-ppc/translate.c | 6 +++
target-ppc/translate/vsx-impl.inc.c | 105 ++++++++++++++++++++++++++++++++++++
target-ppc/translate/vsx-ops.inc.c | 19 +++++++
8 files changed, 414 insertions(+), 46 deletions(-)
--
2.7.4
- [Qemu-ppc] [PATCH ppc-for-2.9 00/13] POWER9 TCG enablements - part9,
Nikunj A Dadhania <=