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

Chinmay Rath posted 3 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240429051317.289426-1-rathc@linux.ibm.com
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>
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(-)
[PATCH 0/3] target/ppc: Moving VMX insns to decodetree
Posted by Chinmay Rath 2 weeks, 2 days ago
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