]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/helper.c
target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 4 Jan 2014 22:15:49 +0000 (22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:21 +0000 (19:07 +0000)
commitf71a2ae50e728f775446302d84e509bf0af43899
tree1b53aab783373582924b547c45fcceae736e2082
parente2f90565e7b3e2824fffcfcbcecf86205a1f14e2
target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum

Use the VFP_BINOP macro to provide helpers for min, max, minnum
and maxnum, rather than hand-rolling them. (The float64 max
version is not used by A32 but will be needed for A64.)

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