qemu-e2k/target-arm
Peter Maydell 6aae3df15d 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>
2011-03-22 07:59:07 +01:00
..
cpu.h
exec.h
helper.c target-arm: use make_float32() to make constant floats for VRSQRTS 2011-03-22 07:59:07 +01:00
helpers.h
iwmmxt_helper.c
machine.c
neon_helper.c
op_addsub.h
op_helper.c
translate.c target-arm: Fix TCG temporary leaks for scalar VMULL 2011-03-22 07:56:30 +01:00