qemu-ppc
[Top][All Lists]
Advanced

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

[PATCH 0/3] target/ppc: Moving VMX insns to decodetree


From: Chinmay Rath
Subject: [PATCH 0/3] target/ppc: Moving VMX insns to decodetree
Date: Mon, 29 Apr 2024 10:43:14 +0530

Moving VMX instructions of the following types to decodetree
specification : storage access, integer logical & integer max/min.

Chinmay Rath (3):
  target/ppc: Move VMX storage access instructions to decodetree
  target/ppc: Move VMX integer logical instructions to decodetree
  target/ppc: Move VMX integer max/min instructions to decodetree.

 target/ppc/helper.h                 |  12 +-
 target/ppc/insn32.decode            |  50 +++++
 target/ppc/mem_helper.c             |  12 +-
 target/ppc/translate.c              |   2 -
 target/ppc/translate/vmx-impl.c.inc | 280 ++++++++++++----------------
 target/ppc/translate/vmx-ops.c.inc  |  50 -----
 6 files changed, 184 insertions(+), 222 deletions(-)

-- 
2.39.3




reply via email to

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