index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: Use {get,dest}_gpr for RVV
Richard Henderson
2021-09-01
2
-61
/
+26
*
target/riscv: Tidy trans_rvh.c.inc
Richard Henderson
2021-09-01
2
-210
/
+57
*
target/riscv: Use {get,dest}_gpr for RVD
Richard Henderson
2021-09-01
1
-65
/
+60
*
target/riscv: Use {get,dest}_gpr for RVF
Richard Henderson
2021-09-01
1
-76
/
+70
*
target/riscv: Use gen_shift_imm_fn for slli_uw
Richard Henderson
2021-09-01
1
-13
/
+6
*
target/riscv: Use {get,dest}_gpr for RVA
Richard Henderson
2021-09-01
1
-28
/
+19
*
target/riscv: Reorg csr instructions
Richard Henderson
2021-09-01
3
-66
/
+132
*
target/riscv: Fix hgeie, hgeip
Richard Henderson
2021-09-01
1
-18
/
+8
*
target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operation
Richard Henderson
2021-09-01
1
-8
/
+15
*
target/riscv: Use {get, dest}_gpr for integer load/store
Richard Henderson
2021-09-01
1
-18
/
+20
*
target/riscv: Use get_gpr in branches
Richard Henderson
2021-09-01
1
-15
/
+10
*
target/riscv: Use extracts for sraiw and srliw
Richard Henderson
2021-09-01
1
-2
/
+12
*
target/riscv: Use DisasExtend in shift operations
Richard Henderson
2021-09-01
3
-202
/
+125
*
target/riscv: Add DisasExtend to gen_unary
Richard Henderson
2021-09-01
2
-23
/
+15
*
target/riscv: Move gen_* helpers for RVB
Richard Henderson
2021-09-01
2
-233
/
+234
*
target/riscv: Move gen_* helpers for RVM
Richard Henderson
2021-09-01
2
-127
/
+127
*
target/riscv: Use gen_arith for mulh and mulhu
Richard Henderson
2021-09-01
1
-22
/
+18
*
target/riscv: Remove gen_arith_div*
Richard Henderson
2021-09-01
2
-50
/
+8
*
target/riscv: Add DisasExtend to gen_arith*
Richard Henderson
2021-09-01
4
-90
/
+64
*
target/riscv: Introduce DisasExtend and new helpers
Richard Henderson
2021-09-01
1
-16
/
+81
*
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
2021-09-01
9
-144
/
+144
*
target/riscv: Clean up division helpers
Richard Henderson
2021-09-01
1
-83
/
+91
*
target/riscv: Use tcg_constant_*
Richard Henderson
2021-09-01
3
-70
/
+34
*
target/riscv: Add User CSRs read-only check
LIU Zhiwei
2021-09-01
1
-3
/
+5
*
target/riscv: Don't wrongly override isa version
LIU Zhiwei
2021-09-01
1
-6
/
+8
*
target/riscv: Correct a comment in riscv_csrrw()
Bin Meng
2021-09-01
1
-1
/
+1
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-17
/
+0
*
target/riscv: hardwire bits in hideleg and hedeleg
Jose Martins
2021-07-15
1
-23
/
+31
*
target/riscv: csr: Remove redundant check in fp csr read/write routines
Bin Meng
2021-07-15
1
-24
/
+0
*
target/riscv: pmp: Fix some typos
Bin Meng
2021-07-15
1
-5
/
+5
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
1
-19
/
+1
|
\
|
*
target/riscv: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-19
/
+1
*
|
meson: Introduce target-specific Kconfig
Philippe Mathieu-Daudé
2021-07-09
1
-0
/
+5
|
/
*
target/riscv: gdbstub: Fix dynamic CSR XML generation
Bin Meng
2021-06-24
1
-1
/
+1
*
target/riscv: Use target_ulong for the DisasContext misa
Alistair Francis
2021-06-24
1
-1
/
+1
*
target/riscv: rvb: add b-ext version cpu option
Frank Chang
2021-06-08
2
-0
/
+26
*
target/riscv: rvb: support and turn on B-extension from command line
Kito Cheng
2021-06-08
2
-0
/
+5
*
target/riscv: rvb: add/shift with prefix zero-extend
Kito Cheng
2021-06-08
3
-0
/
+35
*
target/riscv: rvb: address calculation
Kito Cheng
2021-06-08
3
-0
/
+62
*
target/riscv: rvb: generalized or-combine
Frank Chang
2021-06-08
5
-0
/
+64
*
target/riscv: rvb: generalized reverse
Frank Chang
2021-06-08
6
-0
/
+132
*
target/riscv: rvb: rotate (left/right)
Kito Cheng
2021-06-08
3
-0
/
+81
*
target/riscv: rvb: shift ones
Kito Cheng
2021-06-08
3
-0
/
+74
*
target/riscv: rvb: single-bit instructions
Frank Chang
2021-06-08
3
-0
/
+175
*
target/riscv: add gen_shifti() and gen_shiftiw() helper functions
Frank Chang
2021-06-08
2
-50
/
+43
*
target/riscv: rvb: sign-extend instructions
Kito Cheng
2021-06-08
2
-0
/
+15
*
target/riscv: rvb: min/max instructions
Kito Cheng
2021-06-08
2
-0
/
+28
*
target/riscv: rvb: pack two words into one register
Kito Cheng
2021-06-08
3
-0
/
+78
*
target/riscv: rvb: logic-with-negate
Kito Cheng
2021-06-08
2
-0
/
+21
*
target/riscv: rvb: count bits set
Frank Chang
2021-06-08
3
-0
/
+21
[next]