target/ppc: Fix vmul[eo]* instructions marked 2.07
commit0241ccb163b65ab568b667884bb99774b7c6fb42
authorLucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Sat, 5 Mar 2022 06:16:47 +0000 (5 07:16 +0100)
committerCédric Le Goater <clg@kaod.org>
Sat, 5 Mar 2022 06:16:47 +0000 (5 07:16 +0100)
tree9e9094a65a385f9d0c30854f58ed120b65c1ea9d
parent68455cf59394267363b090a1828b6c52994a4ee3
target/ppc: Fix vmul[eo]* instructions marked 2.07

Some ISA v2.03 Vector Multiply instructions marked to be ISA v2.07 only.
This patch fixes it.

Fixes: 80eca687c851 ("target/ppc: moved vector even and odd multiplication to decodetree")
Reported-by: Howard Spoelstra <hsp.cat7@gmail.com>
Suggested-by: Fabiano Rosas <farosas@linux.ibm.com>
Signed-off-by: Lucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220304175156.2012315-2-matheus.ferst@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/translate/vmx-impl.c.inc