]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 1 Jul 2019 16:26:21 +0000 (17:26 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2019 16:29:01 +0000 (17:29 +0100)
commite9d652824b05845f143ef4797d707fae47d4b3ed
tree4cdd23fb69e4bed9d8c49b8bee01ec2e6f6ca55f
parent20e62dd8c831c9065ed4a8e64813c93ad61c50d7
target/arm/vfp_helper: Extract vfp_set_fpscr_to_host()

The vfp_set_fpscr() helper contains code specific to the host
floating point implementation (here the SoftFloat library).
Extract this code to vfp_set_fpscr_to_host().

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190701132516.26392-16-philmd@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/vfp_helper.c