ARM: Fix decoding of VFP forms of VCVT between float and int/fixed
commit04595bf66f15cb205cb7f64eaa3a38804bf0893a
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 15:37:34 +0000 (7 15:37 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 15:37:34 +0000 (7 15:37 +0000)
tree7bf098a00856d9874d8175a1616ae90b89c2aead
parent2c9adbda721c9996ec6b371cac4a00c1164b818e
ARM: Fix decoding of VFP forms of VCVT between float and int/fixed

Correct the decoding of source and destination registers
for the VFP forms of the VCVT instructions which convert
between floating point and integer or fixed-point.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
target-arm/translate.c