在 2023/10/17 下午8:38, Philippe Mathieu-Daudé 写道:
RFC because unsure and untested...
Based-on: <[email protected]>
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 <[email protected]>
Thanks.
Song Gao