| commit | b6aeb8d243c5ab8b914b55f0036e8289a99322c8 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 29 11:35:26 2025 -0700 |
| committer | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 30 12:45:05 2025 -0700 |
| tree | 9938a0254389b61ce70b26c2b6bee118ef520319 | |
| parent | a59a876999344be426144a3e6d163885220c1e93 [diff] |
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>