On Mon, 19 Aug 2019 at 22:38, Richard Henderson <richard.hender...@linaro.org> wrote: > > Convert the modified immediate form of the data processing insns. > For A32, we can finally remove any code that was intertwined with > the register and register-shifted-register forms. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate.c | 449 +++++++++++------------------------------ > target/arm/a32.decode | 29 +++ > target/arm/t32.decode | 42 ++++ > 3 files changed, 186 insertions(+), 334 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM