On 4/13/21 9:07 AM, Peter Maydell wrote:
The functions vfp_load_reg32(), vfp_load_reg64(), vfp_store_reg32()
and vfp_store_reg64() are used only in translate-vfp.c.inc. Move
them to that file.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/translate.c         | 20 --------------------
  target/arm/translate-vfp.c.inc | 20 ++++++++++++++++++++
  2 files changed, 20 insertions(+), 20 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to