On Mon, May 13, 2013 at 05:14:35PM +0200, Petar Jovanovic wrote:
> From: Petar Jovanovic
>
> First we need to clear the bit and then we set the given value.
> Instruction ADDSC sets the bit and instruction ADDWC uses this bit.
>
> Signed-off-by: Petar Jovanovic
> ---
> target-mips/dsp_helper.c
From: Petar Jovanovic
First we need to clear the bit and then we set the given value.
Instruction ADDSC sets the bit and instruction ADDWC uses this bit.
Signed-off-by: Petar Jovanovic
---
target-mips/dsp_helper.c |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/ta