qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 10/10] target/arm: Convert Neon one-register-and-immediate in


From: Peter Maydell
Subject: Re: [PATCH 10/10] target/arm: Convert Neon one-register-and-immediate insns to decodetree
Date: Fri, 22 May 2020 15:31:52 +0100

On Sat, 16 May 2020 at 03:51, Richard Henderson
<address@hidden> wrote:
> I wonder if it's worth repeating VORR/VBIC so many times.
> You can just as well do the (cmode & 1) && cmode < 12 check in the trans_ 
> function.

OK; at that point we might as well just have a single
Vimm_1r pattern and distinguish VORR/VBIC/VMOV in the
trans function, rather than having three trans functions
which are all doing decode on cmode/op anyway.

thanks
-- PMM



reply via email to

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