Re: [Qemu-devel] [PATCH V4 00/11] Qemu MIPS ASE DSP Support

2012-03-30 Thread Richard Henderson
On 03/30/2012 07:42 AM, Richard Henderson wrote: > All of your helpers, whereever they receive or return a register value, need > to use > type target_ulong and the DEF_HELPER lines need to use "tl". All of the > mips32 > helpers you've written so far that return values need to make sure to > s

Re: [Qemu-devel] [PATCH V4 00/11] Qemu MIPS ASE DSP Support

2012-03-30 Thread Jia Liu
On Fri, Mar 30, 2012 at 7:42 PM, Richard Henderson wrote: > On 03/29/2012 11:17 PM, Jia Liu wrote: >> This is MIPS ASE DSP instructions support for QEMU. These instructions >> are grouped according to "Chapter 4. MIPS DSP ASE Instruction Summary" >> in MIPS ASE DSP manual [1]. >> >> [1] MIPS32® Ar

Re: [Qemu-devel] [PATCH V4 00/11] Qemu MIPS ASE DSP Support

2012-03-30 Thread Richard Henderson
On 03/29/2012 11:17 PM, Jia Liu wrote: > This is MIPS ASE DSP instructions support for QEMU. These instructions > are grouped according to "Chapter 4. MIPS DSP ASE Instruction Summary" > in MIPS ASE DSP manual [1]. > > [1] MIPS32® Architecture for Programmers VolumeIV-e: The MIPS® DSP > Applic

[Qemu-devel] [PATCH V4 00/11] Qemu MIPS ASE DSP Support

2012-03-29 Thread Jia Liu
This is MIPS ASE DSP instructions support for QEMU. These instructions are grouped according to "Chapter 4. MIPS DSP ASE Instruction Summary" in MIPS ASE DSP manual [1]. [1] MIPS32® Architecture for Programmers VolumeIV-e: The MIPS® DSP Application-Specific Extension to the MIPS32®Architecture