target/ppc: Move VMX integer add/sub saturate insns to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Thu, 23 May 2024 09:44:53 +0000 (15:14 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commita7e10fab78d91d7d0dee60ce1e4d1b28365d570f
tree0d13ef5cd24cfdffb3390b3b8605f71d2858a8a2
parent5fc9c71724559be273ee1b68c65ffe45e1386e3c
target/ppc: Move VMX integer add/sub saturate insns to decodetree.

Moving the following instructions to decodetree specification :

v{add,sub}{u,s}{b,h,w}s : VX-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.

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/int_helper.c
target/ppc/translate/vmx-impl.c.inc
target/ppc/translate/vmx-ops.c.inc