On 5/23/24 02:48, Chinmay Rath wrote:
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<ra...@linux.ibm.com>
---
target/ppc/insn32.decode | 11 ++++++++
target/ppc/translate/vsx-impl.c.inc | 39 +++++++++++++----------------
target/ppc/translate/vsx-ops.c.inc | 11 --------
3 files changed, 29 insertions(+), 32 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~