target-arm: A64: Add floating-point<->integer conversion instructions
commitc436d40614ccfa756bbf3d7448356889ede825fb
authorWill Newton <will.newton@linaro.org>
Tue, 7 Jan 2014 17:19:14 +0000 (7 17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:23 +0000 (8 19:07 +0000)
treed9007ad6bb7ed908f0cc53a10c778fb31952d581
parent52a1f6a3abb88ab875d5a70cec1048bb05e47263
target-arm: A64: Add floating-point<->integer conversion instructions

Add support for the AArch64 floating-point <-> integer conversion
instructions to disas_fpintconv. In the process we can rearrange
and simplify the detection of unallocated encodings a little.
We also correct a typo in the instruction encoding diagram for this
instruction group: bit 21 is 1, not 0.

Signed-off-by: Will Newton <will.newton@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c