Re: [Qemu-devel] [PATCH v8 04/14] target-mips-ase-dsp: Add branch instructions
On Wed, Sep 12, 2012 at 10:01:45AM +0800, Jia Liu wrote: > Add MIPS ASE DSP Branch instructions. > > Signed-off-by: Jia Liu > --- > target-mips/translate.c | 44 > 1 file changed, 40 insertions(+), 4 deletions(-) > > diff --git a/target-mips/transl
[Qemu-devel] [PATCH v8 04/14] target-mips-ase-dsp: Add branch instructions
Add MIPS ASE DSP Branch instructions. Signed-off-by: Jia Liu --- target-mips/translate.c | 44 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/target-mips/translate.c b/target-mips/translate.c index a983220..dcc0905 100644 --- a/targe