target-arm: use make_float32() to make constant floats for VRSQRTS
commit6aae3df15dc31f3635efe6e4d4605a6f16888a1b
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Mar 2011 15:37:13 +0000 (14 15:37 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 22 Mar 2011 06:59:07 +0000 (22 07:59 +0100)
tree12d7b40ab2dc9fef43bc3bf0b08917d1eb712316
parentdda3ec490cf6a5927a9c6829654481101bfeda61
target-arm: use make_float32() to make constant floats for VRSQRTS

The preferred way to create a constant floating point value is to use
make_float32() rather than doing a runtime int32_to_float32().
Convert the code in the VRSQRTS helper to work this way.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/helper.c