qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes
@ 2022-03-04 17:51 matheus.ferst
  2022-03-04 17:51 ` [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07 matheus.ferst
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: matheus.ferst @ 2022-03-04 17:51 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: danielhb413, richard.henderson, groug, clg, Matheus Ferst, david

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(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-03-07  8:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04 17:51 [PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes matheus.ferst
2022-03-04 17:51 ` [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07 matheus.ferst
2022-03-04 22:35   ` Richard Henderson
2022-03-05  6:36   ` Cédric Le Goater
2022-03-07  8:53     ` Mark Cave-Ayland
2022-03-04 17:51 ` [PATCH 2/7] target/ppc: use ext32u and deposit in do_vx_vmulhw_i64 matheus.ferst
2022-03-04 22:36   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 3/7] target/ppc: use extract/extract2 to create vrlqnm mask matheus.ferst
2022-03-04 22:37   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 4/7] target/ppc: use andc in vrlqmi matheus.ferst
2022-03-04 22:37   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 5/7] target/ppc: split XXGENPCV macros for readability matheus.ferst
2022-03-04 22:38   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 6/7] target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC matheus.ferst
2022-03-04 22:39   ` Richard Henderson
2022-03-04 17:51 ` [PATCH 7/7] target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16 matheus.ferst
2022-03-04 22:39   ` Richard Henderson
2022-03-05  8:06 ` [PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).