On 4/29/22 03:07, Xiaojuan Yang wrote:
This includes: - IOCSR{RD/WR}.{B/H/W/D}Signed-off-by: Xiaojuan Yang<[email protected]> Signed-off-by: Song Gao<[email protected]> --- target/loongarch/cpu.c | 44 ++++++++++++ target/loongarch/cpu.h | 25 +++++++ target/loongarch/disas.c | 8 +++ target/loongarch/helper.h | 8 +++ .../insn_trans/trans_privileged.c.inc | 35 ++++++++++ target/loongarch/insns.decode | 9 +++ target/loongarch/iocsr_helper.c | 67 +++++++++++++++++++ target/loongarch/meson.build | 1 + 8 files changed, 197 insertions(+) create mode 100644 target/loongarch/iocsr_helper.c
Reviewed-by: Richard Henderson <[email protected]> r~
