Re: [PATCH v5 00/23] Base for adding PowerPC 64-bit instructions

2021-05-17 Thread David Gibson
On Mon, May 17, 2021 at 05:50:02PM -0300, matheus.fe...@eldorado.org.br wrote: > From: Matheus Ferst > > This series provides the basic infrastructure for adding the new 32/64-bit > instructions in Power ISA 3.1 to target/ppc. Well, I had applied them all, but I've now pulled patch 10 and onward

[PATCH v5 00/23] Base for adding PowerPC 64-bit instructions

2021-05-17 Thread matheus . ferst
From: Matheus Ferst This series provides the basic infrastructure for adding the new 32/64-bit instructions in Power ISA 3.1 to target/ppc. v5: - Rebase on ppc-for-6.1; - Change copyright line from new files; - Remove argument set from PNOP; - Add comments to explain helper_cfuged implementation