On 24 August 2015 at 17:17, Richard Henderson <r...@twiddle.net> wrote: > Signed-off-by: Richard Henderson <r...@twiddle.net> > --- > target-tilegx/translate.c | 112 > ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 112 insertions(+)
It seems a shame that these are all 32x32->64 multiplies (or in some cases 32x32->32), but we won't actually be able to make use of a host CPU 32x32->64 instruction. Still, these give the right results I think so Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM