mbox series

[0/7] target/ppc: Vector/VSX instruction batch fixes

Message ID 20220304175156.2012315-1-matheus.ferst@eldorado.org.br (mailing list archive)
Headers show
Series target/ppc: Vector/VSX instruction batch fixes | expand

Message

Matheus K. Ferst March 4, 2022, 5:51 p.m. UTC
From: Matheus Ferst <matheus.ferst@eldorado.org.br>

Some fixes to the insns of our last patch series.

Lucas Mateus Castro (alqotel) (1):
  target/ppc: Fix vmul[eo]* instructions marked 2.07

Matheus Ferst (4):
  target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
  target/ppc: use extract/extract2 to create vrlqnm mask
  target/ppc: use andc in vrlqmi
  target/ppc: split XXGENPCV macros for readability

Víctor Colombo (2):
  target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
  target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16

 target/ppc/fpu_helper.c             |  4 ++
 target/ppc/int_helper.c             | 28 +++++++++---
 target/ppc/translate/vmx-impl.c.inc | 42 +++++++----------
 target/ppc/translate/vsx-impl.c.inc | 71 +++++++++++++++--------------
 4 files changed, 77 insertions(+), 68 deletions(-)

Comments

Cédric Le Goater March 5, 2022, 8:06 a.m. UTC | #1
On 3/4/22 18:51, matheus.ferst@eldorado.org.br wrote:
> From: Matheus Ferst <matheus.ferst@eldorado.org.br>
> 
> Some fixes to the insns of our last patch series.
> 
> Lucas Mateus Castro (alqotel) (1):
>    target/ppc: Fix vmul[eo]* instructions marked 2.07
> 
> Matheus Ferst (4):
>    target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
>    target/ppc: use extract/extract2 to create vrlqnm mask
>    target/ppc: use andc in vrlqmi
>    target/ppc: split XXGENPCV macros for readability
> 
> Víctor Colombo (2):
>    target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
>    target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16
> 
>   target/ppc/fpu_helper.c             |  4 ++
>   target/ppc/int_helper.c             | 28 +++++++++---
>   target/ppc/translate/vmx-impl.c.inc | 42 +++++++----------
>   target/ppc/translate/vsx-impl.c.inc | 71 +++++++++++++++--------------
>   4 files changed, 77 insertions(+), 68 deletions(-)
> 

Queued for ppc-7.0.

Thanks,

C.