]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Split out gengvec64.c
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:22 +0000 (16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (14:29 +0100)
commita11efe30b9fc33ecc38255019d7ed7c750ec27ba
tree7aaef10ee73b77af55cde899f6064666270389fc
parent09a52d854aec39b1f6aa12a6f034dbdb424419cf
target/arm: Split out gengvec64.c

Split some routines out of translate-a64.c and translate-sve.c
that are used by both.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240524232121.284515-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/gengvec64.c [new file with mode: 0644]
target/arm/tcg/meson.build
target/arm/tcg/translate-a64.c
target/arm/tcg/translate-a64.h
target/arm/tcg/translate-sve.c