On 4/30/21 3:27 PM, Peter Maydell wrote: > Move the various gen_aa32* functions and macros out of translate.c > and into translate-a32.h. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-a32.h | 53 ++++++++++++++++++++++++++++++++++++++ > target/arm/translate.c | 51 ++++++++++++------------------------ > 2 files changed, 69 insertions(+), 35 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>