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

2021-06-25 Thread Richard Henderson
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):

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

2021-06-24 Thread LIU Zhiwei
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