[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 00/14] POWER9 TCG enablements - part10
From: |
Nikunj A Dadhania |
Subject: |
Re: [Qemu-ppc] [PATCH 00/14] POWER9 TCG enablements - part10 |
Date: |
Fri, 06 Jan 2017 10:42:38 +0530 |
User-agent: |
Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.94.1 (x86_64-redhat-linux-gnu) |
David Gibson <address@hidden> writes:
> [ Unknown signature status ]
> On Thu, Jan 05, 2017 at 04:56:05PM +0530, Nikunj A Dadhania wrote:
>> This series contains 11 new instructions for POWER9 ISA3.0
>> VSX Vector Insert/Extract Word
>> VSX Scalar Extract Exponent/Significand
>> VSX Scalar Convert
>> VSX Scalar Add QP
>> Various float related improvements
>>
>> Bharata B Rao (8):
>> target-ppc: Use float64 arg in helper_compute_fprf()
>> target-ppc: Replace isden by float64_is_zero_or_denormal
>> target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64
>> target-ppc: Add xsaddqp instructions
>> target-ppc: Add xscvdphp, xscvhpdp
>> target-ppc: Use correct precision for FPRF setting
>> target-ppc: Add xscvdpqp instruction
>> target-ppc: Add xscvqpdp instruction
>>
>> Nikunj A Dadhania (6):
>> target-ppc: Add xxextractuw instruction
>> target-ppc: Add xxinsertw instruction
>> target-ppc: Add xsxexpdp instruction
>> target-ppc: Add xsxexpqp instruction
>> target-ppc: Add xsxsigdp instruction
>> target-ppc: Add xsxsigqp instructions
>>
>> include/fpu/softfloat.h | 20 +++
>> target-ppc/fpu_helper.c | 241
>> +++++++++++++++++++++++++-----------
>> target-ppc/helper.h | 9 +-
>> target-ppc/int_helper.c | 51 ++++++++
>> target-ppc/internal.h | 6 +
>> target-ppc/translate/fp-impl.inc.c | 20 +--
>> target-ppc/translate/vsx-impl.inc.c | 122 ++++++++++++++++++
>> target-ppc/translate/vsx-ops.inc.c | 18 +++
>> 8 files changed, 405 insertions(+), 82 deletions(-)
>
> These all need rebasing - the path is target/ppc now, rather than
> target-ppc.
Ah, I missed this change completely. Will update and resend.
Regards
Nikunj
- Re: [Qemu-ppc] [PATCH 03/14] target-ppc: Use float64 arg in helper_compute_fprf(), (continued)
[Qemu-ppc] [PATCH 13/14] target-ppc: Add xsxsigdp instruction, Nikunj A Dadhania, 2017/01/05
[Qemu-ppc] [PATCH 14/14] target-ppc: Add xsxsigqp instructions, Nikunj A Dadhania, 2017/01/05
[Qemu-ppc] [PATCH 12/14] target-ppc: Add xsxexpqp instruction, Nikunj A Dadhania, 2017/01/05
[Qemu-ppc] [PATCH 11/14] target-ppc: Add xsxexpdp instruction, Nikunj A Dadhania, 2017/01/05
[Qemu-ppc] [PATCH 05/14] target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64, Nikunj A Dadhania, 2017/01/05
Re: [Qemu-ppc] [PATCH 00/14] POWER9 TCG enablements - part10, David Gibson, 2017/01/05
- Re: [Qemu-ppc] [PATCH 00/14] POWER9 TCG enablements - part10,
Nikunj A Dadhania <=