qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH]: fix alpha cmovxx instruction


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH]: fix alpha cmovxx instruction
Date: Fri, 5 Sep 2008 21:07:51 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Sep 05, 2008 at 05:20:46PM +0200, Tristan Gingold wrote:
> Hi,
>
> The CMOV instruction is defined by the alpha manual as:
>
> CMOVxx Ra.rq,Rb.rq,Rc.wq !Operate format
> CMOVxx Ra.rq,#b.ib,Rc.wq !Operate format
>
> Operation:
> IF TEST(Rav, Condition_based_on_Opcode) THEN
> Rc ← Rbv
>
> The current qemu behavior inverses Ra and Rb.  This is fixed by this  
> patch.
>
> Signed-off-by: Tristan Gingold <address@hidden>
>

Applied, thanks



-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

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