On Mon, 19 Aug 2019 at 22:38, Richard Henderson <[email protected]> wrote: > > By shifting the 16-bit input left by 16, we can align the desired > portion of the 48-bit product and use tcg_gen_muls2_i32. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/translate.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
