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

2012-09-18 Thread Aurelien Jarno
On Wed, Sep 12, 2012 at 10:01:42AM +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 | 1100 > + > 2 files changed, 11

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

2012-09-11 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 | 1100 + 2 files changed, 1101 insertions(+), 1 deletion(-) create mode 100644 target-mips/dsp_helper