qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/5] tcg: Add 32-bit vector operations


From: Richard Henderson
Subject: Re: [PATCH 0/5] tcg: Add 32-bit vector operations
Date: Fri, 25 Jun 2021 20:53:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 6/24/21 3:50 AM, LIU Zhiwei wrote:
This patch set is split from RISC-V Packed extension where needs
some i32 vector operations, accorind to Richard Henderson's suggestion.

The original implementation is on
https://www.mail-archive.com/qemu-devel@nongnu.org/msg814538.html.

LIU Zhiwei (5):
   tcg: Add tcg_gen_vec_add{sub}16_i32
   tcg: Add tcg_gen_vec_add{sub}8_i32
   tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32
   tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32
   tcg: Implement tcg_gen_vec_add{sub}32_tl

  include/tcg/tcg-op-gvec.h |  43 ++++++++++++++
  tcg/tcg-op-gvec.c         | 122 ++++++++++++++++++++++++++++++++++++++
  2 files changed, 165 insertions(+)


Queued to tcg-next, thanks.

r~



reply via email to

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