qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] target-mips: Use TCG registers for the FPU.


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2] target-mips: Use TCG registers for the FPU.
Date: Fri, 05 Oct 2012 07:20:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Ping.  You gave it your Reviewed-by.

r~

On 09/18/2012 11:04 PM, Richard Henderson wrote:
> With normal FP, this doesn't have much affect on the generated code,
> because most of the FP operations are not CONST/PURE, and so we spill
> registers in about the same frequency as the explicit load/stores.
> 
> But with Loongson multimedia instructions, which are all integral and
> whose helpers are in fact CONST+PURE, this greatly improves the code.
> 
> Signed-off-by: Richard Henderson <address@hidden>
> ---
> 
> As requested, only generating 64-bit fp registers now.  The generated
> code looks quite good on i386.  It could be a tad better for x86_64,
> but it's still better than it was.
> 
> 
> r~
> 
> 
>  target-mips/translate.c | 96 
> +++++++++++++++++++++++++++----------------------
>  1 file changed, 54 insertions(+), 42 deletions(-)




reply via email to

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