]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Rename A32 VFP conversion helpers
authorWill Newton <will.newton@linaro.org>
Tue, 7 Jan 2014 17:19:13 +0000 (17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:22 +0000 (19:07 +0000)
commit16d5b3caca11360fd1d706403221c7bef40aa6f6
treebc37de5ab5f7f56d5bdc61bcd93cf07db3626f9b
parent8ed697e88b7ead01edca6bf762921b962c265c82
target-arm: Rename A32 VFP conversion helpers

The VFP conversion helpers for A32 round to zero as this is the only
rounding mode supported. Rename these helpers to make it clear that
they round to zero and are not suitable for use in the AArch64 code.

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/helper.c
target-arm/helper.h
target-arm/translate.c