diff options
author | Matheus Ferst | 2021-11-04 13:36:55 +0100 |
---|---|---|
committer | David Gibson | 2021-11-09 00:32:52 +0100 |
commit | 6e0bbc4048225cca44f6f060ccd4e286f2a06d61 (patch) | |
tree | 89e3ca5710f9b1affb52a38d587934e5c95b465f /target/ppc/translate.c | |
parent | ppc/pegasos2: Suppress warning when qtest enabled (diff) | |
download | qemu-6e0bbc4048225cca44f6f060ccd4e286f2a06d61.tar.gz qemu-6e0bbc4048225cca44f6f060ccd4e286f2a06d61.tar.xz qemu-6e0bbc4048225cca44f6f060ccd4e286f2a06d61.zip |
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>
Diffstat (limited to 'target/ppc/translate.c')
-rw-r--r-- | target/ppc/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/translate.c b/target/ppc/translate.c index 659859ff5f..fc9d35a7a8 100644 --- a/target/ppc/translate.c +++ b/target/ppc/translate.c @@ -7407,7 +7407,6 @@ static bool resolve_PLS_D(DisasContext *ctx, arg_D *d, arg_PLS_D *a) #include "translate/vmx-impl.c.inc" #include "translate/vsx-impl.c.inc" -#include "translate/vector-impl.c.inc" #include "translate/dfp-impl.c.inc" |