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-10-07
target/riscv: Add a REQUIRE_32BIT macro
Philipp Tomsich
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-09-01
target/riscv: Use {get,dest}_gpr for RVV
Richard Henderson
2021-09-01
target/riscv: Use DisasExtend in shift operations
Richard Henderson
2021-09-01
target/riscv: Add DisasExtend to gen_unary
Richard Henderson
2021-09-01
target/riscv: Move gen_* helpers for RVB
Richard Henderson
2021-09-01
target/riscv: Move gen_* helpers for RVM
Richard Henderson
2021-09-01
target/riscv: Remove gen_arith_div*
Richard Henderson
2021-09-01
target/riscv: Add DisasExtend to gen_arith*
Richard Henderson
2021-09-01
target/riscv: Introduce DisasExtend and new helpers
Richard Henderson
2021-09-01
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
2021-09-01
target/riscv: Clean up division helpers
Richard Henderson
2021-09-01
target/riscv: Use tcg_constant_*
Richard Henderson
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/riscv: Use translator_use_goto_tb
Richard Henderson
2021-06-24
target/riscv: Use target_ulong for the DisasContext misa
Alistair Francis
2021-06-08
target/riscv: rvb: add/shift with prefix zero-extend
Kito Cheng
2021-06-08
target/riscv: rvb: address calculation
Kito Cheng
2021-06-08
target/riscv: rvb: generalized or-combine
Frank Chang
2021-06-08
target/riscv: rvb: generalized reverse
Frank Chang
2021-06-08
target/riscv: rvb: rotate (left/right)
Kito Cheng
2021-06-08
target/riscv: rvb: shift ones
Kito Cheng
2021-06-08
target/riscv: rvb: single-bit instructions
Frank Chang
2021-06-08
target/riscv: add gen_shifti() and gen_shiftiw() helper functions
Frank Chang
2021-06-08
target/riscv: rvb: pack two words into one register
Kito Cheng
2021-06-08
target/riscv: rvb: count bits set
Frank Chang
2021-06-08
target/riscv: rvb: count leading/trailing zeros
Kito Cheng
2021-05-11
target/riscv: Consolidate RV32/64 32-bit instructions
Alistair Francis
2021-05-11
target/riscv: Remove an unused CASE_OP_32_64 macro
Alistair Francis
2021-05-11
target/riscv: Remove the hardcoded MSTATUS_SD macro
Alistair Francis
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
[next]