diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-06-16 18:08:32 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-06-23 11:39:46 +0100 |
commit | 039f4e809ad2772fb33de4511ff68a485d875618 (patch) | |
tree | fcadd6916955e895aa3a7ea66ef575db3002dde4 /memory_mapping.c | |
parent | 0b30dd5b85e20aba259768cb7aaa952b3e319468 (diff) | |
download | qemu-039f4e809ad2772fb33de4511ff68a485d875618.zip qemu-039f4e809ad2772fb33de4511ff68a485d875618.tar.gz qemu-039f4e809ad2772fb33de4511ff68a485d875618.tar.bz2 |
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
Diffstat (limited to 'memory_mapping.c')
0 files changed, 0 insertions, 0 deletions