On 08/11/2014 09:23 AM, Tom Musta wrote: > For 64-bit implementations, the mullw result is the 64 bit product > of the sign-extended least significant 32 bits of the source > registers. > > Fix the code to properly sign extend the source operands and produce > a 64 bit product. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > target-ppc/translate.c | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~