qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] decodetree: Improve identifier matching


From: Peter Maydell
Subject: Re: [PATCH] decodetree: Improve identifier matching
Date: Thu, 10 Sep 2020 20:58:41 +0100

On Thu, 3 Sep 2020 at 20:23, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Only argument set members have to be C identifiers, everything
> else gets prefixed during conversion to C.  Some places just
> checked the leading character, and some places matched a leading
> character plus a C identifier.
>
> Convert everything to match full identifiers, including the
> [&%@&] prefix, and drop the full C identifier requirement.
>
> Reported-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

I'll take this via target-arm.next, as that will allow me to
update the neon size-encoding patches to use "3same_fp_size"
as I queue those, rather than having to send a separate patch
to fix up the name afterwards.

thanks
-- PMM



reply via email to

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