Re: [PATCH for-7.0] target/ppc: fix helper_xvmadd* argument order

2022-03-25 Thread VĂ­ctor Colombo
On 25/03/2022 08:18, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst When the xsmadd* insns were moved to decodetree, the helper arguments were reordered to better match the PowerISA description. The same macro is used to declare xvmadd* helpers, but the translation macro of these insn

Re: [PATCH for-7.0] target/ppc: fix helper_xvmadd* argument order

2022-03-25 Thread Daniel Henrique Barboza
On 3/25/22 08:18, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst When the xsmadd* insns were moved to decodetree, the helper arguments were reordered to better match the PowerISA description. The same macro is used to declare xvmadd* helpers, but the translation macro of these insn