qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
@ 2023-08-31  3:09 Richard Henderson
  2023-08-31  3:09 ` [PATCH 1/2] " Richard Henderson
  2023-08-31  3:09 ` [PATCH 2/2] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0 Richard Henderson
  0 siblings, 2 replies; 7+ messages in thread
From: Richard Henderson @ 2023-08-31  3:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: gaosong

This should be usable for loongarch64 as well, rather than
rolling a local copy there.

r~

Richard Henderson (2):
  tcg: Add gvec compare with immediate and scalar operand
  target/arm: Use tcg_gen_gvec_cmpi for compare vs 0

 accel/tcg/tcg-runtime.h          |  25 ++++++
 include/tcg/tcg-op-gvec-common.h |   6 ++
 accel/tcg/tcg-runtime-gvec.c     |  26 ++++++
 target/arm/tcg/translate.c       |  56 ++----------
 tcg/tcg-op-gvec.c                | 150 +++++++++++++++++++++++++++++++
 5 files changed, 216 insertions(+), 47 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-09-11 12:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31  3:09 [PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand Richard Henderson
2023-08-31  3:09 ` [PATCH 1/2] " Richard Henderson
2023-09-07  7:39   ` gaosong
2023-09-07 12:12     ` gaosong
2023-09-11 12:38       ` gaosong
2023-08-31  3:09 ` [PATCH 2/2] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0 Richard Henderson
2023-09-07 12:13   ` gaosong

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