[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMI
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM. |
Date: |
Fri, 6 Dec 2013 17:05:16 +0000 |
On 4 December 2013 11:54, Will Newton <address@hidden> wrote:
> This series adds support for three new instructions added in ARMv8 -
> VSEL, VMINNM and VMAXNM.
>
> Will Newton (6):
> target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.
> target-arm: Implement ARMv8 VSEL instruction.
> softfloat: Remove unused argument from MINMAX macro.
> softfloat: Add minNum() and maxNum() functions to softfloat.
> target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.
> target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.
Thanks. These patches all pass my random instruction tests and
look good. All patches
Reviewed-by: Peter Maydell <address@hidden>
and added to target-arm.next.
NB: since these are all Linaro copyright changes, the softfloat
patches are provided under either the softfloat 2a or 2b license.
[we're currently halfway through attempting a relicense on
the softfloat code, hence the necessity for that remark.]
-- PMM
- [Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM., Will Newton, 2013/12/04
- [Qemu-devel] [PATCH v8 2/6] target-arm: Implement ARMv8 VSEL instruction., Will Newton, 2013/12/04
- [Qemu-devel] [PATCH v8 1/6] target-arm: Move call to disas_vfp_insn out of disas_coproc_insn., Will Newton, 2013/12/04
- [Qemu-devel] [PATCH v8 3/6] softfloat: Remove unused argument from MINMAX macro., Will Newton, 2013/12/04
- [Qemu-devel] [PATCH v8 6/6] target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions., Will Newton, 2013/12/04
- [Qemu-devel] [PATCH v8 4/6] softfloat: Add minNum() and maxNum() functions to softfloat., Will Newton, 2013/12/04
- [Qemu-devel] [PATCH v8 5/6] target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions., Will Newton, 2013/12/04
- Re: [Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM.,
Peter Maydell <=