target-arm/neon_helper.c: Use make_float32/float32_val macros
commit51d852672cb8536c541ed5b1dc4ee8f989a96cd7
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 11 Mar 2011 08:12:21 +0000 (11 08:12 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 3 Apr 2011 15:04:13 +0000 (3 17:04 +0200)
treef604e39e53d462cc99f012a2e678debbd4f99a57
parent1056c02b7b1a3daa3765a6b599800a453ee96c5f
target-arm/neon_helper.c: Use make_float32/float32_val macros

Use the softfloat make_float32 and float32_val macros to convert between
softfloat's float32 type and raw uint32_t types, rather than private
conversion functions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c