]> Git Repo - qemu.git/commit
target/loongarch: Add LoongArch CSR instruction
authorXiaojuan Yang <[email protected]>
Mon, 6 Jun 2022 12:43:15 +0000 (20:43 +0800)
committerRichard Henderson <[email protected]>
Mon, 6 Jun 2022 18:09:03 +0000 (18:09 +0000)
commit5b1dedfe848b61521aa5b46b81a4cc676e9e7c1b
tree5e119c1e5637aa79bb852e765ccd4e93271bfdb3
parentdd615fa48da89b2308a907cc4e4956771c75d68f
target/loongarch: Add LoongArch CSR instruction

This includes:
- CSRRD
- CSRWR
- CSRXCHG

Signed-off-by: Xiaojuan Yang <[email protected]>
Signed-off-by: Song Gao <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20220606124333.2060567[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/loongarch/csr_helper.c [new file with mode: 0644]
target/loongarch/disas.c
target/loongarch/helper.h
target/loongarch/insn_trans/trans_privileged.c.inc [new file with mode: 0644]
target/loongarch/insns.decode
target/loongarch/meson.build
target/loongarch/translate.c
This page took 0.03066 seconds and 4 git commands to generate.