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
Age
Commit message (
Expand
)
Author
2021-09-01
target/riscv: Use {get,dest}_gpr for RVV
Richard Henderson
2021-09-01
target/riscv: Tidy trans_rvh.c.inc
Richard Henderson
2021-09-01
target/riscv: Use {get,dest}_gpr for RVD
Richard Henderson
2021-09-01
target/riscv: Use {get,dest}_gpr for RVF
Richard Henderson
2021-09-01
target/riscv: Use gen_shift_imm_fn for slli_uw
Richard Henderson
2021-09-01
target/riscv: Use {get,dest}_gpr for RVA
Richard Henderson
2021-09-01
target/riscv: Reorg csr instructions
Richard Henderson
2021-09-01
target/riscv: Fix hgeie, hgeip
Richard Henderson
2021-09-01
target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation
Richard Henderson
2021-09-01
target/riscv: Use {get, dest}_gpr for integer load/store
Richard Henderson
2021-09-01
target/riscv: Use get_gpr in branches
Richard Henderson
2021-09-01
target/riscv: Use extracts for sraiw and srliw
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: Use gen_arith for mulh and mulhu
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-09-01
target/riscv: Add User CSRs read-only check
LIU Zhiwei
2021-09-01
target/riscv: Don't wrongly override isa version
LIU Zhiwei
2021-09-01
target/riscv: Correct a comment in riscv_csrrw()
Bin Meng
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-15
target/riscv: hardwire bits in hideleg and hedeleg
Jose Martins
2021-07-15
target/riscv: csr: Remove redundant check in fp csr read/write routines
Bin Meng
2021-07-15
target/riscv: pmp: Fix some typos
Bin Meng
2021-07-12
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-09
target/riscv: Use translator_use_goto_tb
Richard Henderson
2021-07-09
meson: Introduce target-specific Kconfig
Philippe Mathieu-Daudé
2021-06-24
target/riscv: gdbstub: Fix dynamic CSR XML generation
Bin Meng
2021-06-24
target/riscv: Use target_ulong for the DisasContext misa
Alistair Francis
2021-06-08
target/riscv: rvb: add b-ext version cpu option
Frank Chang
2021-06-08
target/riscv: rvb: support and turn on B-extension from command line
Kito Cheng
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: sign-extend instructions
Kito Cheng
2021-06-08
target/riscv: rvb: min/max instructions
Kito Cheng
2021-06-08
target/riscv: rvb: pack two words into one register
Kito Cheng
2021-06-08
target/riscv: rvb: logic-with-negate
Kito Cheng
2021-06-08
target/riscv: rvb: count bits set
Frank Chang
[next]