Re: [PATCH v3 18/37] target/ppc: implement vgnb

2022-02-10 Thread Richard Henderson
On 2/10/22 23:34, matheus.fe...@eldorado.org.br wrote: +for (int dw = 1; dw >= 0; dw--) { +get_avr64(vrb, a->vrb, dw); +for (; in >= 0; in -= a->n, out--) { +if (in > out) { +tcg_gen_shri_i64(tmp, vrb, in - out); +} else { +

[PATCH v3 18/37] target/ppc: implement vgnb

2022-02-10 Thread matheus . ferst
From: Matheus Ferst Signed-off-by: Matheus Ferst --- target/ppc/insn32.decode| 5 target/ppc/translate/vmx-impl.c.inc | 44 + 2 files changed, 49 insertions(+) diff --git a/target/ppc/insn32.decode b/target/ppc/insn32.decode index