target-arm: A64: Add floating-point<->fixed-point instructions
commit3617f86ba87a0f54b74dbaed0d92da13beb14e45
authorAlexander Graf <agraf@suse.de>
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)
tree630541a4309080ec811d9d97580d6df61548694c
parent8fe2a36f33f44e9d1333c851762ac463ad528233
target-arm: A64: Add floating-point<->fixed-point instructions

This patch adds emulation for the instruction group labeled
"Floating-point <-> fixed-point conversions" in the ARM ARM.

Namely this includes the instructions SCVTF, UCVTF, FCVTZS, FCVTZU
(scalar, fixed-point).

Signed-off-by: Alexander Graf <agraf@suse.de>
[WN: Commit message tweak, rebased, updated to new infrastructure.
 Applied bug fixes from Michael Matz and Janne Grunau.]
Signed-off-by: Will Newton <will.newton@linaro.org>
[PMM: significant cleanup]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/helper.c
target-arm/helper.h
target-arm/translate-a64.c