Re: [Qemu-devel] [PATCH v7 2/6] target-arm: Implement ARMv8 VSEL instruction.

2013-12-02 Thread Peter Maydell
On 2 December 2013 20:12, Will Newton wrote: > This adds support for the VSEL floating point selection instruction > which was added in ARMv8. Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH v7 2/6] target-arm: Implement ARMv8 VSEL instruction.

2013-12-02 Thread Will Newton
This adds support for the VSEL floating point selection instruction which was added in ARMv8. --- target-arm/translate.c | 135 - 1 file changed, 134 insertions(+), 1 deletion(-) Changes in v7: - Break out VSEL handling into a function - Properly