target/ppc: Move VSX fp compare insns to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Tue, 18 Jun 2024 08:58:31 +0000 (14:28 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commite77d736d2a069d462b686f2207df06859abb9ace
tree5c60d11c975a56747c4256ecb8196f4a70ad05db
parent7419dc5b2b5bcc929d91e8920692041a8f6d1977
target/ppc: Move VSX fp compare insns to decodetree.

Moving the following instructions to decodetree specification:

xvcmp{eq, gt, ge, ne}{s, d}p : XX3-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/fpu_helper.c
target/ppc/helper.h
target/ppc/insn32.decode
target/ppc/translate/vsx-impl.c.inc
target/ppc/translate/vsx-ops.c.inc