target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32
commit58f2682eee738e8890f9cfe858e0f4f68b00d45d
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Jun 2019 16:39:15 +0000 (13 17:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Jun 2019 14:14:19 +0000 (17 15:14 +0100)
tree311eac85bbda3b8c0ef102c6794a176628d978b5
parentc253dd7832bc6b4e140a0da56410a9336cce05bc
target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32

Remove some old constructs from NEON_2RM_VCVT_F16_F32 code:
 * don't use cpu_F0s
 * don't use tcg_gen_ld_f32

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190613163917.28589-11-peter.maydell@linaro.org
target/arm/translate.c