qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand


From: Richard Henderson
Subject: [PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
Date: Wed, 30 Aug 2023 20:09:02 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]