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
/
translate.c
Age
Commit message (
Expand
)
Author
2021-05-11
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
2021-03-22
target/riscv: Prevent lost illegal instruction exceptions
Georg Kotheimer
2021-01-18
riscv: Add semihosting support
Keith Packard
2020-11-09
target/riscv: Remove the hyp load and store functions
Alistair Francis
2020-08-25
target/riscv: Update the Hypervisor trap return/entry
Alistair Francis
2020-08-21
target/riscv: Check nanboxed inputs in trans_rvf.inc.c
Richard Henderson
2020-08-21
target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
Richard Henderson
2020-08-21
meson: target
Paolo Bonzini
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-07-02
target/riscv: add vector stride load and store instructions
LIU Zhiwei
2020-07-02
target/riscv: add vector configure instruction
LIU Zhiwei
2020-07-02
target/riscv: add vector extension field in CPURISCVState
LIU Zhiwei
2020-06-19
target/riscv: Move the hfence instructions to the rvh decode
Alistair Francis
2020-02-27
target/riscv: Add the MSTATUS_MPV_ISSET helper macro
Alistair Francis
2020-02-27
target/riscv: Respect MPRV and SPRV for floating point ops
Alistair Francis
2020-02-27
target/riscv: Mark both sstatus and msstatus_hs as dirty
Alistair Francis
2020-02-27
target/riscv: Print priv and virt in disas log
Alistair Francis
2020-02-25
target/riscv: progressively load the instruction during decode
Alex Bennée
2020-01-24
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...
Peter Maydell
2020-01-16
target/riscv: update mstatus.SD when FS is set dirty
ShihPo Hung
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-11-14
remove unnecessary ifdef TARGET_RISCV64
hiroyuki.obinata
2019-10-28
target/riscv: fetch code with translator_ld
Emilio G. Cota
2019-08-19
target/riscv: Remove redundant declaration pragmas
Richard Henderson
2019-06-25
RISC-V: Add support for the Zifencei extension
Palmer Dabbelt
2019-05-24
target/riscv: Split gen_arith_imm into functional and temp
Richard Henderson
2019-05-24
target/riscv: Split RVC32 and RVC64 insns into separate files
Richard Henderson
2019-05-24
target/riscv: Merge argument decode for RVC shifti
Richard Henderson
2019-05-24
target/riscv: Use --static-decode for decodetree
Richard Henderson
2019-05-24
target/riscv: Name the argument sets for all of insn32 formats
Richard Henderson
2019-05-24
RISC-V: fix single stepping over ret and other branching instructions
Fabien Chouteau
2019-05-06
decodetree: Add DisasContext argument to !function expanders
Richard Henderson
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-03-22
target/riscv: Zero extend the inputs of divuw and remuw
Palmer Dabbelt
2019-03-13
target/riscv: Remove decode_RV32_64G()
Bastian Koppelmann
2019-03-13
target/riscv: Remove gen_system()
Bastian Koppelmann
2019-03-13
target/riscv: Rename trans_arith to gen_arith
Bastian Koppelmann
2019-03-13
target/riscv: Remove manual decoding of RV32/64M insn
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 quadrant 2 of RVXC insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert quadrant 1 of RVXC insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert quadrant 0 of RVXC insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RV priv insns to decodetree
Bastian Koppelmann
2019-03-13
target/riscv: Convert RV64D insns to decodetree
Bastian Koppelmann
[next]