mbox series

[0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask

Message ID 20211110185613.550946-1-matheus.ferst@eldorado.org.br
Headers show
Series target/ppc: Implement Vector Expand/Extract Mask and Vector Mask | expand

Message

Matheus K. Ferst Nov. 10, 2021, 6:56 p.m. UTC
From: Matheus Ferst <matheus.ferst@eldorado.org.br>

This is a small patch series just to allow Ubuntu 21.10 to boot with
-cpu POWER10. Glibc 2.34 is using vextractbm, so the init is killed by
SIGILL without the second patch of this series. The other two insns. are
included as they are somewhat close to Vector Extract Mask (at least in
pseudocode).

Matheus Ferst (3):
  target/ppc: Implement Vector Expand Mask
  target/ppc: Implement Vector Extract Mask
  target/ppc: Implement Vector Mask Move insns

 target/ppc/insn32.decode            |  28 ++++
 target/ppc/translate/vmx-impl.c.inc | 233 ++++++++++++++++++++++++++++
 2 files changed, 261 insertions(+)