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