qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V3 11/12] Handle MIPS DSP instructions in target


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH V3 11/12] Handle MIPS DSP instructions in target-mips/translate.c
Date: Thu, 29 Mar 2012 09:20:37 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0

On 03/27/2012 09:36 PM, Jia Liu wrote:
>> > 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.
> 

One possibility is to add the bare skeleton of the decoding by opcode first,
leaving out the actual case statements.  Then add the

  case OPCODE:
    gen_helper();
    break;

in the patch adding the helpers.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]