qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 50/60] AArch64: Add "Floating-point<->fixed-poin


From: Michael Matz
Subject: Re: [Qemu-devel] [PATCH 50/60] AArch64: Add "Floating-point<->fixed-point
Date: Wed, 20 Nov 2013 15:47:18 +0100 (CET)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Hi,

On Tue, 19 Nov 2013, Janne Grunau wrote:

> > +static void handle_fpfpconv(DisasContext *s, uint32_t insn)
> > +{
> > +    int opcode = get_bits(insn, 16, 3);
> > +    int rmode = get_bits(insn, 20, 2);
> 
> rmode is at 19
> 
> > +    case 0x1: /* [S|U]CVTF (scalar->float) */
> 
> and it's case 0x0: for [S|U]CVTF

Both were fixed after Alex' series with 0dd22d0c:
https://github.com/susematz/qemu/commit/0dd22d0c5cd1dcdccd5df953f1981d461d3054e5


Ciao,
Michael.



reply via email to

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