target/ppc: Move VMX storage access instructions to decodetree
authorChinmay Rath <rathc@linux.ibm.com>
Mon, 29 Apr 2024 05:13:15 +0000 (10:43 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 22:57:50 +0000 (08:57 +1000)
commit21b5f5464f97f68f025c86330146d038d2ee79ad
treeab76ba872c5ad9cff7b831147362fee47444b887
parent948e257c48cf8e387e12b81f4b96195d52b68455
target/ppc: Move VMX storage access instructions to decodetree

Moving the following instructions to decodetree specification :

{l,st}ve{b,h,w}x,
{l,st}v{x,xl},
lvs{l,r} : X-form

The changes were verified by validating that the tcg ops generated by those
instructions remain the same, which were captured using the '-d in_asm,op' flag.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/helper.h
target/ppc/insn32.decode
target/ppc/mem_helper.c
target/ppc/translate.c
target/ppc/translate/vmx-impl.c.inc
target/ppc/translate/vmx-ops.c.inc