qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] risugen: test only instructions that begin with the let


From: Peter Maydell
Subject: Re: [Qemu-devel] risugen: test only instructions that begin with the letter F
Date: Tue, 30 May 2017 10:23:32 +0100

On 4 May 2017 at 20:39, G 3 <address@hidden> wrote:
> I'm trying to test all the floating point instructions only. They tend to
> begin with the letter f. Is there a way to have risugen only use
> instructions that begin with the letter F?

Yes, use the --pattern option with a suitable
regular expression. (in this case --pattern 'F.*')

thanks
-- PMM



reply via email to

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