qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/5] tcg conditional set, round 4


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 0/5] tcg conditional set, round 4
Date: Mon, 21 Dec 2009 14:50:11 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0

On 12/21/2009 02:21 PM, Laurent Desnogues wrote:
As far as I know these CPU's don't need the full movcond but
only the variant with vtrue.

I know that. And I looked into TCG very closely to figure out how to implement just that. Except then I have to modify TCG to special-case movcond to know that DEST is both input and output. This is *much* more work than simply having the back-end use a matching constraint on VFALSE.

Even if movcond was quick to generate
host code, for instance for ARM, you'd have to explicitly detect
conditional moves

One of us is confused. Why would I have to explicitly detect conditional moves?


r~




reply via email to

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