Re: [Qemu-devel] [PATCH v9 01/14] target-mips-ase-dsp: Add internal funtions

2012-10-06 Thread Aurelien Jarno
On Thu, Sep 27, 2012 at 09:24:38PM +0800, Jia Liu wrote: > Add internal functions using by MIPS ASE DSP instructions. > > Signed-off-by: Jia Liu > --- > target-mips/Makefile.objs |2 +- > target-mips/dsp_helper.c | 1121 > + > 2 files changed, 11

[Qemu-devel] [PATCH v9 01/14] target-mips-ase-dsp: Add internal funtions

2012-09-27 Thread Jia Liu
Add internal functions using by MIPS ASE DSP instructions. Signed-off-by: Jia Liu --- target-mips/Makefile.objs |2 +- target-mips/dsp_helper.c | 1121 + 2 files changed, 1122 insertions(+), 1 deletion(-) create mode 100644 target-mips/dsp_helper