]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Add LoongArch IOCSR instruction
authorXiaojuan Yang <yangxiaojuan@loongson.cn>
Mon, 6 Jun 2022 12:43:16 +0000 (20:43 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:09:03 +0000 (18:09 +0000)
commitf84a2aacf5d1679b1d1cceabb6006e02864232f3
tree7ab99d30271e045fd93932c599aa8d6901aa54ae
parent5b1dedfe848b61521aa5b46b81a4cc676e9e7c1b
target/loongarch: Add LoongArch IOCSR instruction

This includes:
- IOCSR{RD/WR}.{B/H/W/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-27-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/loongarch/cpu.c
target/loongarch/cpu.h
target/loongarch/disas.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_privileged.c.inc
target/loongarch/insns.decode
target/loongarch/iocsr_helper.c [new file with mode: 0644]
target/loongarch/meson.build