target/arm: Change the type of vfp.regs
commit3f68b8a5a6862f856524bb347bf348ae364dd43c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 25 Jan 2018 11:45:28 +0000 (25 11:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Jan 2018 11:45:28 +0000 (25 11:45 +0000)
tree9bdf250319c80c0077c8d9d6fd871aa5b936aba1
parente7c06c4e4c98c47899417f154df1f2ef4e8d09a0
target/arm: Change the type of vfp.regs

All direct users of this field want an integral value.  Drop all
of the extra casting between uint64_t and float64.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180119045438.28582-6-richard.henderson@linaro.org
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/arch_dump.c
target/arm/cpu.h
target/arm/helper.c
target/arm/machine.c
target/arm/translate-a64.c
target/arm/translate.c