qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] load-store experiment...


From: Chad
Subject: Re: [Qemu-devel] load-store experiment...
Date: Wed, 11 Nov 2009 22:01:42 -0800

On Wed, Nov 11, 2009 at 7:41 AM, Laurent Desnogues <address@hidden> wrote:

> This version of tcg_out_mov for i386's tcg-target.c filters out the
>
> mov %ebx, %edx
> mov %ebx, [some index]
> mov %edx, %ebx

The question is:  what TCG sequence produces this kind of code?

I added register and instruction dumps - every case is related to qemu_[ld/st], which makes sense since it's output is outside of tcg's regular register tracking...

- Chad

reply via email to

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