qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 11/32] target/mips: Convert MSA SHF opcode to decodetree


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 11/32] target/mips: Convert MSA SHF opcode to decodetree
Date: Thu, 28 Oct 2021 13:45:16 +0200

On Wed, Oct 27, 2021 at 11:21 PM Richard Henderson
<richard.henderson@linaro.org> wrote:
> On 10/27/21 11:07 AM, Philippe Mathieu-Daudé wrote:
> > +static bool trans_SHF(DisasContext *ctx, arg_msa_i8 *a)
> > +{
> > +    if (a->df == DF_DOUBLE) {
> > +        gen_reserved_instruction(ctx);
> > +        return true;
> > +    }
>
> Here you have the option to return false, as you choose.

Yes, I prefer to return false. Thanks for re-reviewing patches where I
included your R-b tag :)



reply via email to

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