[PATCH v2 06/16] target/arm: Move cpu_get_tb_cpu_state to hflags.c

2025-04-30 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- target/arm/helper.c | 110 target/arm/tcg/hflags.c | 110 ++

Re: [PATCH v2 06/16] target/arm: Move cpu_get_tb_cpu_state to hflags.c

2025-04-30 Thread Pierrick Bouvier
On 4/30/25 9:48 AM, Richard Henderson wrote: 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. Signed-off-by: Richard Henderson --- target/arm/helper.c | 110