target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum
commit286cb8b9cb04048b940bd9f385404781a42c6cff
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 4 Jan 2014 22:15:49 +0000 (4 22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 19:18:06 +0000 (7 19:18 +0000)
tree5f3b814e03a9ae204666a0fe3b81ba903a1f378f
parent76afb0d5967ebee59efbf3bfc6a2a042f3cb06f6
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