|
From: | Lucas Mateus Martins Araujo e Castro |
Subject: | Re: [RFC PATCH v2 3/7] target/ppc: Implemented pmxvi*ger* instructions |
Date: | Thu, 12 May 2022 14:38:31 -0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 |
On 5/6/22 07:18, Lucas Mateus Castro(alqotel) wrote:XX3 and MMIRR_XX3 are in different decodetree files, I'll change all instructions to use MMIRR_XX3 for the next patch but I'll have to change MMIRR_XX3 declaration in target/ppc/insn64.decode to have an !extern in it (since it'll need to also be declared in target/ppc/insn32.decode)
+{
+ arg_MMIRR_XX3 m;
+ m.xa = a->xa;
+ m.xb = a->xb;
+ m.xt = a->xt;
+ m.pmsk = 0xFF;
+ m.ymsk = 0xF;
+ m.xmsk = 0xF;
+ return do_ger_MMIRR_XX3(ctx, &m, helper);
}
Is XX3 going to be used for anything else? Is it worthwhile to move these into the
decoder as explicit assignments?
Either way,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
[Prev in Thread] | Current Thread | [Next in Thread] |