qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 29/43] target/loongarch: Add timer related instructions su


From: Richard Henderson
Subject: Re: [PATCH v2 29/43] target/loongarch: Add timer related instructions support.
Date: Mon, 25 Apr 2022 17:06:03 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/25/22 02:10, Xiaojuan Yang wrote:
This includes:
-RDTIME{L/H}.W
-RDTIME.D

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  target/loongarch/disas.c                      |  3 ++
  target/loongarch/helper.h                     |  2 ++
  target/loongarch/insn_trans/trans_extra.c.inc | 33 +++++++++++++++++++
  target/loongarch/insns.decode                 |  3 ++
  target/loongarch/op_helper.c                  | 13 ++++++++
  target/loongarch/translate.c                  |  2 ++
  6 files changed, 56 insertions(+)

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

r~



reply via email to

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