RE: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-10-15 Thread Luis Fernando Fujita Pires
mu-devel@nongnu.org; qemu-...@nongnu.org; gr...@kaod.org; > richard.hender...@linaro.org > Subject: Re: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree > > On Thu, Oct 14, 2021 at 05:02:59PM +, Luis Fernando Fujita Pires wrote: > > Ping? > > I'm not

Re: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-10-15 Thread da...@gibson.dropbear.id.au
ra, 20 de setembro de 2021 15:51 > > To: Luis Fernando Fujita Pires ; qemu- > > de...@nongnu.org; qemu-...@nongnu.org > > Cc: da...@gibson.dropbear.id.au; gr...@kaod.org; > > richard.hender...@linaro.org > > Subject: RE: [PATCH v3 00/22] target/ppc: DFP instructi

RE: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-10-14 Thread Luis Fernando Fujita Pires
@linaro.org > Subject: RE: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree > > Ping. > > Patches 1-4 were already applied, and patches 5-8, 12, 15, 18 are missing > reviews. > > Thanks, > > -- > Luis Pires > Instituto de Pesquisas ELDORAD

RE: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-09-20 Thread Luis Fernando Fujita Pires
Ping. Patches 1-4 were already applied, and patches 5-8, 12, 15, 18 are missing reviews. Thanks, -- Luis Pires Instituto de Pesquisas ELDORADO Aviso Legal - Disclaimer From: Luis Pires > This series moves all existing DFP instructions to decodetre

Re: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-09-14 Thread David Gibson
On Fri, Sep 10, 2021 at 08:26:02AM -0300, Luis Pires wrote: > This series moves all existing DFP instructions to decodetree and > implements the 2 new instructions (dcffixqq and dctfixqq) from > Power ISA 3.1. > > In order to implement dcffixqq, divu128/divs128 were modified to > support 128-bit q

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-09-10 Thread Luis Pires
This series moves all existing DFP instructions to decodetree and implements the 2 new instructions (dcffixqq and dctfixqq) from Power ISA 3.1. In order to implement dcffixqq, divu128/divs128 were modified to support 128-bit quotients (previously, they were limited to 64-bit quotients), along with