On Wed, Mar 28, 2012 at 1:48 AM, Richard Henderson <r...@twiddle.net> wrote: > On 03/27/12 02:24, Jia Liu wrote: >> Handle MIPS DSP instructions in target-mips/translate.c. >> >> Signed-off-by: Jia Liu <pro...@gmail.com> > > This patch should have been split as well, adding translations of the insns > at the same time you add the helpers. That said, the actual code looks ok. >
helpers can be grouped by MIPS DSP manual, BUT translations have to grouped by opcode. There is some difference between them, I'll try to do this. > > r~