mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
target/loongarch: Add timer related instructions support.
This includes: -RDTIME{L/H}.W -RDTIME.D Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220606124333.2060567-30-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
d2cba6f7ce
commit
f9bf50745f
6 changed files with 56 additions and 0 deletions
|
@ -352,6 +352,9 @@ INSN(bitrev_w, rr)
|
|||
INSN(bitrev_d, rr)
|
||||
INSN(ext_w_h, rr)
|
||||
INSN(ext_w_b, rr)
|
||||
INSN(rdtimel_w, rr)
|
||||
INSN(rdtimeh_w, rr)
|
||||
INSN(rdtime_d, rr)
|
||||
INSN(cpucfg, rr)
|
||||
INSN(asrtle_d, rr_jk)
|
||||
INSN(asrtgt_d, rr_jk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue