[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RISU PATCH v2 0/5] Add LoongArch architectures support
From: |
Peter Maydell |
Subject: |
Re: [RISU PATCH v2 0/5] Add LoongArch architectures support |
Date: |
Thu, 20 Oct 2022 12:11:11 +0100 |
On Thu, 13 Oct 2022 at 09:28, Song Gao <gaosong@loongson.cn> wrote:
>
> hi,
>
> This series adds LoongArch architectures support, we had tested two
> mode:
> 1. LoongArch host server + LoongArch host client;
> 2. LoongArch host server + qemu client.
>
> You can find all LoongArch instructions at [1].
> This series not contains all LoongArch instructions,
> such as pcadd, syscalls, rdtime and jumps.
>
> [1]:
> https://github.com/loongson/LoongArch-Documentation/releases/download/2022.08.12/LoongArch-Vol1-v1.02-EN.pdf
>
> V2:
>
> - rewrite write_mov_ri();
> - get_risuop return a RisuOp;
> - test again with 1 million instructions.
Thanks; I've applied this to risu git. It looks like you didn't
fix the get_risuop return type, so I made that trivial change
when I applied the patches.
thanks
-- PMM
- [RISU PATCH v2 0/5] Add LoongArch architectures support, Song Gao, 2022/10/13
- [RISU PATCH v2 5/5] loongarch: Add block 'safefloat' and nanbox_s(), Song Gao, 2022/10/13
- [RISU PATCH v2 4/5] loongarch: Add risufile with loongarch instructions, Song Gao, 2022/10/13
- [RISU PATCH v2 1/5] risu: Use alternate stack, Song Gao, 2022/10/13
- [RISU PATCH v2 2/5] loongarch: Add LoongArch basic test support, Song Gao, 2022/10/13
- [RISU PATCH v2 3/5] loongarch: Implement risugen module, Song Gao, 2022/10/13
- Re: [RISU PATCH v2 0/5] Add LoongArch architectures support,
Peter Maydell <=