target/ppc: Move VSX logical instructions to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Thu, 23 May 2024 09:48:21 +0000 (15:18 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commitc1167a9257a22433a16e223a1209c9c72836edee
tree6ef330eafa2d911262293baae185c40d394077be
parent638f6d553af70ae5a7dc26200d35e385d649ff75
target/ppc: Move VSX logical instructions to decodetree.

Moving the following instructions to decodetree specification :

xxl{and, andc, or, orc, nor, xor, nand, eqv} : XX3-form

The changes were verified by validating that the tcg ops generated by those
instructions remain the same, which were captured with 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