[RFC PATCH 0/2] target/loongarch: Use i128 for 128-bit loads/stores

Philippe Mathieu-Daudé posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231017123849.40834-1-philmd@linaro.org
Maintainers: Song Gao <gaosong@loongson.cn>
target/loongarch/translate.c                | 12 ++++++
target/loongarch/insn_trans/trans_vec.c.inc | 46 +++++++--------------
2 files changed, 28 insertions(+), 30 deletions(-)
[RFC PATCH 0/2] target/loongarch: Use i128 for 128-bit loads/stores
Posted by Philippe Mathieu-Daudé 7 months ago
RFC because unsure and untested...

Based-on: <20231013175109.124308-1-richard.henderson@linaro.org>
  tcg: Add tcg_gen_{ld,st}_i128

Philippe Mathieu-Daudé (2):
  target/loongarch: Use i128 for 128-bit load/store in VST[X]/XVST
  target/loongarch: Use i128 for 128-bit load/store in XVLD

 target/loongarch/translate.c                | 12 ++++++
 target/loongarch/insn_trans/trans_vec.c.inc | 46 +++++++--------------
 2 files changed, 28 insertions(+), 30 deletions(-)

-- 
2.41.0


Re: [RFC PATCH 0/2] target/loongarch: Use i128 for 128-bit loads/stores
Posted by gaosong 7 months ago
在 2023/10/17 下午8:38, Philippe Mathieu-Daudé 写道:
> RFC because unsure and untested...
>
> Based-on: <20231013175109.124308-1-richard.henderson@linaro.org>
>    tcg: Add tcg_gen_{ld,st}_i128
>
> Philippe Mathieu-Daudé (2):
>    target/loongarch: Use i128 for 128-bit load/store in VST[X]/XVST
>    target/loongarch: Use i128 for 128-bit load/store in XVLD
>
>   target/loongarch/translate.c                | 12 ++++++
>   target/loongarch/insn_trans/trans_vec.c.inc | 46 +++++++--------------
>   2 files changed, 28 insertions(+), 30 deletions(-)
>

I had tested it,  you can drop the 'RFC' title.

Tested-by: Song Gao <gaosong@loongson.cn>

Thanks.
Song Gao