qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] FMULX should flushes operators to zero when FZ


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] FMULX should flushes operators to zero when FZ is set.
Date: Thu, 29 Jan 2015 19:22:34 +0000

On 28 January 2015 at 15:57, Peter Maydell <address@hidden> wrote:
> On 28 January 2015 at 15:54, Alex Bennée <address@hidden> wrote:
>> Do we have test cases that trip up here? It would be nice to include
>> them in our testing as the random nature of RISU has obviously failed to
>> trip up on this instruction.
>
> Risu would probably catch this if we generated and ran test cases
> which set the FPSCR bits to something other than the default.

This bug is indeed caught by the following risugen:
./risugen --numinsns 10000 --pattern "FMULX A64_V" --fpscr 0x01000000
aarch64.risu FMULX_S3SAME_V_squash.out

(that fpscr value being "set DZ, nothing else".)

Alex, I don't suppose your automation of these tests makes
it easy to do a complete extra run (or better, just of the
Neon and FP insn tests) with different FPSCR flags?

-- PMM



reply via email to

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