Re: [PATCH v3 08/34] target/arm/tcg: Un-inline VFP translation helpers

2023-06-20 Thread Richard Henderson
On 6/19/23 17:42, Philippe Mathieu-Daudé wrote: In order to restrict lookup_cp_reg() and set_rmode() helpers to VFP translation, un-inline gen_lookup_cp_reg and gen_set / gen_restore_rmode. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/tcg/translate.h | 22 +++---

[PATCH v3 08/34] target/arm/tcg: Un-inline VFP translation helpers

2023-06-19 Thread Philippe Mathieu-Daudé
In order to restrict lookup_cp_reg() and set_rmode() helpers to VFP translation, un-inline gen_lookup_cp_reg and gen_set / gen_restore_rmode. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/tcg/translate.h | 22 +++--- target/arm/tcg/translate-vfp.c | 21