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