mbox series

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

Message ID 20231017123849.40834-1-philmd@linaro.org
Headers show
Series target/loongarch: Use i128 for 128-bit loads/stores | expand

Message

Philippe Mathieu-Daudé Oct. 17, 2023, 12:38 p.m. UTC
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(-)

Comments

gaosong Oct. 18, 2023, 1:17 a.m. UTC | #1
在 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