Re: [PATCH v2 0/4] target/ppc: Fix VSX instructions register access

2021-12-15 Thread Cédric Le Goater
On 12/13/21 13:09, Victor Colombo wrote: Instructions xscvqpdp, xsmaxcdp, xsmincdp, xsmaxjdp, and xsminjdp are using the wrong registers, which yields the wrong result when using them. This patch series fixes this issue by correcting the registers used. It also takes the opportunity to move thes

[PATCH v2 0/4] target/ppc: Fix VSX instructions register access

2021-12-13 Thread Victor Colombo
Instructions xscvqpdp, xsmaxcdp, xsmincdp, xsmaxjdp, and xsminjdp are using the wrong registers, which yields the wrong result when using them. This patch series fixes this issue by correcting the registers used. It also takes the opportunity to move these instructions to decodetree. v2: - Change