target-arm: Add support for AArch32 64bit VCVTB and VCVTT
authorWill Newton <will.newton@linaro.org>
Wed, 29 Jan 2014 10:31:51 +0000 (10:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Feb 2014 14:47:28 +0000 (14:47 +0000)
commit239c20c7c87816402acdb118a5295acda9d25c5c
treeb3accf3d2b4dd37233829b9d177ac2ee84c6ed16
parentf93d0138959918f896b91b43c99a56a50a2e8463
target-arm: Add support for AArch32 64bit VCVTB and VCVTT

Add support for the AArch32 floating-point half-precision to double-
precision conversion VCVTB and VCVTT instructions.

Signed-off-by: Will Newton <will.newton@linaro.org>
[PMM: fixed a minor missing-braces style issue]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c