qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V3 02/12] Use correct acc value to index cpu_HI/


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH V3 02/12] Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
Date: Tue, 27 Mar 2012 08:34:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0

On 03/27/12 02:24, Jia Liu wrote:
> There are 4 accumulator registers (acc) used by MIPS ASE DSP instructions.
> Each accumulator register is composed of by HIGH and LOW part. Use correct
> acc value to index cpu_HI/cpu_LO rather than using a fix number (i.e. zero).
> 
> Signed-off-by: Jia Liu <address@hidden>
> ---
>  target-mips/translate.c |   56 ++++++++++++++++++++++++++++------------------
>  1 files changed, 34 insertions(+), 22 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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