On 6/9/23 03:47, Philippe Mathieu-Daudé wrote:
Extract 1300 lines from the big enough translate.c.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/arm/tcg/translate-iwmmxt.c | 1334 +++++++++++++++++++++++++++++ target/arm/tcg/translate.c | 1312 ---------------------------- target/arm/tcg/meson.build | 1 + 3 files changed, 1335 insertions(+), 1312 deletions(-) create mode 100644 target/arm/tcg/translate-iwmmxt.c
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~