[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/6] Add several Power ISA 3.1 32/64-bit vector instructions
From: |
Cédric Le Goater |
Subject: |
Re: [PATCH 0/6] Add several Power ISA 3.1 32/64-bit vector instructions |
Date: |
Mon, 15 Jun 2020 19:36:48 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
Hello,
On 6/13/20 6:20 AM, Lijun Pan wrote:
> This patch series add several newly introduced 32/64-bit vector
> instructions in Power ISA 3.1. The newly added instructions are
> flagged as ISA300 temporarily in vmx-ops.inc.c and vmx-impl.inc.c
> to make them compile and function since Power ISA 3.1, together
> with next generation processor, has not been fully enabled in QEMU
> yet. When Power ISA 3.1 and next generation processor are fully
> supported, the flags should be changed.
What do you mean ?
ISA 3.1 and POWER10 are merged in Linux and in the QEMU pseries
and PowerNV (OPAL) machines.
It's very much empty but it's there.
C.
>
> Lijun Pan (6):
> target/ppc: add byte-reverse br[dwh] instructions
> target/ppc: add vmulld instruction
> targetc/ppc: add vmulh{su}w instructions
> target/ppc: add vmulh{su}d instructions
> fix the prototype of muls64/mulu64
> target/ppc: add vdiv{su}{wd} vmod{su}{wd} instructions
>
> include/qemu/host-utils.h | 4 +-
> target/ppc/helper.h | 13 ++++++
> target/ppc/int_helper.c | 58 +++++++++++++++++++++++++
> target/ppc/translate.c | 65 +++++++++++++++++++++++++++++
> target/ppc/translate/vmx-impl.inc.c | 24 +++++++++++
> target/ppc/translate/vmx-ops.inc.c | 22 ++++++++--
> 6 files changed, 180 insertions(+), 6 deletions(-)
>
- Re: [PATCH 1/6] target/ppc: add byte-reverse br[dwh] instructions, (continued)
[PATCH 5/6] fix the prototype of muls64/mulu64, Lijun Pan, 2020/06/13
[PATCH 4/6] target/ppc: add vmulh{su}d instructions, Lijun Pan, 2020/06/13
[PATCH 6/6] target/ppc: add vdiv{su}{wd} vmod{su}{wd} instructions, Lijun Pan, 2020/06/13
Re: [PATCH 0/6] Add several Power ISA 3.1 32/64-bit vector instructions, no-reply, 2020/06/13
Re: [PATCH 0/6] Add several Power ISA 3.1 32/64-bit vector instructions,
Cédric Le Goater <=
Re: [PATCH 0/6] Add several Power ISA 3.1 32/64-bit vector instructions, Richard Henderson, 2020/06/18