On Mon, 19 Aug 2019 at 22:38, Richard Henderson <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> thanks -- PMM
