qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ppc: Convert op_405_check_{sat,satu} to TCG


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] ppc: Convert op_405_check_{sat,satu} to TCG
Date: Sat, 25 Oct 2008 18:29:54 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Andreas Färber wrote:

Am 25.10.2008 um 22:09 schrieb Paul Brook:

On Saturday 25 October 2008, Andreas Färber wrote:
+            tcg_gen_shri_tl(tmp, tmp, 31);
+            tcg_gen_brcondi_tl(TCG_COND_EQ, tmp, 0, endLabel);

Is this really right for ppc64?

http://en.wikipedia.org/wiki/PowerPC_400
says the embedded 400 family is 32-bit.

I'm pretty sure it is.  Hollis?

Regards,

Anthony Liguori





reply via email to

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