qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 26/43] target/loongarch: Add LoongArch IOCSR instruction


From: Richard Henderson
Subject: Re: [PATCH v3 26/43] target/loongarch: Add LoongArch IOCSR instruction
Date: Sat, 30 Apr 2022 10:35:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/29/22 03:07, Xiaojuan Yang wrote:
This includes:
- IOCSR{RD/WR}.{B/H/W/D}

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/cpu.c                        | 44 ++++++++++++
  target/loongarch/cpu.h                        | 25 +++++++
  target/loongarch/disas.c                      |  8 +++
  target/loongarch/helper.h                     |  8 +++
  .../insn_trans/trans_privileged.c.inc         | 35 ++++++++++
  target/loongarch/insns.decode                 |  9 +++
  target/loongarch/iocsr_helper.c               | 67 +++++++++++++++++++
  target/loongarch/meson.build                  |  1 +
  8 files changed, 197 insertions(+)
  create mode 100644 target/loongarch/iocsr_helper.c

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]