]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Add timer related instructions support.
authorXiaojuan Yang <yangxiaojuan@loongson.cn>
Mon, 6 Jun 2022 12:43:19 +0000 (20:43 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:09:03 +0000 (18:09 +0000)
commitf9bf50745f29c85e531857898ed7927b6db7c763
tree7cbc8cceef002562c51547da9382d6a16dd8a384
parentd2cba6f7cea9d55aa0567fa8efdeaf2028e1de5e
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>
target/loongarch/disas.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_extra.c.inc
target/loongarch/insns.decode
target/loongarch/op_helper.c
target/loongarch/translate.c