|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 08/34] target/arm/tcg: Un-inline VFP translation helpers |
Date: | Tue, 20 Jun 2023 11:06:53 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 |
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é <philmd@linaro.org> --- target/arm/tcg/translate.h | 22 +++------------------- target/arm/tcg/translate-vfp.c | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 19 deletions(-)
While set_rmode is vfp, lookup_cp_reg is not. However, you could uninline lookup_cp_reg to translate.c. r~
[Prev in Thread] | Current Thread | [Next in Thread] |