Re: [Qemu-devel] [PATCH v11 11/14] target-mips: Add ASE DSP accumulator instructions

2012-10-16 Thread Aurelien Jarno
On Tue, Oct 16, 2012 at 12:39:15AM +0800, Jia Liu wrote: > Add MIPS ASE DSP Accumulator and DSPControl Access instructions. > > Signed-off-by: Jia Liu > --- > target-mips/dsp_helper.c | 609 > ++ > target-mips/helper.h | 35 +++ > target-mips/t

[Qemu-devel] [PATCH v11 11/14] target-mips: Add ASE DSP accumulator instructions

2012-10-15 Thread Jia Liu
Add MIPS ASE DSP Accumulator and DSPControl Access instructions. Signed-off-by: Jia Liu --- target-mips/dsp_helper.c | 609 ++ target-mips/helper.h | 35 +++ target-mips/translate.c | 355 +++ 3 files changed, 999 inser