target/ppc: Move vcfuged to vmx-impl.c.inc
commit6e0bbc4048225cca44f6f060ccd4e286f2a06d61
authorMatheus Ferst <matheus.ferst@eldorado.org.br>
Thu, 4 Nov 2021 12:36:55 +0000 (4 09:36 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:52 +0000 (9 10:32 +1100)
tree89e3ca5710f9b1affb52a38d587934e5c95b465f
parent88adcbf2800c92fb55bf6ecfbaed8d1d21445bea
target/ppc: Move vcfuged to vmx-impl.c.inc

There's no reason to keep vector-impl.c.inc separate from
vmx-impl.c.inc. Additionally, let GVec handle the multiple calls to
helper_cfuged for us.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20211104123719.323713-2-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/helper.h
target/ppc/int_helper.c
target/ppc/translate.c
target/ppc/translate/fixedpoint-impl.c.inc
target/ppc/translate/vector-impl.c.inc [deleted file]
target/ppc/translate/vmx-impl.c.inc