On Mon, Nov 26, 2012 at 04:13:21PM +0100, Petar Jovanovic wrote:
> From: Petar Jovanovic
>
> Content of register rs should be shifted for pos before applying a mask.
> This change contains both fix for the instruction and to the existing test.
>
> Signed-off-by: Petar Jovanovic
> ---
> target-
el32.net
> Subject: [Qemu-devel] [PATCH] target-mips: Fix incorrect code and test for
> INSV
>
> From: Petar Jovanovic
>
> Content of register rs should be shifted for pos before applying a mask.
> This change contains both fix for the instruction and to the existing
>
From: Petar Jovanovic
Content of register rs should be shifted for pos before applying a mask.
This change contains both fix for the instruction and to the existing test.
Signed-off-by: Petar Jovanovic
---
target-mips/dsp_helper.c |2 +-
tests/tcg/mips/mips32-dsp/insv.c |2 +-