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:
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
---
target-ppc/translate.c | 11 ++