On 5/23/24 02:48, Chinmay Rath wrote:
Moving the following instructions to decodetree specification:
x{s, v}{add, sub, mul, div}{s, d}p : XX3-form
xs{max, min}dp, xv{max, min}{s, d}p : XX3-form
The changes were verfied 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/helper.h | 44 ++++++++++----------
target/ppc/insn32.decode | 30 ++++++++++++++
target/ppc/fpu_helper.c | 44 ++++++++++----------
target/ppc/translate/vsx-impl.c.inc | 63 +++++++++++++----------------
target/ppc/translate/vsx-ops.c.inc | 22 ----------
5 files changed, 101 insertions(+), 102 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~