]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: A64: Add floating-point<->fixed-point instructions
authorAlexander Graf <agraf@suse.de>
Tue, 7 Jan 2014 17:19:14 +0000 (17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:23 +0000 (19:07 +0000)
commit52a1f6a3abb88ab875d5a70cec1048bb05e47263
tree982f8f4a2a442a66dd5050b57edfcb600dac3520
parent3c6a074a08ed3797624d4fb667564b9f3487eeaa
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