On Mon, May 13, 2013 at 03:20:26PM +0200, Petar Jovanovic wrote:
> From: Petar Jovanovic
>
> The mask for EXTP instruction when size=31 has not been correctly
> calculated.
>
> The test (mips32-dsp/extp.c) has been extended to include the case that
> triggers the issue.
>
> Signed-off-by: Petar
From: Petar Jovanovic
The mask for EXTP instruction when size=31 has not been correctly
calculated.
The test (mips32-dsp/extp.c) has been extended to include the case that
triggers the issue.
Signed-off-by: Petar Jovanovic
---
target-mips/dsp_helper.c |3 +--
tests/tcg/mips/mips32