[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part 13
From: |
Jose Ricardo Ziviani |
Subject: |
[Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part 13 |
Date: |
Fri, 3 Feb 2017 20:01:13 -0200 |
This set contains 4 new instructions
xsrqpi[x] - VSX Scalar Round to Quad-Precision Integer
xsrqpxp - VSX Scalar Round Quad-Precision to Double-Extended Precision
xssqrtqp - VSX Scalar Square Root Quad-Precision
xssubqp - VSX Scalar Subtract Quad-Precision
Note:
- xssqrtqpo and xssubqpo will be implemented when round-to-odd is ready.
Jose Ricardo Ziviani (4):
ppc: implement xsrqpi[x] instruction
ppc: implement xsrqpxp instruction
ppc: implement xssqrtqp instruction
ppc: implement xssubqp instruction
target/ppc/fpu_helper.c | 188 ++++++++++++++++++++++++++++++++++++
target/ppc/helper.h | 4 +
target/ppc/internal.h | 1 +
target/ppc/translate/vsx-impl.inc.c | 5 +
target/ppc/translate/vsx-ops.inc.c | 15 +++
5 files changed, 213 insertions(+)
--
2.7.4
- [Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part 13,
Jose Ricardo Ziviani <=
- [Qemu-ppc] [PATCH 1/4] ppc: implement xsrqpi[x] instruction, Jose Ricardo Ziviani, 2017/02/03
- [Qemu-ppc] [PATCH 2/4] ppc: implement xsrqpxp instruction, Jose Ricardo Ziviani, 2017/02/03
- [Qemu-ppc] [PATCH 3/4] ppc: implement xssqrtqp instruction, Jose Ricardo Ziviani, 2017/02/03
- [Qemu-ppc] [PATCH 4/4] ppc: implement xssubqp instruction, Jose Ricardo Ziviani, 2017/02/03
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 0/4] POWER9 TCG enablements - part 13, no-reply, 2017/02/03
- Re: [Qemu-ppc] [PATCH 0/4] POWER9 TCG enablements - part 13, David Gibson, 2017/02/05