On 4 December 2013 11:54, Will Newton <will.new...@linaro.org> 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 <peter.mayd...@linaro.org> 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