target/ppc: Move VMX integer max/min instructions to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Mon, 29 Apr 2024 05:13:17 +0000 (10:43 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 22:57:50 +0000 (08:57 +1000)
commit687a30ad3c0f219bb372d806575eb47fae0cd27c
tree0a7ed9ef9a11b5d165ebbde510ee7dfbd21d86e4
parent664eb39ec94d6fc6e8a96949b0a27deb0c32f50d
target/ppc: Move VMX integer max/min instructions to decodetree.

Moving the following instructions to decodetree specification :

v{max, min}{u, s}{b, h, w, d} : 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/insn32.decode
target/ppc/translate/vmx-impl.c.inc
target/ppc/translate/vmx-ops.c.inc