On Mon, 19 Aug 2019 at 22:38, Richard Henderson <[email protected]> wrote: > > Since all of the inputs and outputs are i32, dispense with > the intermediate promotion to i64 and use tcg_gen_mulu2_i32 > and tcg_gen_add2_i32. > > Signed-off-by: Richard Henderson <[email protected]>8 > --- > target/arm/translate.c | 34 ++++++++++++---------------------- > 1 file changed, 12 insertions(+), 22 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
