Re: [RFC PATCH 5/6] target/ppc: implement xscv[su]qqp

2022-03-29 Thread Richard Henderson
On 3/28/22 14:14, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Implement the following PowerISA v3.1 instructions: xscvsqqp: VSX Scalar Convert with round Signed Quadword to Quad-Precision xscvuqqp: VSX Scalar Convert with round Unsigned Quadword to Quad-Precis

[RFC PATCH 5/6] target/ppc: implement xscv[su]qqp

2022-03-28 Thread matheus . ferst
From: Matheus Ferst Implement the following PowerISA v3.1 instructions: xscvsqqp: VSX Scalar Convert with round Signed Quadword to Quad-Precision xscvuqqp: VSX Scalar Convert with round Unsigned Quadword to Quad-Precision format Signed-off-by: Matheus Ferst --- target/ppc/f