qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 25/43] target/loongarch: Add LoongArch CSR instruction


From: Richard Henderson
Subject: Re: [PATCH v4 25/43] target/loongarch: Add LoongArch CSR instruction
Date: Wed, 18 May 2022 10:18:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/17/22 04:30, Xiaojuan Yang wrote:
This includes:
- CSRRD
- CSRWR
- CSRXCHG

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/csr_helper.c                 |  87 ++++++
  target/loongarch/disas.c                      | 101 +++++++
  target/loongarch/helper.h                     |   8 +
  .../insn_trans/trans_privileged.c.inc         | 264 ++++++++++++++++++
  target/loongarch/insns.decode                 |  13 +
  target/loongarch/meson.build                  |   1 +
  target/loongarch/translate.c                  |  11 +-
  7 files changed, 484 insertions(+), 1 deletion(-)
  create mode 100644 target/loongarch/csr_helper.c
  create mode 100644 target/loongarch/insn_trans/trans_privileged.c.inc

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

r~



reply via email to

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