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

This adds support for the ARMv8 floating point VMAXNM and VMINNM
instructions.

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