qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] target/ppc: Update vector insns to use 128 bit
@ 2024-07-09 11:43 Chinmay Rath
  2024-07-09 11:43 ` [PATCH v3 1/3] target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc Chinmay Rath
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chinmay Rath @ 2024-07-09 11:43 UTC (permalink / raw)
  To: qemu-ppc; +Cc: qemu-devel, npiggin, danielhb413, richard.henderson, harshpb

Updating a bunch of VMX and VSX storage access instructions to use
tcg_gen_qemu_ld/st_i128 instead of using tcg_gen_qemu_ld/st_i64 in
succession; as suggested by Richard, in my decodetree patches.
Plus some minor clean-ups to facilitate the above in case of VMX insns.

Change log:

v3 : Rectified EA increment from 8 to 16 for paired insns in patch 3/3,
as pointed by Richard.
Retained his 'Reviewed-by' for all patches, after the correction.

v2 : Applied IFALIGN_PAIR memop changes in patches 2/3 and 3/3,
based on review comments by Richard.
https://lore.kernel.org/qemu-devel/20240630120157.259233-1-rathc@linux.ibm.com/

v3 : https://lore.kernel.org/qemu-devel/20240621114604.868415-1-rathc@linux.ibm.com/

Chinmay Rath (3):
  target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.
  target/ppc: Update VMX storage access insns to use
    tcg_gen_qemu_ld/st_i128.
  target/ppc : Update VSX storage access insns to use tcg_gen_qemu
    _ld/st_i128.

 target/ppc/translate.c              | 10 ----
 target/ppc/translate/vmx-impl.c.inc | 52 +++++++++++---------
 target/ppc/translate/vsx-impl.c.inc | 74 +++++++++++++----------------
 3 files changed, 63 insertions(+), 73 deletions(-)

-- 
2.39.3



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

end of thread, other threads:[~2024-07-09 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 11:43 [PATCH v3 0/3] target/ppc: Update vector insns to use 128 bit Chinmay Rath
2024-07-09 11:43 ` [PATCH v3 1/3] target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc Chinmay Rath
2024-07-09 11:43 ` [PATCH v3 2/3] target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128 Chinmay Rath
2024-07-09 11:43 ` [PATCH v3 3/3] target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128 Chinmay Rath

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