index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
insn_trans
/
trans_rvi.inc.c
Age
Commit message (
Expand
)
Author
2019-03-13
target/riscv: Rename trans_arith to gen_arith
Bastian Koppelmann
2019-03-13
target/riscv: Remove shift and slt insn manual decoding
Bastian Koppelmann
2019-03-13
target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
Bastian Koppelmann
2019-03-13
target/riscv: Move gen_arith_imm() decoding into trans_* functions
Bastian Koppelmann
2019-03-13
target/riscv: Remove manual decoding from gen_store()
Bastian Koppelmann
2019-03-13
target/riscv: Remove manual decoding from gen_load()
Bastian Koppelmann
2019-03-13
target/riscv: Remove manual decoding from gen_branch()
Bastian Koppelmann
2019-03-13
target/riscv: Remove gen_jalr()
Bastian Koppelmann
2019-03-13
target/riscv: Convert RVXI csr insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RVXI fence insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RVXI arithmetic insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RV64I load/store insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RV32I load/store insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RVXI branch insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Activate decodetree and implemnt LUI & AUIPC
Bastian Koppelmann