On 6/2/23 08:52, Peter Maydell wrote:
Convert the instructions in the ASIMD load/store multiple structures instruction classes to decodetree.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/tcg/a64.decode | 20 +++ target/arm/tcg/translate-a64.c | 220 ++++++++++++++++----------------- 2 files changed, 129 insertions(+), 111 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~