target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.
commit505935fc766e84b58af6e4c3c4233ed0a29b1288
authorWill Newton <will.newton@linaro.org>
Fri, 6 Dec 2013 17:01:42 +0000 (6 17:01 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Dec 2013 13:28:50 +0000 (10 13:28 +0000)
tree350f6e6d1f8fe6a7e6a1fc965d9532e05a3464d0
parent40cfacdd806b68706b10ceeeca6d0eea417d1a75
target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.

This adds support for the ARMv8 Advanced SIMD VMAXNM and VMINNM
instructions.

Signed-off-by: Will Newton <will.newton@linaro.org>
Message-id: 1386158099-9239-7-git-send-email-will.newton@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c