evel] [PATCH v7 04/14] target-mips-ase-dsp: Add branch
> instructions
>
> On Tue, Aug 28, 2012 at 02:36:15PM +0800, Jia Liu wrote:
> > Add MIPS ASE DSP Branch instructions.
> >
> > Signed-off-by: Jia Liu
> > ---
> > target-mips/translate.c | 50
>
On Tue, Aug 28, 2012 at 02:36:15PM +0800, Jia Liu wrote:
> Add MIPS ASE DSP Branch instructions.
>
> Signed-off-by: Jia Liu
> ---
> target-mips/translate.c | 50
> +++
> 1 file changed, 46 insertions(+), 4 deletions(-)
>
> diff --git a/target-mips/
Add MIPS ASE DSP Branch instructions.
Signed-off-by: Jia Liu
---
target-mips/translate.c | 50 +++
1 file changed, 46 insertions(+), 4 deletions(-)
diff --git a/target-mips/translate.c b/target-mips/translate.c
index e1ea9c1..18d827d 100644
--- a/ta