On Thu, 13 Oct 2022 at 09:28, Song Gao <gaos...@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