On 6/16/20 10:08 AM, Peter Maydell wrote: > The functions neon_element_offset(), neon_load_element(), > neon_load_element64(), neon_store_element() and > neon_store_element64() are used only in the translate-neon.inc.c > file, so move their definitions there. > > Since the .inc.c file is #included in translate.c this doesn't make > much difference currently, but it's a more logical place to put the > functions and it might be helpful if we ever decide to try to make > the .inc.c files genuinely separate compilation units. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.inc.c | 101 ++++++++++++++++++++++++++++++++ > target/arm/translate.c | 101 -------------------------------- > 2 files changed, 101 insertions(+), 101 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~