target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFn
commit039f4e809ad2772fb33de4511ff68a485d875618
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 17:08:32 +0000 (16 18:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Jun 2020 10:39:46 +0000 (23 11:39 +0100)
treefcadd6916955e895aa3a7ea66ef575db3002dde4
parent0b30dd5b85e20aba259768cb7aaa952b3e319468
target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFn

The NeonGenOneOpFn typedef breaks with the pattern of the other
NeonGen*Fn typedefs, because it is a TCGv_i64 -> TCGv_i64 operation
but it does not have '64' in its name. Rename it to NeonGenOne64OpFn,
so that the old name is available for a TCGv_i32 -> TCGv_i32 operation
(which we will need in a subsequent commit).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200616170844.13318-10-peter.maydell@linaro.org
target/arm/translate-a64.c
target/arm/translate.h