]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move cpu_get_tb_cpu_state to hflags.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 29 Apr 2025 18:35:26 +0000 (11:35 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
commitb6aeb8d243c5ab8b914b55f0036e8289a99322c8
tree9938a0254389b61ce70b26c2b6bee118ef520319
parenta59a876999344be426144a3e6d163885220c1e93
target/arm: Move cpu_get_tb_cpu_state to hflags.c

This is a tcg-specific function, so move it to a tcg file.
Also move mve_no_pred, a static function only used within
cpu_get_tb_cpu_state.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/helper.c
target/arm/tcg/hflags.c