Re: [RFC PATCH v4 00/44] Add LoongArch LSX instructions

2023-05-04 Thread Song Gao
在 2023/5/4 下午5:41, Richard Henderson 写道: On 5/4/23 09:25, Richard Henderson wrote: On 5/4/23 02:26, Song Gao wrote: V4:    - R-b and rebase;    - Migrate the upper half lsx regs;    - Remove tcg_gen_mulus2_*;    - Vsetallnez use !do_match2;    - Use tcg_gen_concat_i64_i128/tcg_gen_extr_i128_i6

Re: [RFC PATCH v4 00/44] Add LoongArch LSX instructions

2023-05-04 Thread Richard Henderson
On 5/4/23 09:25, Richard Henderson wrote: On 5/4/23 02:26, Song Gao wrote: V4:    - R-b and rebase;    - Migrate the upper half lsx regs;    - Remove tcg_gen_mulus2_*;    - Vsetallnez use !do_match2;    - Use tcg_gen_concat_i64_i128/tcg_gen_extr_i128_i64 to replace TCGV128_LOW(val)/TCGV128_

Re: [RFC PATCH v4 00/44] Add LoongArch LSX instructions

2023-05-04 Thread Richard Henderson
On 5/4/23 02:26, Song Gao wrote: V4:    - R-b and rebase;    - Migrate the upper half lsx regs;    - Remove tcg_gen_mulus2_*;    - Vsetallnez use !do_match2;    - Use tcg_gen_concat_i64_i128/tcg_gen_extr_i128_i64 to replace TCGV128_LOW(val)/TCGV128_High(val); One minor nit, everything revi

Re: [RFC PATCH v4 00/44] Add LoongArch LSX instructions

2023-05-03 Thread Song Gao
在 2023/5/2 上午2:43, Richard Henderson 写道: On 4/25/23 08:02, Song Gao wrote: Hi, This series adds LoongArch LSX instructions, Since the LoongArch Vol2 is not open, So we use 'RFC' title. I'm not sure when the manual will be open. After these patches are reviewed, how about merging them? About

Re: [RFC PATCH v4 00/44] Add LoongArch LSX instructions

2023-05-01 Thread Richard Henderson
On 4/25/23 08:02, Song Gao wrote: Hi, This series adds LoongArch LSX instructions, Since the LoongArch Vol2 is not open, So we use 'RFC' title. I'm not sure when the manual will be open. After these patches are reviewed, how about merging them? About test: V2 we use RISU test the LoongArch LSX

[RFC PATCH v4 00/44] Add LoongArch LSX instructions

2023-04-25 Thread Song Gao
Hi, This series adds LoongArch LSX instructions, Since the LoongArch Vol2 is not open, So we use 'RFC' title. I'm not sure when the manual will be open. After these patches are reviewed, how about merging them? About test: V2 we use RISU test the LoongArch LSX instructions. QEMU: https://gi