mbox series

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

Message ID 20230831030904.1194667-1-richard.henderson@linaro.org
Headers show
Series tcg: Add gvec compare with immediate and scalar operand | expand

Message

Richard Henderson Aug. 31, 2023, 3:09 a.m. UTC
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(-)