On 4/30/21 6:27 AM, 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: Richard Henderson <richard.hender...@linaro.org> r~