target/ppc: Move VSX vector storage access insns to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Tue, 18 Jun 2024 08:58:30 +0000 (14:28 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commit7419dc5b2b5bcc929d91e8920692041a8f6d1977
treeb80ab974d59dd2a0ce4cb88dbd647ea944a5540c
parent29df8d950e20f5caeec137fa20bc1245fb9f702e
target/ppc: Move VSX vector storage access insns to decodetree.

Moving the following instructions to decodetree specification:

  lxv{b16, d2, h8, w4, ds, ws}x   : X-form
  stxv{b16, d2, h8, w4}x          : X-form

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

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