From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: Matheus Ferst <matheus.ferst@eldorado.org.br>,
qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: clg@kaod.org, david@gibson.dropbear.id.au, groug@kaod.org,
richard.henderson@linaro.org
Subject: Re: [PATCH 0/7] Remove CONFIG_INT128 conditional code from target/ppc/*
Date: Mon, 27 Jun 2022 18:41:22 -0300 [thread overview]
Message-ID: <ed151ae9-5870-3cd7-347a-dd82a9e8c9bd@gmail.com> (raw)
In-Reply-To: <20220606150037.338931-1-matheus.ferst@eldorado.org.br>
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,
Daniel
On 6/6/22 12:00, Matheus Ferst wrote:
> PPC-specific methods to handle 128-bits integers operations, like
> avr_qw_not and avr_qw_add, are currently only tested indirectly (through
> the behavior of the insns that use them) in !CONFIG_INT128 builds. They
> can be replaced by the methods provided by int128.h, which are shared
> with other archs and have unit tests.
>
> We also take the opportunity to move some instructions to decodetree and
> drop unnecessary uses of VECTOR_FOR_INORDER_I.
>
> Based-on: <20220525134954.85056-1-lucas.araujo@eldorado.org.br>
> because int128_ult, implemented in 'host-utils: Implemented unsigned
> 256-by-128 division'
>
> Matheus Ferst (7):
> target/ppc: use int128.h methods in vpmsumd
> target/ppc: use int128.h methods in vadduqm
> target/ppc: use int128.h methods in vaddecuq and vaddeuqm
> target/ppc: use int128.h methods in vaddcuq
> target/ppc: use int128.h methods in vsubuqm
> target/ppc: use int128.h methods in vsubecuq and vsubeuqm
> target/ppc: use int128.h methods in vsubcuq
>
> target/ppc/helper.h | 18 +-
> target/ppc/insn32.decode | 16 ++
> target/ppc/int_helper.c | 255 ++++++----------------------
> target/ppc/translate/vmx-impl.c.inc | 32 ++--
> target/ppc/translate/vmx-ops.c.inc | 9 +-
> 5 files changed, 93 insertions(+), 237 deletions(-)
>
prev parent reply other threads:[~2022-06-27 21:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 15:00 [PATCH 0/7] Remove CONFIG_INT128 conditional code from target/ppc/* Matheus Ferst
2022-06-06 15:00 ` [PATCH 1/7] target/ppc: use int128.h methods in vpmsumd Matheus Ferst
2022-06-27 16:23 ` Víctor Colombo
2022-06-06 15:00 ` [PATCH 2/7] target/ppc: use int128.h methods in vadduqm Matheus Ferst
2022-06-27 16:24 ` Víctor Colombo
2022-06-06 15:00 ` [PATCH 3/7] target/ppc: use int128.h methods in vaddecuq and vaddeuqm Matheus Ferst
2022-06-27 16:25 ` Víctor Colombo
2022-06-06 15:00 ` [PATCH 4/7] target/ppc: use int128.h methods in vaddcuq Matheus Ferst
2022-06-27 16:25 ` Víctor Colombo
2022-06-06 15:00 ` [PATCH 5/7] target/ppc: use int128.h methods in vsubuqm Matheus Ferst
2022-06-27 16:26 ` Víctor Colombo
2022-06-06 15:00 ` [PATCH 6/7] target/ppc: use int128.h methods in vsubecuq and vsubeuqm Matheus Ferst
2022-06-27 16:26 ` Víctor Colombo
2022-06-06 15:00 ` [PATCH 7/7] target/ppc: use int128.h methods in vsubcuq Matheus Ferst
2022-06-27 16:26 ` Víctor Colombo
2022-06-27 21:41 ` Daniel Henrique Barboza [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ed151ae9-5870-3cd7-347a-dd82a9e8c9bd@gmail.com \
--to=danielhb413@gmail.com \
--cc=clg@kaod.org \
--cc=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=matheus.ferst@eldorado.org.br \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).