]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc: Moving VSX scalar storage access insns to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Tue, 18 Jun 2024 08:58:28 +0000 (14:28 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commitcff278c9fa4ed6a8c2e5d2aba6c490e6252a6825
tree92b1be40a249f7855f6ae779744c3ffacc08b0ed
parentc1167a9257a22433a16e223a1209c9c72836edee
target/ppc: Moving VSX scalar storage access insns to decodetree.

Moving the following instructions to decodetree specification :

lxs{d, iwa, ibz, ihz, iwz, sp}x : X-form
stxs{d, ib, ih, iw, sp}x : 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.

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