qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 28/43] target/loongarch: Add other core instructions suppo


From: Richard Henderson
Subject: Re: [PATCH v1 28/43] target/loongarch: Add other core instructions support
Date: Fri, 15 Apr 2022 20:49:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/15/22 02:40, Xiaojuan Yang wrote:
This includes:
-CACOP
-LDDIR
-LDPTE
-ERTN
-DBCL
-IDLE

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/disas.c                      | 17 ++++
  target/loongarch/helper.h                     |  5 +
  .../insn_trans/trans_privileged.c.inc         | 65 +++++++++++++
  target/loongarch/insns.decode                 | 11 +++
  target/loongarch/internals.h                  |  5 +
  target/loongarch/op_helper.c                  | 36 +++++++
  target/loongarch/tlb_helper.c                 | 93 +++++++++++++++++++
  7 files changed, 232 insertions(+)

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

r~



reply via email to

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