Re: [Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM.

2013-12-06 Thread Peter Maydell
On 4 December 2013 11:54, Will Newton 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:

[Qemu-devel] [PATCH v8 0/6] target-arm: Add support for VSEL and VMIN/MAXNM.

2013-12-04 Thread Will Newton
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