target-arm: A64: Add floating-point<->integer conversion instructions
commit6a7413385d731a97cbd45c7c4b1c2cbd73d94409
authorWill Newton <will.newton@linaro.org>
Tue, 7 Jan 2014 17:19:14 +0000 (7 17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 19:18:08 +0000 (7 19:18 +0000)
treec51f41bea1eceea882c7cd3715d576d2a6270431
parent3617f86ba87a0f54b74dbaed0d92da13beb14e45
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